[
  {
    "namespace": "alex-forencich",
    "name": "verilog-ethernet",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Verilog Ethernet MAC + IP/UDP stack supporting 1G/10G/25G/40G/100G with both Intel and Xilinx primitives (Alex Forencich). Deprecated upstream \u2014 author moved active development to fpganinja/taxi (CERN-OHL-S-2.0).",
    "license": "MIT",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/alexforencich/verilog-ethernet.git",
    "tags": [
      "arbitration",
      "controller",
      "deinterleave",
      "demultiplexer",
      "independent",
      "interface",
      "interleave",
      "multiplexer",
      "resolution",
      "synchronizer",
      "synchronous",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T22:57:14Z",
    "updated_at": "2025-02-27T15:50:25-08:00",
    "status": "deprecated-upstream",
    "successor": "fpganinja/taxi",
    "health_tier": "silver",
    "contract_url": "https://github.com/routertl/ip-index/blob/main/contracts/eth_mac_1g_requirements.yml",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "contract": {
      "traits": {
        "rx_strips_fcs": true,
        "tx_user_frame_includes_fcs": false
      },
      "defects": []
    },
    "top_ports": {
      "axis_eth_fcs": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_fcs",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "output_fcs_valid",
          "type": "wire",
          "width": ""
        }
      ],
      "axis_eth_fcs_check": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "axis_eth_fcs_check_64": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "axis_eth_fcs_insert": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "axis_eth_fcs_insert_64": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "k",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_axis_rx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_header_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_axis_tx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AXI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_demux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_hdr_valid",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_eth_hdr_ready",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[M_COUNT*48-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[M_COUNT*48-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[M_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[M_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_eth_payload_axis_tready",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tlast",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tid",
          "type": "wire",
          "width": "[M_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdest",
          "type": "wire",
          "width": "[M_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tuser",
          "type": "wire",
          "width": "[M_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "drop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[$clog2(M_COUNT)-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mac_10g_fifo": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tuser",
          "type": "wire",
          "width": "[TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_ptp_ts_96",
          "type": "wire",
          "width": "[PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_ptp_ts_tag",
          "type": "wire",
          "width": "[PTP_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_ptp_ts_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tx_ptp_ts_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tuser",
          "type": "wire",
          "width": "[RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "xgmii_rxd",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "xgmii_rxc",
          "type": "wire",
          "width": "[CTRL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "xgmii_txd",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "xgmii_txc",
          "type": "wire",
          "width": "[CTRL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_error_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_ts_96",
          "type": "wire",
          "width": "[PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_ts_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_ifg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mac_1g_fifo": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rxd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "gmii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_txd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "gmii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_mii_select",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_mii_select",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_error_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_ifg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mac_1g_gmii_fifo": [
        {
          "direction": "in",
          "name": "style",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gtx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gtx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rxd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "gmii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_txd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "gmii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_error_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "speed",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_ifg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mac_1g_rgmii_fifo": [
        {
          "direction": "in",
          "name": "style",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gtx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gtx_clk90",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gtx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rgmii_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rgmii_rxd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rgmii_rx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rgmii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rgmii_txd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "rgmii_tx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_error_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "speed",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_ifg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mac_mii_fifo": [
        {
          "direction": "in",
          "name": "style",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_rxd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_txd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "mii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_error_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_ifg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mac_phy_10g_fifo": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_axis_tuser",
          "type": "wire",
          "width": "[TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_ptp_ts_96",
          "type": "wire",
          "width": "[PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_ptp_ts_tag",
          "type": "wire",
          "width": "[PTP_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_ptp_ts_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tx_ptp_ts_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tdata",
          "type": "wire",
          "width": "[AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tkeep",
          "type": "wire",
          "width": "[AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_axis_tuser",
          "type": "wire",
          "width": "[RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "serdes_tx_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "serdes_tx_hdr",
          "type": "wire",
          "width": "[HDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "serdes_rx_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "serdes_rx_hdr",
          "type": "wire",
          "width": "[HDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "serdes_rx_bitslip",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_rx_reset_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_error_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_bad_fcs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_bad_block",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_block_lock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_high_ber",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_bad_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_fifo_good_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_ts_96",
          "type": "wire",
          "width": "[PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_ts_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_ifg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_tx_prbs31_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_prbs31_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_mux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_hdr_valid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_eth_hdr_ready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[S_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[S_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tvalid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_eth_payload_axis_tready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tlast",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tid",
          "type": "wire",
          "width": "[S_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdest",
          "type": "wire",
          "width": "[S_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tuser",
          "type": "wire",
          "width": "[S_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[$clog2(S_COUNT)-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_phy_10g": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgmii_txd",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "xgmii_txc",
          "type": "wire",
          "width": "[CTRL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "xgmii_rxd",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "xgmii_rxc",
          "type": "wire",
          "width": "[CTRL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "serdes_tx_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "serdes_tx_hdr",
          "type": "wire",
          "width": "[HDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "serdes_rx_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "serdes_rx_hdr",
          "type": "wire",
          "width": "[HDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "serdes_rx_bitslip",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_rx_reset_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_bad_block",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_error_count",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "rx_bad_block",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sequence_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_block_lock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_high_ber",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_tx_prbs31_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_rx_prbs31_enable",
          "type": "wire",
          "width": ""
        }
      ],
      "ip_demux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ip_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ip_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_hdr_valid",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_ip_hdr_ready",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[M_COUNT*48-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[M_COUNT*48-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[M_COUNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[M_COUNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[M_COUNT*6-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[M_COUNT*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[M_COUNT*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[M_COUNT*13-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[M_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[M_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[M_COUNT*32-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[M_COUNT*32-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[M_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tkeep",
          "type": "wire",
          "width": "[M_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tvalid",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_ip_payload_axis_tready",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tlast",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tid",
          "type": "wire",
          "width": "[M_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tdest",
          "type": "wire",
          "width": "[M_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tuser",
          "type": "wire",
          "width": "[M_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "drop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[$clog2(M_COUNT)-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "ip_mux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_hdr_valid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_ip_hdr_ready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_version",
          "type": "wire",
          "width": "[S_COUNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ihl",
          "type": "wire",
          "width": "[S_COUNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[S_COUNT*6-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[S_COUNT*2-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_identification",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_flags",
          "type": "wire",
          "width": "[S_COUNT*3-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_fragment_offset",
          "type": "wire",
          "width": "[S_COUNT*13-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[S_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[S_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_header_checksum",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[S_COUNT*32-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[S_COUNT*32-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[S_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tkeep",
          "type": "wire",
          "width": "[S_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tvalid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_ip_payload_axis_tready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tlast",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tid",
          "type": "wire",
          "width": "[S_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tdest",
          "type": "wire",
          "width": "[S_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tuser",
          "type": "wire",
          "width": "[S_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ip_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ip_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[$clog2(S_COUNT)-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_clock": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_96",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_96_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_64",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_64_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_period_ns",
          "type": "wire",
          "width": "[PERIOD_NS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_period_fns",
          "type": "wire",
          "width": "[FNS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_period_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_adj_ns",
          "type": "wire",
          "width": "[OFFSET_NS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_adj_fns",
          "type": "wire",
          "width": "[FNS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_adj_count",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "input_adj_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_adj_active",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_drift_ns",
          "type": "wire",
          "width": "[DRIFT_NS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_drift_fns",
          "type": "wire",
          "width": "[FNS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_drift_rate",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "input_drift_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_ts_96",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "out",
          "name": "output_ts_64",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "output_ts_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_pps",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_perout": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_96",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_start",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "in",
          "name": "input_start_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_period",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "in",
          "name": "input_period_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_width",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "in",
          "name": "input_width_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_pulse",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_tag_insert": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tag",
          "type": "wire",
          "width": "[TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tag_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tag_ready",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_td_leaf": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_td_sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_ts_rel",
          "type": "wire",
          "width": "[TS_REL_W-1:0]"
        },
        {
          "direction": "out",
          "name": "output_ts_rel_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_ts_tod",
          "type": "wire",
          "width": "[TS_TOD_W-1:0]"
        },
        {
          "direction": "out",
          "name": "output_ts_tod_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "path",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "case",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stepped",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_td_phc": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_tod_s",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_tod_ns",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_tod_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_ts_tod_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_tod_offset_ns",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_tod_offset_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_ts_tod_offset_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_rel_ns",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_rel_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_ts_rel_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_rel_offset_ns",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_rel_offset_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_ts_rel_offset_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_offset_fns",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_offset_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_ts_offset_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_period_ns",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "input_period_fns",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "input_period_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_period_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_drift_num",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "input_drift_denom",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "input_drift_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input_drift_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_td_sdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_pps_str",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_td_rel2tod": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_td_sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_ts_rel",
          "type": "wire",
          "width": "[TS_REL_W-1:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_tag",
          "type": "wire",
          "width": "[TS_TAG_W-1:0]"
        },
        {
          "direction": "in",
          "name": "input_ts_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_ts_tod",
          "type": "wire",
          "width": "[TS_TOD_W-1:0]"
        },
        {
          "direction": "out",
          "name": "output_ts_tag",
          "type": "wire",
          "width": "[TS_TAG_W-1:0]"
        },
        {
          "direction": "out",
          "name": "output_ts_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "path",
          "type": "wire",
          "width": ""
        }
      ],
      "ptp_ts_extract": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ts",
          "type": "wire",
          "width": "[TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ts_valid",
          "type": "wire",
          "width": ""
        }
      ],
      "ssio_ddr_in_diff": [
        {
          "direction": "in",
          "name": "style",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_d_p",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_d_n",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_q1",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_q2",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        }
      ],
      "ssio_ddr_out_diff": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk90",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_d1",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_d2",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_q_p",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_q_n",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        }
      ],
      "ssio_sdr_in_diff": [
        {
          "direction": "in",
          "name": "style",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_d_p",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "input_d_n",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_q",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        }
      ],
      "ssio_sdr_out_diff": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_d",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_q_p",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output_q_n",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        }
      ],
      "udp_arb_mux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_hdr_valid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_udp_hdr_ready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_version",
          "type": "wire",
          "width": "[S_COUNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ihl",
          "type": "wire",
          "width": "[S_COUNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[S_COUNT*6-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[S_COUNT*2-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_identification",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_flags",
          "type": "wire",
          "width": "[S_COUNT*3-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_fragment_offset",
          "type": "wire",
          "width": "[S_COUNT*13-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[S_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[S_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_header_checksum",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[S_COUNT*32-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[S_COUNT*32-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_source_port",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_dest_port",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_length",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_checksum",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[S_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[S_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tvalid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_udp_payload_axis_tready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tlast",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tid",
          "type": "wire",
          "width": "[S_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdest",
          "type": "wire",
          "width": "[S_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tuser",
          "type": "wire",
          "width": "[S_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "udp_complete": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ip_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ip_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ip_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ip_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_tx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_rx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_tx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_header_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_invalid_header",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_invalid_checksum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_tx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_tx_error_arp_failed",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_rx_error_header_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_rx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_tx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "local_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "local_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "gateway_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "subnet_mask",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clear_arp_cache",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "classifier",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "arbiter",
          "type": "wire",
          "width": ""
        }
      ],
      "udp_complete_64": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_eth_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ip_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ip_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_ip_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ip_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ip_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_ip_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tuser",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_tx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_rx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_tx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_header_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_invalid_header",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_rx_error_invalid_checksum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_tx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ip_tx_error_arp_failed",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_rx_error_header_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_rx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udp_tx_error_payload_early_termination",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "local_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "local_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "gateway_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "subnet_mask",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clear_arp_cache",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "classifier",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "arbiter",
          "type": "wire",
          "width": ""
        }
      ],
      "udp_demux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_hdr_valid",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_udp_hdr_ready",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[M_COUNT*48-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[M_COUNT*48-1:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[M_COUNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[M_COUNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[M_COUNT*6-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[M_COUNT*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[M_COUNT*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[M_COUNT*13-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[M_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[M_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[M_COUNT*32-1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[M_COUNT*32-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_source_port",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_dest_port",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_length",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_checksum",
          "type": "wire",
          "width": "[M_COUNT*16-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[M_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[M_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_udp_payload_axis_tready",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tlast",
          "type": "wire",
          "width": "[M_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tid",
          "type": "wire",
          "width": "[M_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdest",
          "type": "wire",
          "width": "[M_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tuser",
          "type": "wire",
          "width": "[M_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "drop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[$clog2(M_COUNT)-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "udp_mux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_udp_hdr_valid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_udp_hdr_ready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_dest_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_src_mac",
          "type": "wire",
          "width": "[S_COUNT*48-1:0]"
        },
        {
          "direction": "in",
          "name": "s_eth_type",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_version",
          "type": "wire",
          "width": "[S_COUNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ihl",
          "type": "wire",
          "width": "[S_COUNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dscp",
          "type": "wire",
          "width": "[S_COUNT*6-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ecn",
          "type": "wire",
          "width": "[S_COUNT*2-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_length",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_identification",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_flags",
          "type": "wire",
          "width": "[S_COUNT*3-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_fragment_offset",
          "type": "wire",
          "width": "[S_COUNT*13-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_ttl",
          "type": "wire",
          "width": "[S_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_protocol",
          "type": "wire",
          "width": "[S_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_header_checksum",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_source_ip",
          "type": "wire",
          "width": "[S_COUNT*32-1:0]"
        },
        {
          "direction": "in",
          "name": "s_ip_dest_ip",
          "type": "wire",
          "width": "[S_COUNT*32-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_source_port",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_dest_port",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_length",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_checksum",
          "type": "wire",
          "width": "[S_COUNT*16-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[S_COUNT*DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[S_COUNT*KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tvalid",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_udp_payload_axis_tready",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tlast",
          "type": "wire",
          "width": "[S_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tid",
          "type": "wire",
          "width": "[S_COUNT*ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tdest",
          "type": "wire",
          "width": "[S_COUNT*DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_udp_payload_axis_tuser",
          "type": "wire",
          "width": "[S_COUNT*USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_hdr_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_hdr_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_eth_dest_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_src_mac",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "m_eth_type",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_version",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ihl",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dscp",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ecn",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_identification",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_flags",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_fragment_offset",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_ttl",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_protocol",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_header_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_source_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_ip_dest_ip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_source_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_dest_port",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_length",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_checksum",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdata",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tkeep",
          "type": "wire",
          "width": "[KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_udp_payload_axis_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tid",
          "type": "wire",
          "width": "[ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tdest",
          "type": "wire",
          "width": "[DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tuser",
          "type": "wire",
          "width": "[USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[$clog2(S_COUNT)-1:0]"
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_udp_payload_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        }
      ],
      "xgmii_deinterleave": [
        {
          "direction": "in",
          "name": "input_xgmii_dc",
          "type": "wire",
          "width": "[72:0]"
        },
        {
          "direction": "out",
          "name": "output_xgmii_d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "output_xgmii_c",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "xgmii_interleave": [
        {
          "direction": "in",
          "name": "input_xgmii_d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "input_xgmii_c",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "output_xgmii_dc",
          "type": "wire",
          "width": "[72:0]"
        }
      ]
    },
    "top_modules": [
      "axis_eth_fcs",
      "axis_eth_fcs_check",
      "axis_eth_fcs_check_64",
      "axis_eth_fcs_insert",
      "axis_eth_fcs_insert_64",
      "eth_axis_rx",
      "eth_axis_tx",
      "eth_demux",
      "eth_mac_10g_fifo",
      "eth_mac_1g_fifo",
      "eth_mac_1g_gmii_fifo",
      "eth_mac_1g_rgmii_fifo",
      "eth_mac_mii_fifo",
      "eth_mac_phy_10g_fifo",
      "eth_mux",
      "eth_phy_10g",
      "ip_demux",
      "ip_mux",
      "ptp_clock",
      "ptp_perout",
      "ptp_tag_insert",
      "ptp_td_leaf",
      "ptp_td_phc",
      "ptp_td_rel2tod",
      "ptp_ts_extract",
      "ssio_ddr_in_diff",
      "ssio_ddr_out_diff",
      "ssio_sdr_in_diff",
      "ssio_sdr_out_diff",
      "udp_arb_mux",
      "udp_complete",
      "udp_complete_64",
      "udp_demux",
      "udp_mux",
      "xgmii_deinterleave",
      "xgmii_interleave"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad408x_phy",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Ad408x IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad408x",
      "layer",
      "phy",
      "physical"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad463x_data_capture",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Ad463x IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad463x",
      "capture",
      "data"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad463x_data_capture": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "echo_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[NUM_OF_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[(NUM_OF_LANES * DATA_WIDTH)-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad9265_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI interface controller for the AD9265 analog-to-digital converter.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9265",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad9265_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad9434_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives SPI communication.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9434",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad9434_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad9467_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with an AD9467 analog-to-digital converter via SPI protocol for configuration and readback operations.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9467",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad9467_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad_adl5904_rst",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates reset signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "adl5904",
      "reset",
      "rst"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad_adl5904_rst": [
        {
          "direction": "in",
          "name": "sys_cpu_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rf_peak_det_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rf_peak_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "protection",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad_bus_mux",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Multiplexer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "bus",
      "multiplexer",
      "mux"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad_bus_mux": [
        {
          "direction": "in",
          "name": "select_path",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_in_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_in_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in_0",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "valid_in_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_in_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in_1",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "valid_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad_csc_CrYCb2RGB",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Converts CrYCb to RGB.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "crycb2rgb",
      "csc"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_csc_RGB2CrYCb",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Converts RGB to CrYCb.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "csc",
      "rgb2crycb"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_dds",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates DDS output signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "dds"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_dds_1",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates DDS output data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "dds"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_dds_2",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates digital signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "dds"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_dds_sine",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates sine values.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "dds",
      "sine"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_dds_sine_cordic",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates sine and cosine values.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "cordic",
      "dds",
      "sine"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_adc",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "adc",
      "analog",
      "converter",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_adc_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Formats ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "channel",
      "converter",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_adc_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "converter",
      "core",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_adc_deframer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "converter",
      "deframer",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_adc_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors JESD204 ADC PN sequences.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "converter",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "pnmon",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_adc_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with JESD204 interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "converter",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "regmap",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_dac",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "analog",
      "converter",
      "dac",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad_ip_jesd204_tpl_dac": [
        {
          "direction": "in",
          "name": "link_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "link_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "link_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "link_data",
          "type": "wire",
          "width": "[NUM_LANES*8*OCTETS_PER_BEAT-1:0]"
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": "[NUM_CHANNELS-1:0]"
        },
        {
          "direction": "out",
          "name": "dac_valid",
          "type": "wire",
          "width": "[NUM_CHANNELS-1:0]"
        },
        {
          "direction": "in",
          "name": "dac_ddata",
          "type": "wire",
          "width": "[DMA_BITS_PER_SAMPLE * OCTETS_PER_BEAT * 8 * NUM_LANES / BITS_PER_SAMPLE-1:0]"
        },
        {
          "direction": "in",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sync_manual_req_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_sync_manual_req_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_dac_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 DAC channel processor that selects between DMA data, DDS-generated signals, and test patterns, with optional IQ correction and masking.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "analog",
      "channel",
      "converter",
      "dac",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_dac_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "analog",
      "converter",
      "core",
      "dac",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_dac_framer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "analog",
      "converter",
      "dac",
      "digital",
      "framer",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_ip_jesd204_tpl_dac_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with JESD204 interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "analog",
      "converter",
      "dac",
      "digital",
      "internet",
      "jesd204",
      "layer",
      "network",
      "protocol",
      "regmap",
      "tpl",
      "transport"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_iqcor",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Corrects IQ imbalance in analog-to-digital data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "iqcor"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_mux",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Selects one channel from many.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "multiplexer",
      "mux"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_serdes_clk",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates clock signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "clk",
      "clock",
      "deserializer",
      "serdes",
      "serializer"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_serdes_in",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Deserializes input data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "deserializer",
      "serdes",
      "serializer"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ad_sysref_gen",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates system reference signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "gen",
      "sysref"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ad_sysref_gen": [
        {
          "direction": "in",
          "name": "core_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sysref_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sysref_out",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ad_tdd_control",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Time-division duplex controller generating synchronized transmit and receive path switching signals based on frame timing.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad",
      "control",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "address_generator",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generator with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "address",
      "generator"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "adi_jesd204_glue",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces JESD204 PLL control signals between different clock generation domains.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adi",
      "glue",
      "jesd204"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "adi_jesd204_glue": [
        {
          "direction": "in",
          "name": "in_pll_powerdown",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_pll_powerdown",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_mcgb_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_pll_select_gnd",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "adrv9001_rx_link",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Deserializes and formats ADC data from ADRV9001 receiver into I/Q sample streams with configurable SDR/DDR and single/dual-lane modes.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "link",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "adrv9009zu11eg_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI interface controller.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9009zu11eg",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "adrv9009zu11eg_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "avl_adxcfg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Configures AXI interfaces.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adxcfg",
      "avl"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "avl_adxcfg": [
        {
          "direction": "in",
          "name": "rcfg_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_in_read_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_in_write_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_in_address_0",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "rcfg_in_writedata_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rcfg_in_readdata_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rcfg_in_waitrequest_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_in_read_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_in_write_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rcfg_in_address_1",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "rcfg_in_writedata_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rcfg_in_readdata_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rcfg_in_waitrequest_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rcfg_out_read_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rcfg_out_write_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rcfg_out_address_0",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rcfg_out_writedata_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rcfg_out_readdata_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rcfg_out_waitrequest_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rcfg_out_read_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rcfg_out_write_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rcfg_out_address_1",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rcfg_out_writedata_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rcfg_out_readdata_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rcfg_out_waitrequest_1",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "avl_adxcvr_octet_swap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Avl IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adxcvr",
      "avl",
      "octet",
      "swap"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "avl_adxcvr_octet_swap": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "in_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_data",
          "type": "wire",
          "width": "[NUM_OF_LANES*32-1:0]"
        },
        {
          "direction": "in",
          "name": "in_sof",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "out_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_data",
          "type": "wire",
          "width": "[NUM_OF_LANES*32-1:0]"
        },
        {
          "direction": "out",
          "name": "out_sof",
          "type": "wire",
          "width": "[3:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "avl_adxphy",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Avl IP core with FIFO interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adxphy",
      "avl"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "avl_adxphy": [
        {
          "direction": "out",
          "name": "rx_ip_locked",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_cal_busy",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_valid",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_data",
          "type": "wire",
          "width": "[((NUM_OF_LANES*32)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_disperr",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 4)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_deterr",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 4)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_kchar",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 4)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_full",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_ip_empty",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "rx_ip_align_en",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "rx_ip_lane_polarity",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "rx_ip_lane_powerdown",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "rx_ip_bit_reversal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_ip_byte_reversal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_4",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_5",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_6",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_locked_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_cal_busy_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_data_7",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_disperr_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_deterr_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_kchar_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_phy_full_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_phy_empty_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_align_en_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_polarity_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_lane_powerdown_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_bit_reversal_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_byte_reversal_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_analogreset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_phy_digitalreset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_core_analogreset",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "rx_core_digitalreset",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_core_locked",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "rx_core_cal_busy",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "tx_ip_cal_busy",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "tx_ip_full",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "tx_ip_empty",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_ip_data",
          "type": "wire",
          "width": "[((NUM_OF_LANES*32)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_ip_kchar",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 4)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_ip_elecidle",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_ip_lane_polarity",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_ip_lane_powerdown",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_ip_bit_reversal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_ip_byte_reversal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_4",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_5",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_6",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_cal_busy_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_full_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_phy_empty_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_data_7",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_kchar_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "tx_phy_elecidle_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_polarity_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_lane_powerdown_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_bit_reversal_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_byte_reversal_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_analogreset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_phy_digitalreset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_core_analogreset",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "in",
          "name": "tx_core_digitalreset",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        },
        {
          "direction": "out",
          "name": "tx_core_cal_busy",
          "type": "wire",
          "width": "[((NUM_OF_LANES* 1)-1):0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "avl_dacfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "avl",
      "dacfifo"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "avl_dacfifo": [
        {
          "direction": "in",
          "name": "dma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_data",
          "type": "wire",
          "width": "[(DMA_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "dma_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data",
          "type": "wire",
          "width": "[(DAC_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_xfer_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avl_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avl_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avl_address",
          "type": "wire",
          "width": "[(AVL_ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "avl_burstcount",
          "type": "wire",
          "width": "[  6:0]"
        },
        {
          "direction": "out",
          "name": "avl_byteenable",
          "type": "wire",
          "width": "[ 63:0]"
        },
        {
          "direction": "out",
          "name": "avl_read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avl_readdata",
          "type": "wire",
          "width": "[(AVL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "avl_readdata_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avl_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avl_write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avl_writedata",
          "type": "wire",
          "width": "[(AVL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "avl_dacfifo_rd",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "avl",
      "dacfifo",
      "rd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "avl_dacfifo_wr",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "avl",
      "dacfifo",
      "wr"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad35xxr",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad35xxr",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad35xxr": [
        {
          "direction": "in",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "valid_in_dma",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_in_dma_sec",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in_a",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "data_in_b",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "valid_in_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_in_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdio_i",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "sdio_o",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "sdio_t",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "external_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_ext_device",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad35xxr_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates DAC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad35xxr",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad35xxr_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates DAC output from ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad35xxr",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad408x",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad408x",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad408x": [
        {
          "direction": "in",
          "name": "dclk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dclk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_a_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_a_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_b_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_b_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnv_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnv_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "filter_data_ready_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[((ADC_N_BITS > 16)? 31 : 15):0]"
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad485x",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite interface controller for AD485x high-speed analog-to-digital converter with configurable LVDS/CMOS lanes and timing control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad485x",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad485x": [
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "external_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "external_fast_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnvs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lvds_cmos_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lane_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_2",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_3",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_4",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_5",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_6",
          "type": "wire",
          "width": "[DW:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_7",
          "type": "wire",
          "width": "[DW:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad485x_16b_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Processes 16-bit ADC channel data from AXI interface with format control, error monitoring, and DMA output.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "16b",
      "ad485x",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad485x_20b_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Processes 20-bit ADC channel data with CRC error detection, PN sequence monitoring, and configurable data formatting ...",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "20b",
      "ad485x",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad485x_cmos",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives AD485x CMOS interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad485x",
      "amba",
      "axi",
      "bus",
      "cmos"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad485x_lvds",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with AD485x LVDS ADC, deserializes serial data from multiple channels, and outputs parallel ADC samples with optional CRC validation.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad485x",
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "signaling",
      "voltage"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad5766",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with SPI interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad5766",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad5766": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dma_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "sdo_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "sdi_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_cmd_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_cmd_wr_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "status_sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "status_sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "status_sync_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_enabled",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_mem_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interconnect_dir",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad7405",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Filters ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad7405",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad7405": [
        {
          "direction": "in",
          "name": "adc_data_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad7606x",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite interface controller for the AD7606X analog-to-digital converter with configurable data width and DMA integration.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad7606x",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad7606x": [
        {
          "direction": "out",
          "name": "rx_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_db_o",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rx_db_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "rx_db_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_rd_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_wr_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "first_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_2",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_3",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_4",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_5",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_6",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_7",
          "type": "wire",
          "width": "[ADC_TO_DMA_N_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_reset",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad7606x_16b_pif",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces AD7606X 16-bit ADC parallel data with AXI by managing chip control signals and converting physical interface readings into eight channels of ADC data with status and CRC validation.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "16b",
      "ad7606x",
      "amba",
      "axi",
      "bus",
      "pif"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad7606x_18b_pif",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces AD7606X 18-bit ADC parallel port to AXI, converting physical signals to multi-channel sampled data with CRC validation.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "18b",
      "ad7606x",
      "amba",
      "axi",
      "bus",
      "pif"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad7616",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite interface controller for the AD7616 16-channel simultaneous sampling analog-to-digital converter.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad7616",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad7616": [
        {
          "direction": "out",
          "name": "rx_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_db_o",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rx_db_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "rx_db_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_rd_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_wr_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_reset",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad7768",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad7768",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad7768": [
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "adc_sshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_4",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_5",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_6",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_7",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_crc_ch_mismatch",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad777x",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with SPI interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad777x",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad777x": [
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_adc_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_adc_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_4",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_5",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_6",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_7",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_crc_ch_mismatch",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9122",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite controlled DAC interface module for the AD9122 dual-channel digital-to-analog converter with DDS and SERDES/DDR output support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9122",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9122": [
        {
          "direction": "in",
          "name": "dac_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_frame_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_frame_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data_out_p",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_data_out_n",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_div_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_ddata_0",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "dac_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_ddata_1",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9122_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Configurable DAC channel controller with DDS synthesis, DMA data path, and AXI register interface for AD9122.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9122",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9122_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Axi IP core with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9122",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9122_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces an AD9122 DAC with AXI by serializing parallel data streams into LVDS outputs with programmable clock generation and IO delay control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9122",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9250",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9250",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9250": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_sof",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "rx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_a",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_valid_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9265",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite interface for AD9265 analog-to-digital converter with differential signal acquisition and DMA integration.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9265",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9265": [
        {
          "direction": "in",
          "name": "adc_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_in_p",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "adc_data_in_n",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "adc_or_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_or_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9265_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Processes and filters AD9265 ADC channel data with PN sequence verification and register-based configuration control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9265",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9265_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with AD9265 ADC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9265",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9265_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors AD9265 ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9265",
      "amba",
      "axi",
      "bus",
      "pnmon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9361": [
        {
          "direction": "in",
          "name": "rx_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_in_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "rx_data_in_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "rx_clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_in",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "tx_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data_out_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_data_out_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_clk_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data_out",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txnrx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tdd_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdd_sync_cntr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gps_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gps_pps_irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "l_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_i0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_q0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_i1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_q1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_r1_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_i0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_enable_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_q0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_enable_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_i1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_enable_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_q1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_r1_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_txnrx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_dac_gpio_in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "up_dac_gpio_out",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "up_adc_gpio_in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "up_adc_gpio_out",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_alt_lvds_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receive engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "alt",
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "receive",
      "receiver",
      "signaling",
      "voltage"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9361_alt_lvds_rx": [
        {
          "direction": "in",
          "name": "rx_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_in_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "rx_data_in_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_frame",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_0",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_1",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_2",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_3",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_locked",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_alt_lvds_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmit engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "alt",
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "signaling",
      "transmit",
      "transmitter",
      "voltage"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9361_alt_lvds_tx": [
        {
          "direction": "out",
          "name": "tx_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data_out_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_data_out_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_frame",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_0",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_1",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_2",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_3",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_locked",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_cmos_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Axi IP core with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "cmos"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_lvds_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Axi IP core with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "signaling",
      "voltage"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_lvds_if_10",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces AD9361 with AXI.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "10",
      "ad9361",
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "signaling",
      "voltage"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9361_lvds_if_10": [
        {
          "direction": "in",
          "name": "rx_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_in_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "rx_data_in_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data_out_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_data_out_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txnrx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_frame",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_0",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_1",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_2",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_3",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_frame",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_0",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_1",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_2",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_3",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_txnrx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rstn",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_lvds_if_c5",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces AD9361 LVDS RF transceiver with differential I/O conversion and data demultiplexing for dual-channel RX/TX operations.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "c5",
      "differential",
      "low",
      "lvds",
      "signaling",
      "voltage"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9361_lvds_if_c5": [
        {
          "direction": "in",
          "name": "rx_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_frame_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_in_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "rx_data_in_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data_out_p",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "tx_data_out_n",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txnrx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_frame",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_0",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_1",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_2",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_3",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_frame",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_0",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_1",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_2",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_3",
          "type": "wire",
          "width": "[ 5:0]"
        },
        {
          "direction": "in",
          "name": "tx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_txnrx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rstn",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receive engine with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_rx_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receives analog data from ADC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "channel",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_rx_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors AXI AD9361 receiver.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "pnmon",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_tdd",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Manages time-division duplex (TDD) mode for AD9361 RF transceiver with register control and VCO/RF enable sequencing.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmit engine with interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9361_tx_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmits digital data to DAC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9361",
      "amba",
      "axi",
      "bus",
      "channel",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9434",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces an AD9434 12-bit ADC to AXI4-Lite, converting differential analog inputs to 64-bit digital data with register control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9434",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9434": [
        {
          "direction": "in",
          "name": "adc_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_in_p",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "adc_data_in_n",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "adc_or_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_or_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9434_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Integrates a 48-bit AD9434 ADC with DMA data path, DRP configuration, and dynamic delay calibration for FPGA deployment.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9434",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9434_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives ADC data interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9434",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9434_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors ADC data for PN sequence errors.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9434",
      "amba",
      "axi",
      "bus",
      "pnmon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9467",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite controlled AD9467 analog-to-digital converter interface with differential signal acquisition and programmable input delay.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9467",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9467": [
        {
          "direction": "in",
          "name": "adc_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_in_p",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "adc_data_in_n",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "adc_or_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_or_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9467_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Formats ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9467",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9467_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Adapts ADC signals to AXI interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9467",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9467_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors ADC PN sequence.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9467",
      "amba",
      "axi",
      "bus",
      "pnmon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9625",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9625",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9625": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_sof",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "in",
          "name": "rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "rx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_sref",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "in",
          "name": "adc_raddr_in",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "out",
          "name": "adc_raddr_out",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[  2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[  2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9625_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Formats ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9625",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9625_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 interface controller.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9625",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9625_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors ADC PN sequence.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9625",
      "amba",
      "axi",
      "bus",
      "pnmon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9671",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with JESD204 interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9671",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9671": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_sof",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data",
          "type": "wire",
          "width": "[(64*QUAD_OR_DUAL_N)+63:0]"
        },
        {
          "direction": "out",
          "name": "rx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_raddr_in",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "adc_raddr_out",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9671_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Formats ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9671",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9671_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Converts JESD204 to ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9671",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9671_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors ADC PN sequence.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9671",
      "amba",
      "axi",
      "bus",
      "pnmon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9684",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI wrapper for AD9684 ADC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9684",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9684": [
        {
          "direction": "in",
          "name": "adc_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_in_p",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "adc_data_in_n",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "adc_data_or_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_or_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9684_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Processes and formats AD9684 ADC data with PN sequence validation and register-based configuration control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9684",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9684_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receives differential ADC data and clock from AD9684, performs LVDS deserialization and calibration, outputs dual 14-bit channels with configurable I/O delays.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9684",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9684_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors AD9684 ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9684",
      "amba",
      "axi",
      "bus",
      "pnmon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9739a",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives AD9739A DAC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9739a",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9739a": [
        {
          "direction": "in",
          "name": "dac_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data_out_a_p",
          "type": "wire",
          "width": "[ 13:0]"
        },
        {
          "direction": "out",
          "name": "dac_data_out_a_n",
          "type": "wire",
          "width": "[ 13:0]"
        },
        {
          "direction": "out",
          "name": "dac_data_out_b_p",
          "type": "wire",
          "width": "[ 13:0]"
        },
        {
          "direction": "out",
          "name": "dac_data_out_b_n",
          "type": "wire",
          "width": "[ 13:0]"
        },
        {
          "direction": "out",
          "name": "dac_div_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_ddata",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "in",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9739a_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates DAC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9739a",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9739a_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI AD9739A DAC core that generates or processes 16 parallel 16-bit DAC output channels with optional DDS and DMA interface support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9739a",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9739a_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI interface controller for AD9739A dual-channel 14-bit DAC with differential clock and data outputs.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9739a",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9740",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9740",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9740": [
        {
          "direction": "in",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_data",
          "type": "wire",
          "width": "[16*CLK_RATIO-1:0]"
        },
        {
          "direction": "in",
          "name": "dma_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9740_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Configurable DAC channel interface that multiplexes DMA data or DDS-generated signals with format conversion and AXI register control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9740",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9740_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI-controlled AD9740 DAC core with DMA interface, DDS signal generation, and configurable resolution/clock ratio support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9740",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9783",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite controlled interface for AD9783 dual-channel DAC with DDS and configurable datapath.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9783",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9783": [
        {
          "direction": "in",
          "name": "dac_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk_out_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk_out_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data_out_p",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "dac_data_out_n",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "dac_div_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_ddata_0",
          "type": "wire",
          "width": "[ 63:0]"
        },
        {
          "direction": "in",
          "name": "dac_ddata_1",
          "type": "wire",
          "width": "[ 63:0]"
        },
        {
          "direction": "in",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[  2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[  2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9783_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives AD9783 DAC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9783",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9783_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI-based DAC controller for AD9783 that generates dual-channel waveforms with DDS and processes DMA data streams.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9783",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9783_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces AXI DAC controller to AD9783 dual-channel DAC with differential clock/data outputs and 8 parallel data inputs.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9783",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with JESD204 interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ad9963": [
        {
          "direction": "in",
          "name": "trx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trx_iq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trx_data",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_iq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "dac_sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_enable_q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_q",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dma_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_enable_q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_q",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dma_valid_q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with AD9963 ADC/DAC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receive engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963_rx_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receives and processes AD9963 ADC data with DC filtering, IQ correction, and scale correction capabilities.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus",
      "channel",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963_rx_pnmon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors ADC data for PN sequence errors.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus",
      "pnmon",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmit engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ad9963_tx_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmits data over AXI.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad9963",
      "amba",
      "axi",
      "bus",
      "channel",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ada4355",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives ADA4355 ADC via AXI4-Lite.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ada4355",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ada4355": [
        {
          "direction": "in",
          "name": "dco_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0a_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0a_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1a_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1a_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fco_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fco_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_adc_pn_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ada4355_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with ADA4355.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ada4355",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ada4355_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI register map interface for ADA4355 ADC configuration and status monitoring.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ada4355",
      "amba",
      "axi",
      "bus",
      "regmap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adaq8092",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives ADC data to AXI4-Lite.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adaq8092",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_adaq8092": [
        {
          "direction": "in",
          "name": "adc_clk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lvds_adc_data_in1_p",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "lvds_adc_data_in1_n",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "lvds_adc_data_in2_p",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "lvds_adc_data_in2_n",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "lvds_adc_or_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lvds_adc_or_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmos_adc_data_in1",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "cmos_adc_data_in2",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "cmos_adc_or_in_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmos_adc_or_in_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_channel1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_channel2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adaq8092_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Processes 14-bit ADC data with optional digital filtering and provides processor-controlled channel configuration.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adaq8092",
      "amba",
      "axi",
      "bus",
      "channel"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adaq8092_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with ADAQ8092 ADC, supporting both LVDS and CMOS inputs with configurable SDR/DDR operation and programmable delay control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adaq8092",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adc_decimate",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Decimates ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "decimate",
      "digital"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_adc_decimate": [
        {
          "direction": "in",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_a",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_data_b",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_valid_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_valid_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_dec_data_a",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_dec_data_b",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_dec_valid_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_dec_valid_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_rate",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "adc_oversampling_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adc_decimate_filter",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Decimates and filters ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "decimate",
      "digital",
      "filter"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adc_decimate_reg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates ADC decimation and correction settings.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "decimate",
      "digital",
      "reg",
      "register"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adc_trigger",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates trigger signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "digital",
      "trigger"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_adc_trigger": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trigger_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trigger_i",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "trigger_o",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "trigger_t",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "data_a",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "data_b",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "data_valid_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_valid_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_a_trig",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "data_b_trig",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "data_valid_a_trig",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_valid_b_trig",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trigger_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trigger_out_la",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_depth",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hold",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adc_trigger_reg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Configures ADC trigger conditions and parameters via AXI register interface, outputting trigger settings for level, edge, and threshold-based detection.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "digital",
      "reg",
      "register",
      "trigger"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adcfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adcfifo",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_adcfifo": [
        {
          "direction": "in",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_wdata",
          "type": "wire",
          "width": "[ADC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_wovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_wdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dma_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_xfer_status",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_awid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "axi_awlock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_awqos",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awuser",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awlen",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_awaddr",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_wdata",
          "type": "wire",
          "width": "[AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axi_wstrb",
          "type": "wire",
          "width": "[(AXI_DATA_WIDTH/8)-1:0]"
        },
        {
          "direction": "out",
          "name": "axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_wuser",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_bid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "axi_buser",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_arid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "axi_arlock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_arqos",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_aruser",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_arlen",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_araddr",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_ruser",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rdata",
          "type": "wire",
          "width": "[AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adcfifo_adc",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "adcfifo",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "digital"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adcfifo_dma",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "DMA FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "adcfifo",
      "amba",
      "axi",
      "bus",
      "direct",
      "dma",
      "memory"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adcfifo_wr",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adcfifo",
      "amba",
      "axi",
      "bus",
      "wr"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite interface for ADRV9001 RF transceiver with configurable dual-channel RX/TX SSI data paths and synchronization.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_adrv9001": [
        {
          "direction": "in",
          "name": "mssi_sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ref_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcs_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mcs_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mcs_src",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_output_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_dclk_in_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_dclk_in_p_dclk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_idata_in_n_idata0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_idata_in_p_idata1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_qdata_in_n_qdata2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_qdata_in_p_qdata3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_strobe_in_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx1_strobe_in_p_strobe_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_dclk_in_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_dclk_in_p_dclk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_idata_in_n_idata0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_idata_in_p_idata1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_qdata_in_n_qdata2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_qdata_in_p_qdata3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_strobe_in_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx2_strobe_in_p_strobe_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_dclk_out_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_dclk_out_p_dclk_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx1_dclk_in_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx1_dclk_in_p_dclk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_idata_out_n_idata0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_idata_out_p_idata1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_qdata_out_n_qdata2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_qdata_out_p_qdata3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_strobe_out_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_strobe_out_p_strobe_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_dclk_out_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_dclk_out_p_dclk_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx2_dclk_in_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx2_dclk_in_p_dclk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_idata_out_n_idata0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_idata_out_p_idata1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_qdata_out_n_qdata2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_qdata_out_p_qdata3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_strobe_out_n_NC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_strobe_out_p_strobe_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx1_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx2_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx1_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx2_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_valid_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_enable_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_data_i0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_1_valid_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_enable_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_data_q0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_1_valid_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_enable_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_data_i1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_1_valid_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_enable_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_data_q1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_1_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_1_start_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_valid_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_enable_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_data_i0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "adc_2_valid_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_enable_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_data_q0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "adc_2_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_2_start_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_valid_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_enable_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_1_data_i0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_1_valid_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_enable_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_1_data_q0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_1_valid_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_enable_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_1_data_i1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_1_valid_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_1_enable_q1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_1_data_q1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_1_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_2_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_2_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_2_valid_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_2_enable_i0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_2_data_i0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_2_valid_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_2_enable_q0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_2_data_q0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_2_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tdd_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdd_sync_cntr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_rx1_enable_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_rx2_enable_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_tx1_enable_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_tx2_enable_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI-controlled RF transceiver interface for the ADRV9001 dual-channel radio with configurable clock, DDS, and TDD support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "core"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with ADRV9001 device.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receive engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_rx_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receives and processes ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "channel",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_sync_ctrl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizes ADRV9001 modules.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "control",
      "controller",
      "ctrl",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_tdd",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI interface controller for ADRV9001 TDD mode managing transmit/receive RF switching, VCO enables, and data flow synchronization.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmit engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adrv9001_tx_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmits data over AXI.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9001",
      "amba",
      "axi",
      "bus",
      "channel",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_adxcvr",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with memory interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adxcvr",
      "amba",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_adxcvr": [
        {
          "direction": "out",
          "name": "up_cm_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_0",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_0",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_0",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_0",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_0",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_0",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_0",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_1",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_1",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_1",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_1",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_1",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_2",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_2",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_2",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_2",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_2",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_2",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_2",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_3",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_3",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_3",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_3",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_3",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_3",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_3",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_4",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_4",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_4",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_4",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_4",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_5",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_5",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_5",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_5",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_5",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_5",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_5",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_6",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_6",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_6",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_6",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_6",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_6",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_6",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_7",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_7",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_7",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_7",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_7",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_7",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_7",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_8",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_8",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_8",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_8",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_8",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_8",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_8",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_8",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_9",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_9",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_9",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_9",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_9",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_9",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_9",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_9",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_9",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_9",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_10",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_10",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_10",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_10",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_10",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_10",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_10",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_10",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_10",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_10",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_11",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_11",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_11",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_11",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_11",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_11",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_11",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_11",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_11",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_11",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_12",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_12",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_12",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_12",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_12",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_12",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_12",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_12",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_13",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_13",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_13",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_13",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_13",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_13",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_13",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_13",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_13",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_13",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_14",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_14",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_14",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_14",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_14",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_14",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_14",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_14",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_14",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_14",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_15",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_15",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_15",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_15",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_15",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_15",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_15",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_15",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_15",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_15",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_16",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_16",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_16",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_16",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_16",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_16",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_16",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_16",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_17",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_17",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_17",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_17",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_17",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_17",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_17",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_17",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_17",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_17",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_18",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_18",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_18",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_18",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_18",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_18",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_18",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_18",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_18",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_18",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_19",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_19",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_19",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_19",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_19",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_19",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_19",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_19",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_19",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_19",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_20",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_20",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_20",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_20",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_20",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_20",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_20",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_20",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_21",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_21",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_21",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_21",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_21",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_21",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_21",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_21",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_21",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_21",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_22",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_22",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_22",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_22",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_22",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_22",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_22",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_22",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_22",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_22",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_23",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_23",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_23",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_23",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_23",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_23",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_23",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_23",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_23",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_23",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_24",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_24",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_24",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_24",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_24",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_24",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_24",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_24",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_25",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_25",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_25",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_25",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_25",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_25",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_25",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_25",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_25",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_25",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_26",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_26",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_26",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_26",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_26",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_26",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_26",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_26",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_26",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_26",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_27",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_27",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_27",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_27",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_27",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_27",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_27",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_27",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_27",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_27",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_cm_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_28",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_28",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_28",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_28",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_28",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_28",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_28",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_28",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_29",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_29",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_29",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_29",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_29",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_29",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_29",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_29",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_29",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_29",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_30",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_30",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_30",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_30",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_30",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_30",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_30",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_30",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_30",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_30",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_enb_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_addr_31",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_es_wr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_reset_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_es_wdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_rdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_es_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_pll_locked_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rst_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_user_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_rst_done_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbsforceerr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_prbssel_31",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_prbscntreset_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbserr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_prbslocked_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_ch_bufstatus_31",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_bufstatus_rst_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_lpm_dfe_n_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_rate_31",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_sys_clk_sel_31",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_out_clk_sel_31",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_diffctrl_31",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_postcursor_31",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_tx_precursor_31",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_enb_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_addr_31",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "up_ch_wr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_ch_wdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_rdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "up_ch_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_pll_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awaddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_araddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_clkgen",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite generator",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "clkgen"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_clkgen": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_clock_monitor",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "clock",
      "monitor"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_clock_monitor": [
        {
          "direction": "in",
          "name": "clock_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ctrlif",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite controller with memory interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "ctrlif"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ctrlif": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "std_logic_vector",
          "width": "C_S_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "std_logic_vector",
          "width": "(C_S_AXI_DATA_WIDTH/8)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "std_logic_vector",
          "width": "C_S_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_addr",
          "type": "integer",
          "width": "0 to C_NUM_REG - 1"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rd_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_addr",
          "type": "integer",
          "width": "0 to C_NUM_REG - 1"
        },
        {
          "direction": "out",
          "name": "wr_data",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wr_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_stb",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dac_interpolate",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "dac",
      "digital",
      "interpolate"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_dac_interpolate": [
        {
          "direction": "in",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_data_a",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_data_b",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_valid_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_valid_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_valid_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_valid_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_ready_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_ready_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "last_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "last_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_enable_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_enable_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_int_data_a",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_int_data_b",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dac_valid_out_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_valid_out_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trigger_i",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "trigger_adc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trigger_la",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dac_interpolate_filter",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Filter with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "dac",
      "digital",
      "filter",
      "interpolate"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dac_interpolate_reg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Provides AXI register interface for controlling DAC interpolation, filtering, and synchronization settings with dual-channel support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "dac",
      "digital",
      "interpolate",
      "reg",
      "register"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dacfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dacfifo"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_dacfifo": [
        {
          "direction": "in",
          "name": "dma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_data",
          "type": "wire",
          "width": "[(DMA_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "dma_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data",
          "type": "wire",
          "width": "[(DAC_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_xfer_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_awid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "axi_awlock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_awqos",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_awlen",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_awaddr",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_wdata",
          "type": "wire",
          "width": "[(AXI_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "axi_wstrb",
          "type": "wire",
          "width": "[(AXI_DATA_WIDTH/8-1):0]"
        },
        {
          "direction": "out",
          "name": "axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_bid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_arid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "axi_arlock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_arqos",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "axi_arlen",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "axi_araddr",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rid",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rdata",
          "type": "wire",
          "width": "[(AXI_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dacfifo_address_buffer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "address",
      "amba",
      "axi",
      "buffer",
      "bus",
      "dacfifo"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dacfifo_rd",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dacfifo",
      "rd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dacfifo_wr",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dacfifo",
      "wr"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 with ready/valid handshake and interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_dmac": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awaddr",
          "type": "wire",
          "width": "[DMA_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awlen",
          "type": "wire",
          "width": "[7-(4*DMA_AXI_PROTOCOL_DEST):0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_awlock",
          "type": "wire",
          "width": "[DMA_AXI_PROTOCOL_DEST:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_wdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_wstrb",
          "type": "wire",
          "width": "[(DMA_DATA_WIDTH_DEST/8)-1:0]"
        },
        {
          "direction": "in",
          "name": "m_dest_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_wid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_DEST-1:0]"
        },
        {
          "direction": "in",
          "name": "m_dest_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_bid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_araddr",
          "type": "wire",
          "width": "[DMA_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arlen",
          "type": "wire",
          "width": "[7-(4*DMA_AXI_PROTOCOL_DEST):0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "m_dest_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_dest_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "m_dest_axi_rdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "m_dest_axi_arlock",
          "type": "wire",
          "width": "[DMA_AXI_PROTOCOL_DEST:0]"
        },
        {
          "direction": "in",
          "name": "m_dest_axi_rid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_DEST-1:0]"
        },
        {
          "direction": "in",
          "name": "m_dest_axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_araddr",
          "type": "wire",
          "width": "[DMA_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arlen",
          "type": "wire",
          "width": "[7-(4*DMA_AXI_PROTOCOL_SRC):0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SRC-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_arlock",
          "type": "wire",
          "width": "[DMA_AXI_PROTOCOL_SRC:0]"
        },
        {
          "direction": "in",
          "name": "m_src_axi_rdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SRC-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "m_src_axi_rid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SRC-1:0]"
        },
        {
          "direction": "in",
          "name": "m_src_axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_awaddr",
          "type": "wire",
          "width": "[DMA_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_awlen",
          "type": "wire",
          "width": "[7-(4*DMA_AXI_PROTOCOL_SRC):0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "m_src_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_wdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SRC-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_wstrb",
          "type": "wire",
          "width": "[(DMA_DATA_WIDTH_SRC/8)-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_src_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_src_axi_awid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SRC-1:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_awlock",
          "type": "wire",
          "width": "[DMA_AXI_PROTOCOL_SRC:0]"
        },
        {
          "direction": "out",
          "name": "m_src_axi_wid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SRC-1:0]"
        },
        {
          "direction": "in",
          "name": "m_src_axi_bid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SRC-1:0]"
        },
        {
          "direction": "in",
          "name": "m_sg_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_araddr",
          "type": "wire",
          "width": "[DMA_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arlen",
          "type": "wire",
          "width": "[7-(4*DMA_AXI_PROTOCOL_SG):0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SG-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_arlock",
          "type": "wire",
          "width": "[DMA_AXI_PROTOCOL_SG:0]"
        },
        {
          "direction": "in",
          "name": "m_sg_axi_rdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SG-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "m_sg_axi_rid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SG-1:0]"
        },
        {
          "direction": "in",
          "name": "m_sg_axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awaddr",
          "type": "wire",
          "width": "[DMA_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awlen",
          "type": "wire",
          "width": "[7-(4*DMA_AXI_PROTOCOL_SG):0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "m_sg_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_wdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SG-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_wstrb",
          "type": "wire",
          "width": "[(DMA_DATA_WIDTH_SG/8)-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sg_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SG-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_awlock",
          "type": "wire",
          "width": "[DMA_AXI_PROTOCOL_SG:0]"
        },
        {
          "direction": "out",
          "name": "m_sg_axi_wid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SG-1:0]"
        },
        {
          "direction": "in",
          "name": "m_sg_axi_bid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH_SG-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SRC-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_strb",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SRC/8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_keep",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SRC/8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_user",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_id",
          "type": "wire",
          "width": "[DMA_AXIS_ID_W-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_dest",
          "type": "wire",
          "width": "[DMA_AXIS_DEST_W-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_strb",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_DEST/8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_keep",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_DEST/8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_user",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_id",
          "type": "wire",
          "width": "[DMA_AXIS_ID_W-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_dest",
          "type": "wire",
          "width": "[DMA_AXIS_DEST_W-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FIFO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_wr_din",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_SRC-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_wr_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_wr_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_rd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_rd_dout",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH_DEST-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_rd_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_frame_in",
          "type": "wire",
          "width": "[MAX_NUM_FRAMES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_frame_in_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_frame_out",
          "type": "wire",
          "width": "[MAX_NUM_FRAMES_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_frame_out_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_frame_in",
          "type": "wire",
          "width": "[MAX_NUM_FRAMES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_frame_in_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_frame_out",
          "type": "wire",
          "width": "[MAX_NUM_FRAMES_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "s_frame_out_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_ext_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dest_ext_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dest_diag_level_bursts",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_burst_memory",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Axi IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "burst",
      "bus",
      "dmac",
      "memory"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_ext_sync",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizer with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac",
      "ext",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac",
      "regmap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_regmap_request",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Axi IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac",
      "regmap",
      "request"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_reset_manager",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Cross-domain reset and enable manager for AXI DMA controller request, destination, and source clock domains.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac",
      "manager",
      "reset"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_response_manager",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Axi IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac",
      "manager",
      "response"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_dmac_transfer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dmac",
      "transfer"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_fan_control",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "control",
      "fan"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_fan_control": [
        {
          "direction": "in",
          "name": "temp_in",
          "type": "wire",
          "width": "[ 9:0]"
        },
        {
          "direction": "in",
          "name": "tacho",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_fmcadc5_sync",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite synchronizer with SPI interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "fmcadc5",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_fmcadc5_sync": [
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sysref",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_sync_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_sync_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sysref_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sysref_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sync_0_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sync_0_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sync_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_sync_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_0",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "in",
          "name": "rx_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_1",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "rx_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data",
          "type": "wire",
          "width": "[511:0]"
        },
        {
          "direction": "out",
          "name": "vcal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_csn_o",
          "type": "wire",
          "width": "[  7:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_sdo_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn",
          "type": "wire",
          "width": "[  7:0]"
        },
        {
          "direction": "out",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[  2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[  2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_fmcadc5_sync_calcor",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizes ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "calcor",
      "fmcadc5",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_generic_adc",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "amba",
      "analog",
      "axi",
      "bus",
      "converter",
      "digital"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_generic_adc": [
        {
          "direction": "in",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable",
          "type": "wire",
          "width": "[NUM_OF_CHANNELS-1:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_gpreg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "gpreg"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_gpreg": [
        {
          "direction": "out",
          "name": "up_gp_ioenb_0",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_0",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_0",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_1",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_1",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_1",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_2",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_2",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_2",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_3",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_3",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_3",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_4",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_4",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_4",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_5",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_5",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_5",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_6",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_6",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_6",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_ioenb_7",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "up_gp_out_7",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "up_gp_in_7",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "d_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_clk_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[  3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[ 31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[  1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_gpreg_clock_mon",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Monitors clock settings.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "clock",
      "gpreg",
      "mon"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_hdmi_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite receive engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "hdmi",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_hdmi_rx": [
        {
          "direction": "in",
          "name": "hdmi_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hdmi_rx_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "hdmi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_dma_sof",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_dma_de",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_dma_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "hdmi_dma_ovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hdmi_dma_unf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_hdmi_rx_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receives HDMI input and generates DMA output.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "core",
      "hdmi",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_hdmi_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite transmit engine with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "hdmi",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_hdmi_tx": [
        {
          "direction": "in",
          "name": "reference_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_out_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_out_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_16_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_16_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_16_data_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_16_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "hdmi_16_es_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "hdmi_24_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_24_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_24_data_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_24_data",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "vga_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_red",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "vga_green",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "vga_blue",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "hdmi_36_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_36_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_36_data_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdmi_36_data",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "vdma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vdma_end_of_frame",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vdma_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vdma_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "vdma_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_hdmi_tx_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives HDMI and VGA outputs.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "core",
      "hdmi",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_hsci",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with SPI interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "hsci"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "hsci_master_regs_pkg"
    ],
    "top_ports": {
      "axi_hsci": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[S_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[(AXI_DATA_WIDTH/8)-1 : 0]"
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[S_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_pclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_menc_clk",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "hsci_mosi_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "hsci_miso_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "hsci_pll_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_rst_seq_done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_pll_locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_vtc_rdy_bsc_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_dly_rdy_bsc_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_vtc_rdy_bsc_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_dly_rdy_bsc_rx",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_i2s_adi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with AXI4-Stream interface and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adi",
      "amba",
      "axi",
      "bus",
      "i2s"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_i2s_adi": [
        {
          "direction": "in",
          "name": "data_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bclk_o",
          "type": "std_logic_vector",
          "width": "NUM_OF_CHANNEL - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "lrclk_o",
          "type": "std_logic_vector",
          "width": "NUM_OF_CHANNEL - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "sdata_o",
          "type": "std_logic_vector",
          "width": "NUM_OF_CHANNEL - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "sdata_i",
          "type": "std_logic_vector",
          "width": "NUM_OF_CHANNEL - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "dma_req_tx_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_tx_rstn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_tx_davalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_tx_datype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_tx_daready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_tx_drvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_tx_drtype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_tx_drlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_tx_drready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rx_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rx_rstn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rx_davalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rx_datype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_rx_daready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_rx_drvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_rx_drtype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_rx_drlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rx_drready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "std_logic_vector",
          "width": "S_AXI_ADDRESS_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "std_logic_vector",
          "width": "S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "std_logic_vector",
          "width": "(S_AXI_DATA_WIDTH/8)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "std_logic_vector",
          "width": "S_AXI_ADDRESS_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "std_logic_vector",
          "width": "S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_intr_monitor",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "intr",
      "monitor"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_intr_monitor": [
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_jesd204_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite receive engine with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "jesd204",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_jesd204_rx": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_reset_ext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_lanes_disable",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_links_disable",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_disable_scrambler",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_disable_char_replacement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_frame_align_err_threshold",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_beats_per_multiframe",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_lmfc_offset",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_oneshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_buffer_early_release",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_buffer_delay",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "core_ilas_config_valid",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_ilas_config_addr",
          "type": "wire",
          "width": "[2*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_ilas_config_data",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "device_event_sysref_alignment_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_event_sysref_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_event_frame_alignment_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_event_unexpected_lane_state_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_ctrl_err_statistics_mask",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "core_ctrl_err_statistics_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_status_err_statistics_cnt",
          "type": "wire",
          "width": "[32*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_ctrl_state",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_lane_cgs_state",
          "type": "wire",
          "width": "[2*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_lane_emb_state",
          "type": "wire",
          "width": "[3*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_lane_ifs_ready",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_lane_latency",
          "type": "wire",
          "width": "[14*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_lane_frame_align_err_cnt",
          "type": "wire",
          "width": "[8*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "status_synth_params0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "status_synth_params1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "status_synth_params2",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_jesd204_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite transmit engine with JESD204 interface and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "jesd204",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_jesd204_tx": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_reset_ext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_lanes_disable",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_links_disable",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_continuous_cgs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_continuous_ilas",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_skip_ilas",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_mframes_per_ilas",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "core_cfg_disable_char_replacement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_cfg_disable_scrambler",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_beats_per_multiframe",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_lmfc_offset",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_oneshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_ilas_config_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_ilas_config_addr",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "core_ilas_config_data",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "device_event_sysref_alignment_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_event_sysref_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_ctrl_manual_sync_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "core_status_state",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "core_status_sync",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "status_synth_params0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "status_synth_params1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "status_synth_params2",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_laser_driver",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "driver",
      "laser"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_laser_driver": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "driver_en_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "driver_pulse",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "driver_otw_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "driver_dp_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tia_chsel",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_laser_driver_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives a laser.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "driver",
      "laser",
      "regmap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_logic_analyzer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Captures and analyzes AXI data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "analyzer",
      "axi",
      "bus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_logic_analyzer": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "trigger_i",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "dac_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "external_rate",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "external_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "external_decimation_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trigger_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trigger_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trigger_out_adc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_depth",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "delay_counter",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "od_pp_n",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_logic_analyzer_reg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Provides AXI register interface to configure logic analyzer settings including trigger modes, sampling dividers, edge detection, and data acquisition parameters.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "analyzer",
      "axi",
      "bus",
      "reg",
      "register"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ltc235x",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with SPI interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "ltc235x"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ltc235x": [
        {
          "direction": "in",
          "name": "external_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lvds_cmos_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "sdi_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_4",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_5",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_6",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "adc_data_7",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ltc2387",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI-based interface controller for LTC2387 high-speed ADC with configurable resolution and dual-lane support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "ltc2387"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_ltc2387": [
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ref_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_gate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "da_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "da_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "db_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "db_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[OUT_RES-1:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ltc2387_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI interface controller for LTC2387 ADC that processes raw ADC data, performs PN sequence error detection, and provides DMA integration with configurable resolution and lane support.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "channel",
      "ltc2387"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_ltc2387_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Interfaces with LTC2387 ADC.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "ltc2387"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pulsar_lvds",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "pulsar",
      "signaling",
      "voltage"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_pulsar_lvds": [
        {
          "direction": "in",
          "name": "delay_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ref_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_gate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adc_data",
          "type": "wire",
          "width": "[BITS_PER_SAMPLE-1:0]"
        },
        {
          "direction": "in",
          "name": "adc_dovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pulsar_lvds_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI interface for a single LVDS ADC channel with data formatting, PN sequence monitoring, and overrange detection.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "channel",
      "differential",
      "low",
      "lvds",
      "pulsar",
      "signaling",
      "voltage"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pulsar_lvds_if",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates ADC data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "differential",
      "low",
      "lvds",
      "pulsar",
      "signaling",
      "voltage"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pulse_gen",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite generator",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "gen",
      "pulse"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_pulse_gen": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pulse",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pulse_gen_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates pulses.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "gen",
      "pulse",
      "regmap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pwm_gen",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite generator",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "gen",
      "modulation",
      "pulse",
      "pwm",
      "width"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_pwm_gen": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "period",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_pwm_gen_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates PWM signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "gen",
      "modulation",
      "pulse",
      "pwm",
      "regmap",
      "width"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_rd_wr_combiner",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Helper module to combine a read-only and a write-only AXI interface into a single read-write AXI interface. Only supports AXI3 at the moment.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "combiner",
      "rd",
      "wr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_rd_wr_combiner": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awaddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awlen",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wstrb",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_araddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arlen",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awaddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awlen",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_wr_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wr_axi_wdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_wstrb",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "s_wr_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wr_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wr_axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_wr_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_wr_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_wr_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rd_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rd_axi_araddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_rd_axi_arlen",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "s_rd_axi_arsize",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "s_rd_axi_arburst",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_rd_axi_arcache",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "s_rd_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_rd_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_rd_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_rd_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_rd_axi_rdata",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "s_rd_axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rd_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_selmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "selmap"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_selmap": [
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "cclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "program_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdwr_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csi_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "init_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_spdif_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite receive engine with AXI4-Stream interface and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "receive",
      "receiver",
      "rx",
      "spdif"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "rx_package"
    ],
    "top_ports": {
      "axi_spdif_rx": [
        {
          "direction": "out",
          "name": "rx_int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spdif_rx_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spdif_rx_i_dbg",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "std_logic_vector",
          "width": "C_S_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "std_logic_vector",
          "width": "(C_S_AXI_DATA_WIDTH/8)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "std_logic_vector",
          "width": "C_S_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "dma_req_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rstn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_davalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_datype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_daready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_drvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_drtype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_drlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_drready",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_spdif_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite transmit engine with AXI4-Stream interface and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "spdif",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "tx_package"
    ],
    "top_ports": {
      "axi_spdif_tx": [
        {
          "direction": "in",
          "name": "spdif_data_clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spdif_tx_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "std_logic_vector",
          "width": "S_AXI_ADDRESS_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "std_logic_vector",
          "width": "S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "std_logic_vector",
          "width": "(S_AXI_DATA_WIDTH/8)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "std_logic_vector",
          "width": "S_AXI_ADDRESS_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "std_logic_vector",
          "width": "S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_rstn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_davalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_datype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_daready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_drvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_drtype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "dma_req_drlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_req_drready",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_spi_engine",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with SPI interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "engine",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_spi_engine": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "up_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_wreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_waddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "up_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "up_wack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_raddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "up_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "up_rack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "sdo_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "sdi_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "offload0_cmd_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload0_cmd_wr_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "offload0_sdo_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload0_sdo_wr_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "offload0_mem_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload0_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "offload0_enabled",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload_sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "offload_sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "offload_sync_data",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_streaming_dma_rx_fifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Stream FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "amba",
      "axi",
      "buffer",
      "bus",
      "direct",
      "fifo",
      "memory",
      "queue",
      "receive",
      "receiver",
      "streaming"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_streaming_dma_rx_fifo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "period_len",
          "type": "integer",
          "width": "0 to 65535"
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "in_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "in_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_data",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_streaming_dma_tx_fifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Stream FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "amba",
      "axi",
      "buffer",
      "bus",
      "direct",
      "fifo",
      "memory",
      "queue",
      "streaming",
      "transmit",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_streaming_dma_tx_fifo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tdata",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_data",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_sysid",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "sysid"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_sysid": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_rom_data",
          "type": "wire",
          "width": "[ROM_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "pr_rom_data",
          "type": "wire",
          "width": "[ROM_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rom_addr",
          "type": "wire",
          "width": "[ROM_ADDR_BITS-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_tdd",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates TDD signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "tdd"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "axi_tdd_pkg"
    ],
    "top_ports": {
      "axi_tdd": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "channels",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdd_channel",
          "type": "wire",
          "width": "[CHANNEL_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[ 9:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[ 9:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_tdd_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates output based on TDD channel data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "channel",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "axi_tdd_pkg"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_tdd_counter",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Counts TDD frames.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "counter",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "axi_tdd_pkg"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_tdd_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Provides AXI register interface for configuring and controlling time-division duplex (TDD) channel timing and synchronization.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "regmap",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "axi_tdd_pkg"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "axi_xcvrlb",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "xcvrlb"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "axi_xcvrlb": [
        {
          "direction": "in",
          "name": "ref_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_p",
          "type": "wire",
          "width": "[(NUM_OF_LANES-1):0]"
        },
        {
          "direction": "in",
          "name": "rx_n",
          "type": "wire",
          "width": "[(NUM_OF_LANES-1):0]"
        },
        {
          "direction": "out",
          "name": "tx_p",
          "type": "wire",
          "width": "[(NUM_OF_LANES-1):0]"
        },
        {
          "direction": "out",
          "name": "tx_n",
          "type": "wire",
          "width": "[(NUM_OF_LANES-1):0]"
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "axi_xcvrlb_1",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives a transceiver.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "xcvrlb"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "cic_decim",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Decimates input signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cic",
      "decim"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "cn0363_dma_sequencer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "DMA with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "cn0363",
      "direct",
      "dma",
      "memory",
      "sequencer"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "cn0363_dma_sequencer": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phase",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "phase_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phase_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_filtered",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_filtered_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_filtered_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_q_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_q_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_q_filtered",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_q_filtered_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_q_filtered_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_wr_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dma_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_wr_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_wr_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_wr_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_enable",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "processing_resetn",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "cn0363_phase_data_sync",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizer with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cn0363",
      "data",
      "phase",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "cn0363_phase_data_sync": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "processing_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_sample_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_sample_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_sample_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "sample_has_stat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "conv_done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phase",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sample_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_sample_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_sample_data",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_phase_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_phase_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_phase_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "cordic_demod",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Demodulates input data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cordic",
      "demod"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "cordic_demod": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[63:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "corundum_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "This file repackages Corundum MQNIC Core AXI with the sole purpose of providing it as an IP Core. The original file can be refereed",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "core",
      "corundum"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "corundum_core": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awaddr",
          "type": "wire",
          "width": "[AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awlen",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awsize",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awburst",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awlock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awcache",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wdata",
          "type": "wire",
          "width": "[AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wstrb",
          "type": "wire",
          "width": "[AXI_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_arid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_araddr",
          "type": "wire",
          "width": "[AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arlen",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arsize",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arburst",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arlock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_arcache",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rid",
          "type": "wire",
          "width": "[AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rdata",
          "type": "wire",
          "width": "[AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rlast",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_awaddr",
          "type": "wire",
          "width": "[AXIL_CTRL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_wdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_wstrb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_araddr",
          "type": "wire",
          "width": "[AXIL_CTRL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_rdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_ctrl_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_ctrl_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_csr_awaddr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_csr_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_csr_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_csr_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_csr_wdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_csr_wstrb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_csr_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_csr_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_csr_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "m_axil_csr_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_csr_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_csr_araddr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_csr_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_csr_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_csr_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_csr_rdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axil_csr_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "m_axil_csr_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_csr_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_strb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_td_sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sync_locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sync_ts_rel",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "ptp_sync_ts_rel_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sync_ts_tod",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "out",
          "name": "ptp_sync_ts_tod_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sync_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sync_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_perout_locked",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "ptp_perout_error",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "ptp_perout_pulse",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tx_cpl_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tx_cpl_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_tx_cpl_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_tx_cpl_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_fc_quanta_clk_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_lfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_pfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_fc_quanta_clk_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ddr_clk",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "ddr_rst",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awaddr",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awlen",
          "type": "wire",
          "width": "[DDR_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awsize",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awburst",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awlock",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awcache",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awprot",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awqos",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awuser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_AWUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_awready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wdata",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wstrb",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wlast",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wuser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_WUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_wready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_bid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_bresp",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_buser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_BUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_bvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_bready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_araddr",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arlen",
          "type": "wire",
          "width": "[DDR_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arsize",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arburst",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arlock",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arcache",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arprot",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arqos",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_aruser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ARUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_arready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rdata",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rresp",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rlast",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_ruser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_RUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_rready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "ddr_status",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "hbm_clk",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "hbm_rst",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awaddr",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awlen",
          "type": "wire",
          "width": "[HBM_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awsize",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awburst",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awlock",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awcache",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awprot",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awqos",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awuser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_AWUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_awready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wdata",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wstrb",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wlast",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wuser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_WUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_wready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_bid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_bresp",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_buser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_BUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_bvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_bready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_araddr",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arlen",
          "type": "wire",
          "width": "[HBM_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arsize",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arburst",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arlock",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arcache",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arprot",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arqos",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_aruser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ARUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_arready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rdata",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rresp",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rlast",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_ruser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_RUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_rready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "hbm_status",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_stat_tdata",
          "type": "wire",
          "width": "[STAT_INC_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_stat_tid",
          "type": "wire",
          "width": "[STAT_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_stat_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_stat_tready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "daq2_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI interface controller.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "daq2",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "daq2_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_dir",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "daq3_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Implements SPI interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "daq3",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "daq3_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_dir",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "data_mover",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Data IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "data",
      "mover"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "data_offload",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "data",
      "offload"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "data_offload": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_tkeep",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[DST_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tkeep",
          "type": "wire",
          "width": "[DST_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "init_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_ext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_storage_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_storage_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_storage_axis_data",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_storage_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_storage_axis_tkeep",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "s_storage_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_storage_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_storage_axis_data",
          "type": "wire",
          "width": "[DST_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_storage_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_storage_axis_tkeep",
          "type": "wire",
          "width": "[DST_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "wr_request_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_request_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_request_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_request_length",
          "type": "wire",
          "width": "[MEM_SIZE_LOG2-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_response_measured_length",
          "type": "wire",
          "width": "[MEM_SIZE_LOG2-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_response_eot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_request_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_request_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_request_length",
          "type": "wire",
          "width": "[MEM_SIZE_LOG2-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_response_eot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ddr_calib_done",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "data_offload_fsm",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "This module controls the read and write access to the storage unit. It is used for both transmit and receive use cases",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "data",
      "fsm",
      "offload"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "data_offload_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Provides register map interface for controlling and monitoring a data offload memory subsystem across multiple clock domains.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "data",
      "offload",
      "regmap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "dest_axi_mm",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dest",
      "mm"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "dest_axi_stream",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Dest IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dest",
      "stream"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "dest_fifo_inf",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "buffer",
      "dest",
      "fifo",
      "inf",
      "queue"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "dma_fifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "DMA FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "buffer",
      "direct",
      "dma",
      "fifo",
      "memory",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "dma_fifo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "in_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_data",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_data",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "dmac_sg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Dmac IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "dmac",
      "sg"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "elastic_buffer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Buffers data between clocks.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "buffer",
      "elastic"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "ethernet_adrv9009zu11eg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite with AXI4-Stream interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adrv9009zu11eg",
      "ethernet"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ethernet_adrv9009zu11eg": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_led",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_tx_p",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_tx_n",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_p",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_n",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_resetl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_modprsl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_intl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_lpmode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_gtpowergood",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_strb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_awaddr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_wdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_wstrb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_csr_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_araddr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_rdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_csr_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_csr_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_td_sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_rel",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_rel_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_tod",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_tod_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_perout_locked",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_perout_error",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_perout_pulse",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_ptp_ts_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_fc_quanta_clk_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_fc_quanta_clk_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "i2c_scl_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2c_sda_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "frequency",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ethernet_k26",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "This file repackages Corundum MQNIC Core AXI with the sole purpose of providing it as an IP Core. The original file can be refereed",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ethernet",
      "k26"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ethernet_k26": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "sfp_led",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sfp_rx_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_rx_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sfp_tx_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sfp_tx_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_mgt_refclk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_mgt_refclk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sfp_tx_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_tx_fault",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_rx_los",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_mod_abs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_strb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_awaddr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_wdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_wstrb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_csr_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_araddr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_csr_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_csr_rdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_csr_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_csr_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_csr_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ptp_sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_td_sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_rel",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_rel_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_tod",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_tod_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_perout_locked",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_perout_error",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_perout_pulse",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_ptp_ts_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_fc_quanta_clk_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_fc_quanta_clk_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scl_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scl_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sda_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sda_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "frequency",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ethernet_vcu118",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "This file repackages Corundum MQNIC Core AXI with the sole purpose of providing it as an IP Core. The original file can be refereed",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ethernet",
      "vcu118"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ethernet_vcu118": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_125mhz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_125mhz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_drp_clk",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_drp_rst",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_strb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_tx_p",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_tx_n",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_p",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_n",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_modsell",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_resetl",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_modprsl",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_intl",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_lpmode",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_gtpowergood",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk_bufg",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_rst",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_ptp_ts_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "i2c_scl_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2c_sda_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fpga_boot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qspi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qspi_0_dq_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_0_dq_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_0_dq_oe",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_0_cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qspi_1_dq_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_1_dq_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_1_dq_oe",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_1_cs",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "ethernet_xcvu11p",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "This file repackages Corundum MQNIC Core AXI with the sole purpose of providing it as an IP Core. The original file can be refereed",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ethernet",
      "xcvu11p"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "ethernet_xcvu11p": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_125mhz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_125mhz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_drp_clk",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_drp_rst",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_strb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_wr_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_addr",
          "type": "wire",
          "width": "[AXIL_CSR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_reg_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_data",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_wait",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_reg_rd_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_tx_p",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_tx_n",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_p",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_n",
          "type": "wire",
          "width": "[QSFP_CNT*4-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_modsell",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_resetl",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_modprsl",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_intl",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_lpmode",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_gtpowergood",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk_bufg",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_rst",
          "type": "wire",
          "width": "[QSFP_CNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_tx_ptp_ts_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_tx_ptp_ts_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_tx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_tx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_ptp_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_ptp_ts_step",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "axis_eth_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "axis_eth_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_enable",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_status",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_en",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_lfc_req",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_lfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_en",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "out",
          "name": "eth_rx_pfc_req",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_pfc_ack",
          "type": "wire",
          "width": "[PORT_COUNT*8-1:0]"
        },
        {
          "direction": "in",
          "name": "i2c_scl_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2c_sda_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fpga_boot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qspi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qspi_0_dq_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_0_dq_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_0_dq_oe",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_0_cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qspi_1_dq_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_1_dq_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_1_dq_oe",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi_1_cs",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "fifo_synchronizer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "buffer",
      "fifo",
      "queue",
      "synchronizer"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "fifo_synchronizer": [
        {
          "direction": "in",
          "name": "in_clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_data",
          "type": "std_logic_vector",
          "width": "WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "in_tick",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_data",
          "type": "std_logic_vector",
          "width": "WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_tick",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "fmcomms11_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Bridges standard 4-wire SPI to dual-protocol interface supporting 4-wire and 3-wire SPI modes for multi-device FMCOMMS11 RF board control.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "fmcomms11",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "fmcomms11_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_ad9625",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_ad9162",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_ad9508",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_adl5240",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_adf4355",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_hmc1119",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_dir",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "fmcomms8_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Implements SPI interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "fmcomms8",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "fmcomms8_spi": [
        {
          "direction": "in",
          "name": "spi_csn",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "gpio_slave",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI slave",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "general",
      "gpio",
      "input",
      "output",
      "purpose",
      "slave"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "gpio_slave": [
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "leds",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "dipsw",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_master_axi_slave",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Slave with memory interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "hsci",
      "master",
      "slave"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_master_logic",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Master with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hsci",
      "master"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "hsci_master_regs_pkg"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_master_regs_regs",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Register bank for the HSCI master controller, exposing configuration and status fields over the processor interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hsci",
      "master"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "hsci_master_regs_pkg"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_master_top",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI master with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hsci",
      "master"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "hsci_master_regs_pkg"
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_mcore",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FPGA SPI master controller managing data transfers with link synchronization, error detection, and test/capture modes.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hsci",
      "mcore"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_mlink_ctrl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "High-speed serial link controller coordinating FSM-based link establishment with clock adjustment and alignment.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "control",
      "controller",
      "ctrl",
      "hsci",
      "mlink"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "hsci_phy_top",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Drives SPI signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hsci",
      "layer",
      "phy",
      "physical"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "hsci_phy_top": [
        {
          "direction": "in",
          "name": "pll_inclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_pll_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_pclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_mosi_d_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_mosi_d_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_miso_d_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_miso_d_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_pll_locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_mosi_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hsci_mosi_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_miso_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_miso_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsci_menc_clk",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "hsci_mosi_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "hsci_miso_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "vtc_rdy_bsc_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dly_rdy_bsc_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vtc_rdy_bsc_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dly_rdy_bsc_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rst_seq_done",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i2s_clkgen",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates I2S clocks.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "clkgen",
      "i2s"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "i2s_clkgen": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tick",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bclk_div_rate",
          "type": "natural",
          "width": "0 to 255"
        },
        {
          "direction": "in",
          "name": "lrclk_div_rate",
          "type": "natural",
          "width": "0 to 255"
        },
        {
          "direction": "out",
          "name": "bclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lrclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "channel_sync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "frame_sync",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i2s_controller",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 controller with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "i2s"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "i2s_controller": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bclk_o",
          "type": "std_logic_vector",
          "width": "C_NUM_CH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "lrclk_o",
          "type": "std_logic_vector",
          "width": "C_NUM_CH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "sdata_o",
          "type": "std_logic_vector",
          "width": "C_NUM_CH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "sdata_i",
          "type": "std_logic_vector",
          "width": "C_NUM_CH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_data",
          "type": "std_logic_vector",
          "width": "C_SLOT_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rx_enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data",
          "type": "std_logic_vector",
          "width": "C_SLOT_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "bclk_div_rate",
          "type": "natural",
          "width": "0 to 255"
        },
        {
          "direction": "in",
          "name": "lrclk_div_rate",
          "type": "natural",
          "width": "0 to 255"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i2s_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receive engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "i2s",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "i2s_rx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_sync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "frame_sync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdata",
          "type": "std_logic_vector",
          "width": "C_NUM - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "C_SLOT_WIDTH-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i2s_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmit engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "i2s",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "i2s_tx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_sync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "frame_sync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdata",
          "type": "std_logic_vector",
          "width": "C_NUM - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "std_logic_vector",
          "width": "C_SLOT_WIDTH-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_bit_mod",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Modulates the SDA and SCL lanes. SCL high time is fixed at 40ns in I3C mode: * 4 clock cycles at 100MHz clk. * 2 clock cycles at 50MHz clk. I3C Open drain is 1.5625MHz,while I2C speed depends on I2C_MOD, e.g.: * I2C_MOD = 0 : 1.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "bit",
      "controller",
      "i3c",
      "mod"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_cmd_parser",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "1336749ccfa9",
      "ca0618ef7b4f"
    ],
    "description": "Parse commands. When the first command indicates a pair command (e.g. CCC), await next command to complete request (e.g. add CCC ID to parsed CCC command). If it is a simple command (e.g. private transfer), their is no pair command.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cmd",
      "controller",
      "i3c",
      "parser"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-12T00:52:40Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_core",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI controller with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "core",
      "i3c"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "i3c_controller_core": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmdp_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmdp_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmdp",
          "type": "wire",
          "width": "[30:0]"
        },
        {
          "direction": "out",
          "name": "cmdp_error",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "cmdp_nop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmdp_daa_trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "ibi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibi",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "in",
          "name": "rmap_ibi_config",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rmap_pp_sg",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rmap_dev_char_addr",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "rmap_dev_char_data",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "i3c_scl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i3c_sdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3c_sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i3c_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_framing",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Frames commands to the word module. That means, joins cmdp and sdio bus into single interface cmdw. It is the main state-machine for the Command Descriptors received.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "framing",
      "i3c"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_host_interface",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite controller with SPI interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "host",
      "i3c",
      "interface"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "i3c_controller_host_interface": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "offload_trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmdp_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmdp_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmdp",
          "type": "wire",
          "width": "[30:0]"
        },
        {
          "direction": "in",
          "name": "cmdp_error",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "cmdp_nop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmdp_daa_trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "ibi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ibi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ibi",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "in",
          "name": "offload_sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload_sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload_sdi",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rmap_ibi_config",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rmap_pp_sg",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rmap_dev_char_addr",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "rmap_dev_char_data",
          "type": "wire",
          "width": "[3:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_pack",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "1336749ccfa9",
      "ca0618ef7b4f"
    ],
    "description": "Packs u8 stream into u32. Restrictions: At partial payload, e.g. 3-bytes, the remaining byte value is unknown.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "i3c",
      "pack"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-12T00:52:40Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_regmap",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Lite controller with SPI interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "i3c",
      "regmap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_unpack",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "1336749ccfa9",
      "ca0618ef7b4f"
    ],
    "description": "Unpacks u32 packages into u8 stream.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "i3c",
      "unpack"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-12T00:52:40Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_word",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Executes Word Commands received by the framing module. Each state has linear sub-states counted in Bit Modulation Commands.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "i3c",
      "word"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "i3c_controller_write_ibi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "1336749ccfa9",
      "ca0618ef7b4f"
    ],
    "description": "Controller with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "controller",
      "i3c",
      "ibi",
      "write"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-12T00:52:40Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_eof_generator",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 generator",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "eof",
      "generator",
      "jesd204"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_eof_generator": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lmfc_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_generate_eomf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sof",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "eof",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "eomf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": "[2:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_f_tile_adapter_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 adapter with FIFO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adapter",
      "bridge",
      "converter",
      "jesd204",
      "protocol",
      "receive",
      "receiver",
      "rx",
      "tile"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_f_tile_adapter_rx": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_phy_data",
          "type": "wire",
          "width": "[I_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "o_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "o_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_phy_data",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_phy_header",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_phy_block_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_phy_charisk",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_phy_notintable",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_phy_disperr",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "o_phy_patternalign_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": "[65:0]"
        },
        {
          "direction": "in",
          "name": "rd_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_data",
          "type": "wire",
          "width": "[65:0]"
        },
        {
          "direction": "out",
          "name": "wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aclr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_f_tile_adapter_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 adapter with FIFO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adapter",
      "bridge",
      "converter",
      "jesd204",
      "protocol",
      "tile",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_f_tile_adapter_tx": [
        {
          "direction": "in",
          "name": "o_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_phy_data",
          "type": "wire",
          "width": "[O_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_phy_data",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_phy_header",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "i_phy_charisk",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": "[65:0]"
        },
        {
          "direction": "in",
          "name": "rd_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_data",
          "type": "wire",
          "width": "[65:0]"
        },
        {
          "direction": "out",
          "name": "wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aclr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_phy_glue",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "glue",
      "jesd204",
      "layer",
      "phy",
      "physical"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_phy_glue": [
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "const_out",
          "type": "wire",
          "width": "[CONST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "polinv",
          "type": "wire",
          "width": "[NUM_OF_LANES-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 receive engine with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_rx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_data",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "phy_header",
          "type": "wire",
          "width": "[2*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "phy_charisk",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "phy_notintable",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "phy_disperr",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "phy_block_sync",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "sysref",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lmfc_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lmfc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_event_sysref_alignment_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_event_sysref_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "event_frame_alignment_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "event_unexpected_lane_state_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "phy_en_char_align",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH*8*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_eof",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_sof",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_eomf",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_somf",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_lanes_disable",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_links_disable",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_disable_scrambler",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_disable_char_replacement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_frame_align_err_threshold",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_beats_per_multiframe",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_lmfc_offset",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_sysref_oneshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_cfg_sysref_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_cfg_buffer_early_release",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_cfg_buffer_delay",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_err_statistics_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_err_statistics_mask",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "status_err_statistics_cnt",
          "type": "wire",
          "width": "[32*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "ilas_config_valid",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "ilas_config_addr",
          "type": "wire",
          "width": "[NUM_LANES*2-1:0]"
        },
        {
          "direction": "out",
          "name": "ilas_config_data",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "status_ctrl_state",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "status_lane_cgs_state",
          "type": "wire",
          "width": "[2*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "status_lane_ifs_ready",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "status_lane_latency",
          "type": "wire",
          "width": "[14*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "status_lane_emb_state",
          "type": "wire",
          "width": "[3*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "status_lane_frame_align_err_cnt",
          "type": "wire",
          "width": "[8*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "status_synth_params0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "status_synth_params1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "status_synth_params2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "widths",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_rx_frame_align",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Aligns JESD204 frames.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "align",
      "frame",
      "jesd204",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_rx_lane",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "lane",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_rx_lane_64b",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receives JESD204 data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "64b",
      "jesd204",
      "lane",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_rx_static_config",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "config",
      "jesd204",
      "receive",
      "receiver",
      "rx",
      "static"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_rx_static_config": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_lanes_disable",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "cfg_links_disable",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cfg_disable_scrambler",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_disable_char_replacement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_frame_align_err_threshold",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_beats_per_multiframe",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_lmfc_offset",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_oneshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_buffer_early_release",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_buffer_delay",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_soft_pcs_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 receive engine with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "pcs",
      "receive",
      "receiver",
      "rx",
      "soft"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_soft_pcs_rx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "patternalign_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[NUM_LANES*(DATA_PATH_WIDTH*10 + IFC_TYPE*40)-1:0]"
        },
        {
          "direction": "out",
          "name": "char",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "charisk",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "notintable",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "disperr",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_soft_pcs_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 transmit engine with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "pcs",
      "soft",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_soft_pcs_tx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "char",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "charisk",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[NUM_LANES*(DATA_PATH_WIDTH*10 + IFC_TYPE*40)-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 transmit engine with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_tx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_data",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "phy_charisk",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "phy_header",
          "type": "wire",
          "width": "[2*NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "sysref",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lmfc_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lmfc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH*8*NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_eof",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_sof",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_somf",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_eomf",
          "type": "wire",
          "width": "[TPL_DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_lanes_disable",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_links_disable",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_continuous_cgs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_continuous_ilas",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_skip_ilas",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_mframes_per_ilas",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "cfg_disable_char_replacement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_disable_scrambler",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_beats_per_multiframe",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_lmfc_offset",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "device_cfg_sysref_oneshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_cfg_sysref_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ilas_config_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ilas_config_addr",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ilas_config_data",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_manual_sync_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_event_sysref_edge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_event_sysref_alignment_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "status_sync",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "status_state",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "status_synth_params0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "status_synth_params1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "status_synth_params2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "widths",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_tx_ctrl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 controller with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "control",
      "controller",
      "ctrl",
      "jesd204",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_tx_gearbox",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Constraints: - IN_DATA_PATH_WIDTH >= OUT_DATA_PATH_WIDTH",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "gearbox",
      "jesd204",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_tx_lane",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmits JESD204 data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "lane",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_tx_lane_64b",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmits JESD204 data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "64b",
      "jesd204",
      "lane",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_tx_static_config",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "config",
      "jesd204",
      "static",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_tx_static_config": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_lanes_disable",
          "type": "wire",
          "width": "[NUM_LANES-1:0]"
        },
        {
          "direction": "out",
          "name": "cfg_links_disable",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cfg_continuous_cgs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_continuous_ilas",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_skip_ilas",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_mframes_per_ilas",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cfg_disable_char_replacement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_disable_scrambler",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_multiframe",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_octets_per_frame",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_beats_per_multiframe",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_lmfc_offset",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_oneshot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "device_cfg_sysref_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ilas_config_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ilas_config_addr",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ilas_config_data",
          "type": "wire",
          "width": "[NUM_LANES*DATA_PATH_WIDTH*8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_up_common",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with interrupt support and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "common",
      "jesd204"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_up_ilas_mem",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ilas",
      "jesd204",
      "mem"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_up_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 receive engine with ready/valid handshake and memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_up_rx_lane",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "lane",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_up_sysref",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 SYSREF signal controller that manages synchronization reference configuration and monitoring across multiple ...",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "sysref"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_up_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 transmit engine with memory interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "jesd204",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_versal_gt_adapter_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 adapter",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adapter",
      "bridge",
      "converter",
      "gt",
      "jesd204",
      "protocol",
      "receive",
      "receiver",
      "rx",
      "versal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_versal_gt_adapter_rx": [
        {
          "direction": "in",
          "name": "rxdata",
          "type": "wire",
          "width": "[127 : 0]"
        },
        {
          "direction": "in",
          "name": "rxheader",
          "type": "wire",
          "width": "[  5 : 0]"
        },
        {
          "direction": "in",
          "name": "rxctrl0",
          "type": "wire",
          "width": "[ 15 : 0]"
        },
        {
          "direction": "in",
          "name": "rxctrl1",
          "type": "wire",
          "width": "[ 15 : 0]"
        },
        {
          "direction": "in",
          "name": "rxctrl2",
          "type": "wire",
          "width": "[  7 : 0]"
        },
        {
          "direction": "in",
          "name": "rxctrl3",
          "type": "wire",
          "width": "[  7 : 0]"
        },
        {
          "direction": "out",
          "name": "rxgearboxslip",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rxheadervalid",
          "type": "wire",
          "width": "[  1 : 0]"
        },
        {
          "direction": "out",
          "name": "rxslide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data",
          "type": "wire",
          "width": "[ 63 : 0]"
        },
        {
          "direction": "out",
          "name": "rx_charisk",
          "type": "wire",
          "width": "[  3 : 0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr",
          "type": "wire",
          "width": "[  3 : 0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable",
          "type": "wire",
          "width": "[  3 : 0]"
        },
        {
          "direction": "out",
          "name": "rx_header",
          "type": "wire",
          "width": "[  1 : 0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_char_align",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usr_clk",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "jesd204_versal_gt_adapter_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 adapter",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adapter",
      "bridge",
      "converter",
      "gt",
      "jesd204",
      "protocol",
      "transmit",
      "transmitter",
      "tx",
      "versal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "jesd204_versal_gt_adapter_tx": [
        {
          "direction": "out",
          "name": "txdata",
          "type": "wire",
          "width": "[127 : 0]"
        },
        {
          "direction": "out",
          "name": "txheader",
          "type": "wire",
          "width": "[  5 : 0]"
        },
        {
          "direction": "out",
          "name": "txctrl0",
          "type": "wire",
          "width": "[ 15 : 0]"
        },
        {
          "direction": "out",
          "name": "txctrl1",
          "type": "wire",
          "width": "[ 15 : 0]"
        },
        {
          "direction": "out",
          "name": "txctrl2",
          "type": "wire",
          "width": "[  7 : 0]"
        },
        {
          "direction": "in",
          "name": "tx_data",
          "type": "wire",
          "width": "[ 63 : 0]"
        },
        {
          "direction": "in",
          "name": "tx_header",
          "type": "wire",
          "width": "[  1 : 0]"
        },
        {
          "direction": "in",
          "name": "tx_charisk",
          "type": "wire",
          "width": "[  3 : 0]"
        },
        {
          "direction": "in",
          "name": "usr_clk",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "m2k_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Implements SPI interface.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "interface",
      "m2k",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "m2k_spi": [
        {
          "direction": "in",
          "name": "ad9963_csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adf4360_cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi_sdio",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "mqnic_app_block",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 with AXI4-Stream interface and ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "app",
      "block",
      "mqnic"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "mqnic_app_block": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_awaddr",
          "type": "wire",
          "width": "[AXIL_APP_CTRL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_wdata",
          "type": "wire",
          "width": "[AXIL_APP_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_wstrb",
          "type": "wire",
          "width": "[AXIL_APP_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_araddr",
          "type": "wire",
          "width": "[AXIL_APP_CTRL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_rdata",
          "type": "wire",
          "width": "[AXIL_APP_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axil_app_ctrl_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axil_app_ctrl_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_awaddr",
          "type": "wire",
          "width": "[AXIL_CTRL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_wdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_wstrb",
          "type": "wire",
          "width": "[AXIL_CTRL_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_araddr",
          "type": "wire",
          "width": "[AXIL_CTRL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_rdata",
          "type": "wire",
          "width": "[AXIL_CTRL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "m_axil_ctrl_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axil_ctrl_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_read_desc_dma_addr",
          "type": "wire",
          "width": "[DMA_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_read_desc_ram_sel",
          "type": "wire",
          "width": "[RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_read_desc_ram_addr",
          "type": "wire",
          "width": "[RAM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_read_desc_len",
          "type": "wire",
          "width": "[DMA_LEN_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_read_desc_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_read_desc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ctrl_dma_read_desc_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_dma_read_desc_status_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_dma_read_desc_status_error",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_dma_read_desc_status_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_dma_addr",
          "type": "wire",
          "width": "[DMA_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_ram_sel",
          "type": "wire",
          "width": "[RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_ram_addr",
          "type": "wire",
          "width": "[RAM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_imm",
          "type": "wire",
          "width": "[DMA_IMM_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_imm_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_len",
          "type": "wire",
          "width": "[DMA_LEN_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_ctrl_dma_write_desc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ctrl_dma_write_desc_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_dma_write_desc_status_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_dma_write_desc_status_error",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_dma_write_desc_status_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_read_desc_dma_addr",
          "type": "wire",
          "width": "[DMA_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_read_desc_ram_sel",
          "type": "wire",
          "width": "[RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_read_desc_ram_addr",
          "type": "wire",
          "width": "[RAM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_read_desc_len",
          "type": "wire",
          "width": "[DMA_LEN_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_read_desc_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_read_desc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_data_dma_read_desc_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data_dma_read_desc_status_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_data_dma_read_desc_status_error",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_data_dma_read_desc_status_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_dma_addr",
          "type": "wire",
          "width": "[DMA_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_ram_sel",
          "type": "wire",
          "width": "[RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_ram_addr",
          "type": "wire",
          "width": "[RAM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_imm",
          "type": "wire",
          "width": "[DMA_IMM_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_imm_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_len",
          "type": "wire",
          "width": "[DMA_LEN_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_dma_write_desc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_data_dma_write_desc_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data_dma_write_desc_status_tag",
          "type": "wire",
          "width": "[DMA_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_data_dma_write_desc_status_error",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_data_dma_write_desc_status_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_wr_cmd_sel",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_wr_cmd_be",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_BE_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_wr_cmd_addr",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_wr_cmd_data",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_wr_cmd_valid",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_dma_ram_wr_cmd_ready",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_dma_ram_wr_done",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_rd_cmd_sel",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_rd_cmd_addr",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_rd_cmd_valid",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_dma_ram_rd_cmd_ready",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_dma_ram_rd_resp_data",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ctrl_dma_ram_rd_resp_valid",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_dma_ram_rd_resp_ready",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_wr_cmd_sel",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_wr_cmd_be",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_BE_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_wr_cmd_addr",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_wr_cmd_data",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_wr_cmd_valid",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "data_dma_ram_wr_cmd_ready",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "data_dma_ram_wr_done",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_rd_cmd_sel",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_rd_cmd_addr",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_rd_cmd_valid",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "data_dma_ram_rd_cmd_ready",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "data_dma_ram_rd_resp_data",
          "type": "wire",
          "width": "[RAM_SEG_COUNT*RAM_SEG_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "data_dma_ram_rd_resp_valid",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "data_dma_ram_rd_resp_ready",
          "type": "wire",
          "width": "[RAM_SEG_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sample_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_td_sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_rel",
          "type": "wire",
          "width": "[PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_rel_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_tod",
          "type": "wire",
          "width": "[PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_sync_ts_tod_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_sync_pps_str",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ptp_perout_locked",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_perout_error",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "ptp_perout_pulse",
          "type": "wire",
          "width": "[PTP_PEROUT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "direct_tx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "direct_tx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_direct_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_direct_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_cpl_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_cpl_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_tx_cpl_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_direct_tx_cpl_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_cpl_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_cpl_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_tx_cpl_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_direct_tx_cpl_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "direct_rx_clk",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "direct_rx_rst",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_direct_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_direct_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_direct_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_direct_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_sync_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_sync_tx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_cpl_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_cpl_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_tx_cpl_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_sync_tx_cpl_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_cpl_ts",
          "type": "wire",
          "width": "[PORT_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_cpl_tag",
          "type": "wire",
          "width": "[PORT_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_tx_cpl_valid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_sync_tx_cpl_ready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_sync_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sync_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_rx_tdata",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_rx_tkeep",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_rx_tvalid",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_sync_rx_tready",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_rx_tlast",
          "type": "wire",
          "width": "[PORT_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_sync_rx_tuser",
          "type": "wire",
          "width": "[PORT_COUNT*AXIS_SYNC_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tdata",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tkeep",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tvalid",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_if_tx_tready",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tlast",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tid",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_TX_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tdest",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_TX_DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_tuser",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tdata",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tkeep",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tvalid",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_if_tx_tready",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tlast",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tid",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_TX_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tdest",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_TX_DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_tuser",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_TX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_cpl_ts",
          "type": "wire",
          "width": "[IF_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_cpl_tag",
          "type": "wire",
          "width": "[IF_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_tx_cpl_valid",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_if_tx_cpl_ready",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_cpl_ts",
          "type": "wire",
          "width": "[IF_COUNT*PTP_TS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_cpl_tag",
          "type": "wire",
          "width": "[IF_COUNT*TX_TAG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_tx_cpl_valid",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_if_tx_cpl_ready",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tdata",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tkeep",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tvalid",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "s_axis_if_rx_tready",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tlast",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tid",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_RX_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tdest",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_RX_DEST_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_if_rx_tuser",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tdata",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tkeep",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_KEEP_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tvalid",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axis_if_rx_tready",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tlast",
          "type": "wire",
          "width": "[IF_COUNT-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tid",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_RX_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tdest",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_RX_DEST_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_if_rx_tuser",
          "type": "wire",
          "width": "[IF_COUNT*AXIS_IF_RX_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ddr_clk",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "ddr_rst",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awaddr",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awlen",
          "type": "wire",
          "width": "[DDR_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awsize",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awburst",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awlock",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awcache",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awprot",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awqos",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awuser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_AWUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_awvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_awready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wdata",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wstrb",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wlast",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wuser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_WUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_wvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_wready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_bid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_bresp",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_buser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_BUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_bvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_bready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_araddr",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arlen",
          "type": "wire",
          "width": "[DDR_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arsize",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arburst",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arlock",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arcache",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arprot",
          "type": "wire",
          "width": "[DDR_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arqos",
          "type": "wire",
          "width": "[DDR_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_aruser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ARUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_arvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_arready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rid",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rdata",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rresp",
          "type": "wire",
          "width": "[DDR_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rlast",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_ruser",
          "type": "wire",
          "width": "[DDR_CH*AXI_DDR_RUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_ddr_rvalid",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_ddr_rready",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "ddr_status",
          "type": "wire",
          "width": "[DDR_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "hbm_clk",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "hbm_rst",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awaddr",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awlen",
          "type": "wire",
          "width": "[HBM_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awsize",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awburst",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awlock",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awcache",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awprot",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awqos",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awuser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_AWUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_awvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_awready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wdata",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wstrb",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_STRB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wlast",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wuser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_WUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_wvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_wready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_bid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_bresp",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_buser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_BUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_bvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_bready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_araddr",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arlen",
          "type": "wire",
          "width": "[HBM_CH*8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arsize",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arburst",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arlock",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arcache",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arprot",
          "type": "wire",
          "width": "[HBM_CH*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arqos",
          "type": "wire",
          "width": "[HBM_CH*4-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_aruser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ARUSER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_arvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_arready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rid",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rdata",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rresp",
          "type": "wire",
          "width": "[HBM_CH*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rlast",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_ruser",
          "type": "wire",
          "width": "[HBM_CH*AXI_HBM_RUSER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_hbm_rvalid",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_hbm_rready",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "in",
          "name": "hbm_status",
          "type": "wire",
          "width": "[HBM_CH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_stat_tdata",
          "type": "wire",
          "width": "[STAT_INC_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_stat_tid",
          "type": "wire",
          "width": "[STAT_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_stat_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_stat_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_in",
          "type": "wire",
          "width": "[APP_GPIO_IN_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "gpio_out",
          "type": "wire",
          "width": "[APP_GPIO_OUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tck",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "pack_interconnect",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Rearranges data bits based on control signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "interconnect",
      "pack"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "pack_network",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Packs network data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "network",
      "pack"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "pack_shell",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Pack IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "pack",
      "shell"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "pl330_dma_fifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "DMA FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "buffer",
      "direct",
      "dma",
      "fifo",
      "memory",
      "pl330",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "pl330_dma_fifo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "Boolean",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "in_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_data",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_data",
          "type": "std_logic_vector",
          "width": "FIFO_DWIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "dclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "davalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "daready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "datype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "drvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "drready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "drtype",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "drlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DBG",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "quad_mxfe_gpio_mux",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Multiplexes gpio signals.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "general",
      "gpio",
      "input",
      "multiplexer",
      "mux",
      "mxfe",
      "output",
      "purpose",
      "quad"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "quad_mxfe_gpio_mux": [
        {
          "direction": "inout",
          "name": "mxfe0_gpio0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_gpio10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_syncin_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_syncin_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_syncout_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe0_syncout_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_gpio10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_syncin_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_syncin_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_syncout_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe1_syncout_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_gpio10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_syncin_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_syncin_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_syncout_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe2_syncout_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_gpio10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_syncin_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_syncin_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_syncout_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mxfe3_syncout_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_t",
          "type": "wire",
          "width": "[127:64]"
        },
        {
          "direction": "out",
          "name": "gpio_i",
          "type": "wire",
          "width": "[127:64]"
        },
        {
          "direction": "in",
          "name": "gpio_o",
          "type": "wire",
          "width": "[127:64]"
        },
        {
          "direction": "out",
          "name": "enables",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "values",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "request_arb",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 arbiter with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "arb",
      "arbiter",
      "arbitration",
      "request"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "request_generator",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generator with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "generator",
      "request"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "response_generator",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generator with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "generator",
      "response"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "response_handler",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Handles AXI write responses, queuing transaction IDs and end-of-transfer signals with ready/valid handshaking.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "handler",
      "response"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved-suspect",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "rx_cap_reg",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "WISHBONE SPDIF IP Core                                       ----",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cap",
      "receive",
      "receiver",
      "reg",
      "register",
      "rx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "provides_packages": [
      "rx_package"
    ],
    "top_ports": {
      "rx_cap_reg": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cap_reg",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "cap_din",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "rx_block_start",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ch_data",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ud_a_en",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ud_b_en",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs_a_en",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs_b_en",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cap_dout",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "cap_evt",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "spi_axis_reorder",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with ready/valid handshake",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "axi",
      "axis",
      "interface",
      "peripheral",
      "reorder",
      "serial",
      "spi",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "spi_axis_reorder": [
        {
          "direction": "in",
          "name": "axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[(NUM_OF_LANES * 32)-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[63:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "spi_engine_execution",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "engine",
      "execution",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "spi_engine_execution": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "sdo_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "sdi_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH)-1:0]"
        },
        {
          "direction": "in",
          "name": "sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "echo_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi",
          "type": "wire",
          "width": "[NUM_OF_SDI-1:0]"
        },
        {
          "direction": "out",
          "name": "cs",
          "type": "wire",
          "width": "[NUM_OF_CS-1:0]"
        },
        {
          "direction": "out",
          "name": "three_wire",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "spi_engine_interconnect",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "engine",
      "interconnect",
      "interface",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "spi_engine_interconnect": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interconnect_dir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_cmd_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_sdo_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sdo_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "m_sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "m_sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sync",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s0_cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s0_cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s0_cmd_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s0_sdo_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s0_sdo_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s0_sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "s0_sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s0_sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s0_sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "s0_sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s0_sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s0_sync",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "s1_cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_cmd_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s1_sdo_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_sdo_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "s1_sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "s1_sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_sync",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "spi_engine_offload",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "engine",
      "interface",
      "offload",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "spi_engine_offload": [
        {
          "direction": "in",
          "name": "ctrl_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_cmd_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_cmd_wr_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ctrl_sdo_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_sdo_wr_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "ctrl_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_enabled",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_mem_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "status_sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "status_sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "status_sync_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "sdo_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "s_axis_sdo_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "s_axis_sdo_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_sdo_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "sync_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "offload_sdi_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "offload_sdi_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "offload_sdi_data",
          "type": "wire",
          "width": "[(NUM_OF_SDI * DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "interconnect_dir",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "src_axi_mm",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Src IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "mm",
      "src"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "src_axi_stream",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Src IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "src",
      "stream"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "src_fifo_inf",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "buffer",
      "fifo",
      "inf",
      "queue",
      "src"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "sync_data",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "data",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "sync_event",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "event",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "sysid_rom",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Stores system ID data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "memory",
      "only",
      "read",
      "rom",
      "sysid"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "sysid_rom": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rom_addr",
          "type": "wire",
          "width": "[ROM_ADDR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "rom_data",
          "type": "wire",
          "width": "[ROM_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "system_top",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Top-level system module interfacing GPIO, differential clock I/O, parallel data outputs, and SPI communication.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "system"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "system_top": [
        {
          "direction": "in",
          "name": "gpio_bd_i",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "gpio_bd_o",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "dci_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dci_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dco1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_p",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "data_n",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "spi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_dio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_do",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_en",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "system_top_cmos",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with MDIO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cmos",
      "system"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "system_top_cmos": [
        {
          "direction": "in",
          "name": "sys_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_a",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ba",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ck_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ck_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddr3_dq",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_p",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_n",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_dm",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_odt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ddr3_rzq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth1_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth1_tx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth1_tx_d",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "eth1_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth1_rx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth1_rx_d",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "eth1_mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "eth1_mdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qspi_ss0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qspi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "qspi_io",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "sdio_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "sdio_cmd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "sdio_d",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "usb1_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usb1_stp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usb1_dir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usb1_nxt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usb1_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "spim1_ss0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spim1_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spim1_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spim1_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart0_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_bd_o",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "gpio_bd_i",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "vga_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_blank_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_sync_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_red",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "vga_grn",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "vga_blu",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "lvds_cmos_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo",
          "type": "wire",
          "width": "[ 7:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "system_top_corundum",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with I2C interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "corundum",
      "system"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "system_top_corundum": [
        {
          "direction": "in",
          "name": "sys_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_sin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_sout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr4_act_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr4_addr",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_ba",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_bg",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_ck_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr4_ck_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr4_cke",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_cs_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dm_n",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dq",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dqs_p",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dqs_n",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_odt",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mdio_mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mdio_mdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_tx_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_tx_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "gpio_bd",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "iic_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "iic_scl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "iic_sda",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vadj_1v8_pgood",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "agc0",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "agc1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "agc2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "agc3",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "clkin8_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkin8_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkin6_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkin6_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fpga_refclk_in_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fpga_refclk_in_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fpga_refclk_in_replica_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fpga_refclk_in_replica_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_n",
          "type": "wire",
          "width": "[RX_JESD_L*RX_NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_data_p",
          "type": "wire",
          "width": "[RX_JESD_L*RX_NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_data_n",
          "type": "wire",
          "width": "[TX_JESD_L*TX_NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "tx_data_p",
          "type": "wire",
          "width": "[TX_JESD_L*TX_NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "fpga_syncin_n",
          "type": "wire",
          "width": "[TX_NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "fpga_syncin_p",
          "type": "wire",
          "width": "[TX_NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "fpga_syncout_n",
          "type": "wire",
          "width": "[RX_NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "fpga_syncout_p",
          "type": "wire",
          "width": "[RX_NUM_LINKS-1:0]"
        },
        {
          "direction": "inout",
          "name": "gpio",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "inout",
          "name": "hmc_gpio1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hmc_sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irqb",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rstb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rxen",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "spi0_csb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi0_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi0_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi0_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi1_csb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi1_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "spi1_sdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sysref2_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sysref2_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txen",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_mgt_refclk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_tx_p",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qsfp_tx_n",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_p",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "qsfp_rx_n",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "inout",
          "name": "qspi1_dq",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "qspi1_cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_modsell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_resetl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_modprsl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qsfp_intl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qsfp_lpmode",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "system_top_lvds",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with MDIO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "differential",
      "low",
      "lvds",
      "signaling",
      "system",
      "voltage"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "system_top_lvds": [
        {
          "direction": "in",
          "name": "sys_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_a",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ba",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ck_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ck_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddr3_dq",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_p",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_n",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_dm",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_odt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ddr3_rzq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth1_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth1_tx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth1_tx_d",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "eth1_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth1_rx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth1_rx_d",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "eth1_mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "eth1_mdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qspi_ss0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qspi_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "qspi_io",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "sdio_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "sdio_cmd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "sdio_d",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "usb1_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usb1_stp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usb1_dir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usb1_nxt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usb1_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "spim1_ss0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spim1_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spim1_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spim1_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart0_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_bd_o",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "gpio_bd_i",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "vga_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_blank_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_sync_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vga_red",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "vga_grn",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "vga_blu",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "lvds_cmos_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scki_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scko_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdo_n",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "trigger_generator",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates a trigger signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "generator",
      "trigger"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "trigger_generator": [
        {
          "direction": "in",
          "name": "sysref",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "device_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trigger",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "up_ad5766_sequencer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates sequence data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "ad5766",
      "sequencer"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_adc_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Controlles ADC channel.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "channel",
      "converter",
      "digital"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_adc_common",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Analog IP core with memory interface and interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adc",
      "analog",
      "common",
      "converter",
      "digital"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_clkgen",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generator with memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "clkgen"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_dac_channel",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates DAC outputs.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "analog",
      "channel",
      "converter",
      "dac",
      "digital"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_dac_common",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Digital IP core with memory interface and interrupt support",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "analog",
      "common",
      "converter",
      "dac",
      "digital"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_delay_cntrl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Configurable delay controller with register-based processor interface for multiple delay channels and DRP readback.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cntrl",
      "delay"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_hdmi_rx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Receive engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hdmi",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_hdmi_tx",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Transmit engine",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hdmi",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "up_pmod",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Generates PMOD reset and signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "pmod"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "up_pmod": [
        {
          "direction": "in",
          "name": "pmod_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pmod_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pmod_signal_freq",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "up_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_wreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_waddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "up_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "up_wack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_raddr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "up_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "up_rack",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "up_tdd_cntrl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Provides register-based control and configuration for time-division duplex RF transceiver operations.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cntrl",
      "tdd"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_adcfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adcfifo",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_adcfifo": [
        {
          "direction": "in",
          "name": "adc_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_wdata",
          "type": "wire",
          "width": "[ADC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "adc_wovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_wdata",
          "type": "wire",
          "width": "[DMA_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dma_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_xfer_status",
          "type": "wire",
          "width": "[ 3:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_adxcvr",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Util IP core with memory interface and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adxcvr",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_adxcvr": [
        {
          "direction": "in",
          "name": "up_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_0_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_0_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_0",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_0",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_0",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_0",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_0",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_0_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_0_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_0",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_0",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_0",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_0",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_0",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_0",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_0",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_0",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_0",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_0",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_0",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_0",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_0",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_0",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_0",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_0",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_1",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_1",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_1",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_1",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_1_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_1_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_1",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_1",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_1",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_1",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_1",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_1",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_1",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_1",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_1",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_1",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_2_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_2_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_2",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_2",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_2",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_2",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_2_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_2_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_2",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_2",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_2",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_2",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_2",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_2",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_2",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_2",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_2",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_2",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_2",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_2",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_2",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_3_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_3_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_3",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_3",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_3",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_3",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_3",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_3_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_3_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_3",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_3",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_3",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_3",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_3",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_3",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_3",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_3",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_3",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_3",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_3",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_3",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_3",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_3",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_4_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_4_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_4",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_4",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_4",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_4",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_4",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_4_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_4_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_4",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_4",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_4",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_4",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_4",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_4",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_4",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_4",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_4",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_4",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_4",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_4",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_5_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_5_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_5",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_5",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_5",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_5",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_5",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_5_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_5_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_5",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_5",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_5",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_5",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_5",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_5",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_5",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_5",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_5",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_5",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_5",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_5",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_5",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_5",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_6_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_6_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_6",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_6",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_6",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_6",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_6",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_6_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_6_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_6",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_6",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_6",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_6",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_6",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_6",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_6",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_6",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_6",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_6",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_6",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_6",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_6",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_6",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_7_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_7_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_7",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_7",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_7",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_7",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_7",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_7_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_7_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_7",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_7",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_7",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_7",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_7",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_7",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_7",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_7",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_7",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_7",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_7",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_7",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_7",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_7",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_8_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_8_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_8",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_8",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_8",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_8",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_8",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_8_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_8_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_8",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_8",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_8",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_8",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_8",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_8",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_8",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_8",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_8",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_8",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_8",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_8",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_8",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_8",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_8",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_8",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_8",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_8",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_9_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_9_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_9",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_9",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_9",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_9",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_9",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_9_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_9_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_9",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_9",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_9",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_9",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_9",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_9",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_9",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_9",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_9",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_9",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_9",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_9",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_9",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_9",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_9",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_9",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_9",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_9",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_9",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_9",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_10_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_10_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_10",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_10",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_10",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_10",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_10",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_10_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_10_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_10",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_10",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_10",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_10",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_10",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_10",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_10",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_10",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_10",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_10",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_10",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_10",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_10",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_10",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_10",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_10",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_10",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_10",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_10",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_10",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_11_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_11_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_11",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_11",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_11",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_11",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_11",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_11_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_11_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_11",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_11",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_11",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_11",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_11",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_11",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_11",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_11",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_11",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_11",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_11",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_11",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_11",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_11",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_11",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_11",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_11",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_11",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_11",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_11",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_12_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_12_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_12",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_12",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_12",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_12",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_12",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_12_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_12_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_12",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_12",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_12",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_12",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_12",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_12",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_12",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_12",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_12",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_12",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_12",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_12",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_12",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_12",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_12",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_12",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_12",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_12",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_13_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_13_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_13",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_13",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_13",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_13",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_13",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_13_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_13_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_13",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_13",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_13",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_13",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_13",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_13",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_13",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_13",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_13",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_13",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_13",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_13",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_13",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_13",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_13",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_13",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_13",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_13",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_13",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_13",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_14_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_14_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_14",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_14",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_14",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_14",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_14",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_14_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_14_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_14",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_14",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_14",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_14",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_14",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_14",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_14",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_14",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_14",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_14",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_14",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_14",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_14",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_14",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_14",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_14",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_14",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_14",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_14",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_14",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_15_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_15_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_15",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_15",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_15",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_15",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_15",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_15_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_15_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_15",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_15",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_15",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_15",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_15",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_15",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_15",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_15",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_15",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_15",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_15",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_15",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_15",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_15",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_15",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_15",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_15",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_15",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_15",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_15",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_16_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_16_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_16",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_16",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_16",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_16",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_16",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_16_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_16_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_16",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_16",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_16",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_16",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_16",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_16",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_16",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_16",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_16",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_16",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_16",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_16",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_16",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_16",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_16",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_16",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_16",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_17_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_17_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_17",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_17",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_17",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_17",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_17",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_17_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_17_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_17",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_17",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_17",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_17",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_17",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_17",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_17",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_17",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_17",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_17",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_17",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_17",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_17",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_17",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_17",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_17",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_17",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_17",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_17",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_17",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_18_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_18_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_18",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_18",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_18",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_18",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_18",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_18_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_18_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_18",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_18",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_18",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_18",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_18",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_18",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_18",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_18",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_18",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_18",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_18",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_18",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_18",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_18",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_18",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_18",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_18",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_18",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_18",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_18",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_19_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_19_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_19",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_19",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_19",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_19",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_19",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_19_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_19_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_19",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_19",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_19",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_19",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_19",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_19",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_19",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_19",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_19",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_19",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_19",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_19",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_19",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_19",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_19",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_19",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_19",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_19",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_19",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_19",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_20_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_20_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_20",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_20",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_20",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_20",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_20",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_20_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_20_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_20",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_20",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_20",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_20",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_20",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_20",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_20",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_20",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_20",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_20",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_20",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_20",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_20",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_20",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_20",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_20",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_20",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_20",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_21_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_21_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_21",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_21",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_21",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_21",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_21",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_21_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_21_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_21",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_21",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_21",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_21",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_21",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_21",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_21",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_21",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_21",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_21",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_21",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_21",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_21",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_21",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_21",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_21",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_21",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_21",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_21",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_21",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_22_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_22_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_22",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_22",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_22",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_22",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_22",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_22_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_22_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_22",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_22",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_22",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_22",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_22",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_22",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_22",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_22",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_22",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_22",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_22",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_22",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_22",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_22",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_22",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_22",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_22",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_22",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_22",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_22",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_23_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_23_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_23",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_23",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_23",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_23",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_23",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_23_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_23_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_23",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_23",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_23",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_23",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_23",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_23",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_23",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_23",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_23",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_23",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_23",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_23",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_23",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_23",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_23",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_23",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_23",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_23",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_23",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_23",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_24_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_24_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_24",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_24",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_24",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_24",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_24",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_24_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_24_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_24",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_24",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_24",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_24",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_24",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_24",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_24",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_24",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_24",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_24",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_24",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_24",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_24",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_24",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_24",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_24",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_24",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_24",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_25_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_25_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_25",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_25",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_25",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_25",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_25",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_25_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_25_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_25",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_25",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_25",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_25",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_25",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_25",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_25",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_25",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_25",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_25",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_25",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_25",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_25",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_25",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_25",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_25",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_25",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_25",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_25",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_25",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_26_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_26_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_26",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_26",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_26",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_26",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_26",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_26_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_26_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_26",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_26",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_26",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_26",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_26",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_26",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_26",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_26",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_26",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_26",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_26",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_26",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_26",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_26",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_26",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_26",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_26",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_26",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_26",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_26",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_27_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_27_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_27",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_27",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_27",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_27",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_27",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_27_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_27_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_27",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_27",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_27",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_27",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_27",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_27",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_27",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_27",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_27",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_27",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_27",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_27",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_27",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_27",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_27",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_27",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_27",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_27",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_27",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_27",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "qpll_ref_clk_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_qpll_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_28_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_28_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_28",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_28",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_28",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_28",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_28",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_28_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_28_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_28",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_28",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_28",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_cm_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cm_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_cm_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_28",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_28",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_28",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_28",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_28",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_28",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_28",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_28",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_28",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_28",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_28",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_28",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_28",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_28",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_28",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_29_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_29_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_29",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_29",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_29",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_29",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_29",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_29_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_29_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_29",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_29",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_29",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_29",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_29",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_29",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_29",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_29",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_29",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_29",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_29",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_29",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_29",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_29",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_29",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_29",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_29",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_29",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_29",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_29",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_30_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_30_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_30",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_30",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_30",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_30",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_30",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_30_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_30_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_30",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_30",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_30",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_30",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_30",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_30",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_30",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_30",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_30",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_30",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_30",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_30",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_30",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_30",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_30",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_30",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_30",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_30",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_30",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_30",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpll_ref_clk_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_cpll_rst_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_31_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_31_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_out_clk_div2_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_clk_2x_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_charisk_31",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_disperr_31",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_notintable_31",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_data_31",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_calign_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_header_31",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rx_block_sync_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_31_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_31_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_out_clk_div2_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_clk_2x_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_charisk_31",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_data_31",
          "type": "wire",
          "width": "[DATA_PATH_WIDTH*8-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_header_31",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "up_es_enb_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_addr_31",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_es_wr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_wdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_rdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_es_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_es_reset_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_pll_locked_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rst_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_user_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_rst_done_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_prbssel_31",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_prbscntreset_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbserr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_prbslocked_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_rx_bufstatus_31",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_bufstatus_rst_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_lpm_dfe_n_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_rate_31",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_sys_clk_sel_31",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_out_clk_sel_31",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_enb_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_addr_31",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_rx_wr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_rx_wdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_rdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_rx_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_pll_locked_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rst_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_user_ready_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_rst_done_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "up_tx_bufstatus_31",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_prbsforceerr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_prbssel_31",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_lpm_dfe_n_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_rate_31",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_sys_clk_sel_31",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_out_clk_sel_31",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_diffctrl_31",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_postcursor_31",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_precursor_31",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_enb_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_addr_31",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "up_tx_wr_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "up_tx_wdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_rdata_31",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "up_tx_ready_31",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_adxcvr_xch",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "JESD204 with memory interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "adxcvr",
      "util",
      "xch"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_axis_fifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and FIFO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "axi",
      "axis",
      "buffer",
      "fifo",
      "queue",
      "stream",
      "util"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_axis_fifo_address_generator",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and FIFO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "address",
      "axi",
      "axis",
      "buffer",
      "fifo",
      "generator",
      "queue",
      "stream",
      "util"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_axis_fifo_asym",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and FIFO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "asym",
      "axi",
      "axis",
      "buffer",
      "fifo",
      "queue",
      "stream",
      "util"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_axis_resize",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Util IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "axi",
      "axis",
      "resize",
      "stream",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_axis_resize": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_data",
          "type": "wire",
          "width": "[SLAVE_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_data",
          "type": "wire",
          "width": "[MASTER_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "integer",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_axis_upscale",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Util IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "axi",
      "axis",
      "stream",
      "upscale",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_axis_upscale": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[(NUM_OF_CHANNELS*DATA_WIDTH)-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[(NUM_OF_CHANNELS*UDATA_WIDTH)-1:0]"
        },
        {
          "direction": "in",
          "name": "dfmt_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dfmt_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dfmt_se",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_bsplit",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Splits input data into channels.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "bsplit",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_bsplit": [
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[((NUM_OF_CHANNELS*CHANNEL_DATA_WIDTH)-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_0",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_1",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_2",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_3",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_4",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_5",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_6",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "split_data_7",
          "type": "wire",
          "width": "[(CHANNEL_DATA_WIDTH-1):0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_clkdiv",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Divides clock frequency.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "clkdiv",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_clkdiv": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_out",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_cpack2",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Packs channel data.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cpack2",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_cpack2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_33",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_34",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_35",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_36",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_37",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_38",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_39",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_40",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_41",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_42",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_43",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_44",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_45",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_46",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_47",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_48",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_49",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_50",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_51",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_52",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_53",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_54",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_55",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_56",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_57",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_58",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_59",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_60",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_61",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_62",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_63",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_wr_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_0",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_1",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_2",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_3",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_4",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_5",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_6",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_7",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_8",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_9",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_10",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_11",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_12",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_13",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_14",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_15",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_16",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_17",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_18",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_19",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_20",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_21",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_22",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_23",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_24",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_25",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_26",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_27",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_28",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_29",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_30",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_31",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_32",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_33",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_34",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_35",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_36",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_37",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_38",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_39",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_40",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_41",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_42",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_43",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_44",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_45",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_46",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_47",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_48",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_49",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_50",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_51",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_52",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_53",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_54",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_55",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_56",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_57",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_58",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_59",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_60",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_61",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_62",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_wr_data_63",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "packed_fifo_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "packed_fifo_wr_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "packed_fifo_wr_data",
          "type": "wire",
          "width": "[2**$clog2(NUM_OF_CHANNELS)*SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "packed_sync",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_cpack2_impl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Packs channel data into a single stream.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "cpack2",
      "util"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_dacfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "dacfifo",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_dacfifo": [
        {
          "direction": "in",
          "name": "dma_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "dma_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_xfer_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_data",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "dac_dunf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_xfer_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bypass",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_dacfifo_bypass",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "bypass",
      "dacfifo",
      "util"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_delay",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Delays input signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "delay",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_delay": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_do_ram",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "RAM with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "access",
      "memory",
      "ram",
      "random",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_do_ram": [
        {
          "direction": "in",
          "name": "wr_request_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_request_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_request_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_request_length",
          "type": "wire",
          "width": "[LENGTH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wr_response_measured_length",
          "type": "wire",
          "width": "[LENGTH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wr_response_eot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_request_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_length",
          "type": "wire",
          "width": "[LENGTH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_response_eot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_strb",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_keep",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_user",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[DST_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_strb",
          "type": "wire",
          "width": "[DST_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_keep",
          "type": "wire",
          "width": "[DST_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_user",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stage",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_extract",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Extracts data from input streams.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "extract",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_extract": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_in_trigger",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "data_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "valid_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trigger_out",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_fir_dec",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4-Stream decoder",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "dec",
      "decoder",
      "fir",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_fir_dec": [
        {
          "direction": "in",
          "name": "aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_data_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "channel_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "decimate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data_tdata",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_fir_int",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Filters input data into two channels.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "fir",
      "int",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_fir_int": [
        {
          "direction": "in",
          "name": "aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_data_tready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data_tdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "channel_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "channel_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_data_tvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interpolate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_read",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_gmii_to_rgmii",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "UART with MDIO interface",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "gigabit",
      "gmii",
      "independent",
      "interface",
      "media",
      "reduced",
      "rgmii",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_gmii_to_rgmii": [
        {
          "direction": "in",
          "name": "clk_20m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_25m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_125m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idelayctrl_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rgmii_td",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "rgmii_tx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rgmii_txc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rgmii_rd",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "rgmii_rx_ctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rgmii_rxc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mdio_mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mdio_in_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mdio_in_r",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_txd",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "gmii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_crs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_col",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_rxd",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "gmii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_rx_clk",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_hbm",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "AXI4 with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "hbm",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_hbm": [
        {
          "direction": "in",
          "name": "wr_request_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_request_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_request_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_request_length",
          "type": "wire",
          "width": "[LENGTH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wr_response_measured_length",
          "type": "wire",
          "width": "[LENGTH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wr_response_eot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_request_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_request_length",
          "type": "wire",
          "width": "[LENGTH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_response_eot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_strb",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_keep",
          "type": "wire",
          "width": "[SRC_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_user",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_data",
          "type": "wire",
          "width": "[DST_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_strb",
          "type": "wire",
          "width": "[DST_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_keep",
          "type": "wire",
          "width": "[DST_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_user",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "m_axis_last",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_aclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_aresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awaddr",
          "type": "wire",
          "width": "[NUM_M*AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awlen",
          "type": "wire",
          "width": "[NUM_M*(8-(4*AXI_PROTOCOL))-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awsize",
          "type": "wire",
          "width": "[NUM_M*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awburst",
          "type": "wire",
          "width": "[NUM_M*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_awvalid",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_awready",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wdata",
          "type": "wire",
          "width": "[NUM_M*AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wstrb",
          "type": "wire",
          "width": "[NUM_M*(AXI_DATA_WIDTH/8)-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_wready",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wvalid",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_wlast",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_bvalid",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_bresp",
          "type": "wire",
          "width": "[NUM_M*2-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_bready",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_arready",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arvalid",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_araddr",
          "type": "wire",
          "width": "[NUM_M*AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arlen",
          "type": "wire",
          "width": "[NUM_M*(8-(4*AXI_PROTOCOL))-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arsize",
          "type": "wire",
          "width": "[NUM_M*3-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_arburst",
          "type": "wire",
          "width": "[NUM_M*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rdata",
          "type": "wire",
          "width": "[NUM_M*AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "m_axi_rready",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rvalid",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rresp",
          "type": "wire",
          "width": "[NUM_M*2-1:0]"
        },
        {
          "direction": "in",
          "name": "m_axi_rlast",
          "type": "wire",
          "width": "[NUM_M-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_i2c_mixer",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Mixes I2C signals from multiple sources.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "circuit",
      "fpga",
      "i2c",
      "inter-integrated",
      "mixer",
      "unisim",
      "util",
      "xilinx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_i2c_mixer": [
        {
          "direction": "in",
          "name": "upstream_scl_T",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "upstream_scl_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "upstream_scl_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "upstream_sda_T",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "upstream_sda_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "upstream_sda_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "downstream_scl_T",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "downstream_scl_I",
          "type": "std_logic_vector",
          "width": "C_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "downstream_scl_O",
          "type": "std_logic_vector",
          "width": "C_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "downstream_sda_T",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "downstream_sda_I",
          "type": "std_logic_vector",
          "width": "C_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "downstream_sda_O",
          "type": "std_logic_vector",
          "width": "C_WIDTH - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_mfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "mfifo",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_mfifo": [
        {
          "direction": "in",
          "name": "din_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_0",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_1",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_2",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_3",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_4",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_5",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_6",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_data_7",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_0",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "dout_data_7",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_mii_to_rmii",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "MII to RMII converter.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "independent",
      "interface",
      "media",
      "mii",
      "rmii",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_mii_to_rmii": [
        {
          "direction": "in",
          "name": "mac_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mac_txd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mac_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_col",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_crs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_rxd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "rmii_txd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rmii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rxd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "phy_crs_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ref_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_pad",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Pads input data samples.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "pad",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_pad": [
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[NUM_OF_SAMPLES*IN_BITS_PER_SAMPLE-1:0]"
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[NUM_OF_SAMPLES*OUT_BITS_PER_SAMPLE-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_rfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "rfifo",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_rfifo": [
        {
          "direction": "in",
          "name": "din_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_0",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_1",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_2",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_3",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_4",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_5",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_6",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "din_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_in_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_7",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_unf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_0",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_1",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_2",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_3",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_4",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_5",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_6",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_out_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_7",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_unf",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_sigma_delta_spi",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "SPI with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "delta",
      "interface",
      "peripheral",
      "serial",
      "sigma",
      "spi",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_sigma_delta_spi": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_sdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_sdo_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_cs",
          "type": "wire",
          "width": "[NUM_OF_CS-1:0]"
        },
        {
          "direction": "out",
          "name": "m_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_sdo_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_sdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_cs",
          "type": "wire",
          "width": "[NUM_OF_CS-1:0]"
        },
        {
          "direction": "out",
          "name": "data_ready",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_tdd_sync",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Synchronizes input signal.",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "sync",
      "synchronizer",
      "synchronous",
      "tdd",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_tdd_sync": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_upack2",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Util IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "upack2",
      "util"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_upack2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_33",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_34",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_35",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_36",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_37",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_38",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_39",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_40",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_41",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_42",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_43",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_44",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_45",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_46",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_47",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_48",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_49",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_50",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_51",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_52",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_53",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_54",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_55",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_56",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_57",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_58",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_59",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_60",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_61",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_62",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_63",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_rd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_rd_underflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_0",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_1",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_2",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_3",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_4",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_5",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_6",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_7",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_8",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_9",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_10",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_11",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_12",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_13",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_14",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_15",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_16",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_17",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_18",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_19",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_20",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_21",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_22",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_23",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_24",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_25",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_26",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_27",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_28",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_29",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_30",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_31",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_32",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_33",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_34",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_35",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_36",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_37",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_38",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_39",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_40",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_41",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_42",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_43",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_44",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_45",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_46",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_47",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_48",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_49",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_50",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_51",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_52",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_53",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_54",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_55",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_56",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_57",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_58",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_59",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_60",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_61",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_62",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_rd_data_63",
          "type": "wire",
          "width": "[SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        },
        {
          "direction": "in",
          "name": "s_axis_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_data",
          "type": "wire",
          "width": "[2**$clog2(NUM_OF_CHANNELS)*SAMPLE_DATA_WIDTH*SAMPLES_PER_CHANNEL-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_upack2_impl",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "Util IP core with ready/valid handshake and configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "upack2",
      "util"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ]
  },
  {
    "namespace": "analog-devices",
    "name": "util_var_fifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "buffer",
      "fifo",
      "queue",
      "util",
      "var"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_var_fifo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "depth",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[DATA_WIDTH -1:0]"
        },
        {
          "direction": "in",
          "name": "data_in_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "data_out_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wea_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "en_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_w",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_w",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "en_r",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_r",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_r",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "analog-devices",
    "name": "util_wfifo",
    "latest": "3dc381cf791c",
    "versions": [
      "3dc381cf791c",
      "HEAD",
      "1336749ccfa9",
      "ca0618ef7b4f",
      "7b364c5dfd5e",
      "0.0.0"
    ],
    "description": "FIFO buffer with configurable parameters",
    "license": "ADIBSD OR GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/analogdevicesinc/hdl.git",
    "tags": [
      "util",
      "wfifo"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T08:20:05+00:00",
    "desc_source": "ports",
    "external_uses": [
      {
        "library": "work",
        "package": "axi_ctrlif"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_rx_fifo"
      },
      {
        "library": "work",
        "package": "axi_streaming_dma_tx_fifo"
      },
      {
        "library": "work",
        "package": "dma_fifo"
      },
      {
        "library": "work",
        "package": "fifo_synchronizer"
      },
      {
        "library": "work",
        "package": "i2s_clkgen"
      },
      {
        "library": "work",
        "package": "i2s_controller"
      },
      {
        "library": "work",
        "package": "i2s_rx"
      },
      {
        "library": "work",
        "package": "i2s_tx"
      },
      {
        "library": "work",
        "package": "pl330_dma_fifo"
      }
    ],
    "top_ports": {
      "util_wfifo": [
        {
          "direction": "in",
          "name": "din_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_0",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_1",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_2",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_3",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_4",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_5",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_6",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "din_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_data_7",
          "type": "wire",
          "width": "[DIN_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "din_ovf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dout_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_0",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_1",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_2",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_3",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_4",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_5",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_6",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dout_enable_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_valid_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_data_7",
          "type": "wire",
          "width": "[DOUT_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dout_ovf",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "asicguy",
    "name": "gplgpu",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "2D/3D graphics engine (GPU) \u2014 Drawing Engine 2D + 3D, texel pipeline, Display List Processor, Texture Cache, float ALU, Memory Controller, Digital RAMDAC, IBM-compatible VGA, host bus interface. Verilog/VHDL, GPL-3.0 with commercial dual-license available.",
    "license": "GPL-3.0-only",
    "language": "verilog",
    "library": "sgate",
    "source_url": "https://github.com/asicguy/gplgpu.git",
    "tags": [
      "arbitration",
      "asynchronous",
      "datapath",
      "interface",
      "internal",
      "processor",
      "regblock",
      "register",
      "serializer",
      "synchronizer",
      "synchronous",
      "toplevel"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-06T19:55:01Z",
    "updated_at": "2014-08-31T17:11:20-04:00",
    "status": "dormant",
    "desc_source": "verdict",
    "top_ports": {
      "de3d_fog_table": [
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hb_wstrb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hb_addr",
          "type": "wire",
          "width": "[6:2]"
        },
        {
          "direction": "in",
          "name": "hb_ben",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "hb_din",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "z_low",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "z_hi",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "hb_dout",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "low_factor",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "high_factor",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "fog64",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "de3d_read_addr_in": [
        {
          "direction": "in",
          "name": "de_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bpt",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ul_tag_adr_rd",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "in",
          "name": "ll_tag_adr_rd",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "in",
          "name": "ur_tag_adr_rd",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "in",
          "name": "lr_tag_adr_rd",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "out",
          "name": "ee_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "eo_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "oe_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "oo_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "de3d_tfog": [
        {
          "direction": "in",
          "name": "de_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hb_csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hb_tfog_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hb_wstrb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hb_addr",
          "type": "wire",
          "width": "[6:2]"
        },
        {
          "direction": "in",
          "name": "hb_ben",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "hb_din",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "zvalue",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "in",
          "name": "pc_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hb_dout",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "fog_factor",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "des_comp_gen_fx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dx_fx",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "dy_fx",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "cmp_i",
          "type": "wire",
          "width": "[95:0]"
        },
        {
          "direction": "out",
          "name": "curr_i",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "fifo_267x128": [
        {
          "direction": "out",
          "name": "files",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[266:0]"
        },
        {
          "direction": "in",
          "name": "rdclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[266:0]"
        },
        {
          "direction": "out",
          "name": "rdempty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wrempty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wrfull",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wrusedw",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "NODEFVAL",
          "type": "wire",
          "width": ""
        }
      ],
      "flt2int": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "afl",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "fx_int",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "flt_frac_test": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "afl",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "frac_flag",
          "type": "wire",
          "width": ""
        }
      ],
      "flt_fx_mult": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fx",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "bfl",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "fl",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "flt_fx_rnd": [
        {
          "direction": "in",
          "name": "fp_in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "int_out",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "flt_fx_uv": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "float",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "fixed_out",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "vector",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "flt_recip_iter": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "denom",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "recip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "init_est",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "X0",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "flt_recip_rom": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "denom",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "recip",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "init_est",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "X0",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "graph_core": [
        {
          "direction": "in",
          "name": "hclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pframen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pirdyn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ptrdyn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pdevseln",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pidsel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pintan",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pgnntn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcben",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "inout",
          "name": "pad",
          "type": "wire",
          "width": "[31:00]"
        },
        {
          "direction": "in",
          "name": "bios_rdat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_wrn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_hld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_wdat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_xbuf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_xbuf1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pll_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pll_sdat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_dclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_de",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_data",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dvo_bsel_scl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "dvo_dsel_sda",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddc_scl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddc_sda",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_psaven",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_cblankn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_csyncn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sog",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_clko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bt_clki",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_field",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bt_hsyncn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bt_vsyncn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bt_blankn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bt_pal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_clk_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mb_32_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vga_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dual_enn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m66_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ledn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mictor_clke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mictor_clko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mictor_de",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "mictor_do",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "gpio_3v",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "mem_odt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_addr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "mem_ba",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "mem_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_dm",
          "type": "wire",
          "width": "[BYTES/4-1:0]"
        },
        {
          "direction": "inout",
          "name": "mem_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mem_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mem_dq",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "inout",
          "name": "mem_dqs",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "inout",
          "name": "mem_dqsn",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "pll_25_37p5",
          "type": "wire",
          "width": ""
        }
      ],
      "max_3d_top": [
        {
          "direction": "in",
          "name": "hclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hresetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pframen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pirdyn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ptrdyn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pdevseln",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pidsel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pintan",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pgnntn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pcben",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "inout",
          "name": "pad",
          "type": "wire",
          "width": "[31:00]"
        },
        {
          "direction": "in",
          "name": "bios_rdat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_wrn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_hld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bios_wdat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_clka",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_clkb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pll_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pll_sdat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mem_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mem_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_odt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_ba",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "mem_addr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "inout",
          "name": "mem_dq",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "inout",
          "name": "mem_dqs",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "inout",
          "name": "mem_dqsn",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "mem_dm",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "dvo_dclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_hsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_vsync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_de",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvo_data",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dvo_bsel_scl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "dvo_dsel_sda",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddc_scl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddc_sda",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_psaven",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_cblankn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_csyncn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sog",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_clko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_hsyncn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_vsyncn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_blankn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bt_field",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bt_pal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t2r4_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mb_32_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vga_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dual_enn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m66_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ledn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mictor_clke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mictor_clko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mictor_de",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "mictor_do",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "gpio_3v",
          "type": "wire",
          "width": "[19:0]"
        }
      ],
      "ram_tag": [
        {
          "direction": "in",
          "name": "de_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "de_rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cur_mipmap",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ee_s0_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ee_s1_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eo_s0_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eo_s1_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe_s0_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe_s1_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oo_s0_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oo_s1_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ee_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "eo_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "oe_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "oo_tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ee_tag_adr_wr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "eo_tag_adr_wr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "oe_tag_adr_wr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "oo_tag_adr_wr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ee_tag_dat_in",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "eo_tag_dat_in",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "oe_tag_dat_in",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "oo_tag_dat_in",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "tag_ram_csn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ee_tag_dat_out",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "eo_tag_dat_out",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "oe_tag_dat_out",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "oo_tag_dat_out",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "tag_s0_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tag_s1_loadn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tag_adr_wr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "tag_adr_rd",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "tag_dat_in",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "tag_dat_out",
          "type": "wire",
          "width": "[23:0]"
        }
      ],
      "sm_ref": [
        {
          "direction": "in",
          "name": "mem_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hreset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ref_gnt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "svga_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c_cr11_b6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_c_crt_line_end",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ref_svga_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ref_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_t_ref_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ref_cycle_done",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "de3d_fog_table",
      "de3d_read_addr_in",
      "de3d_tfog",
      "des_comp_gen_fx",
      "fifo_267x128",
      "flt2int",
      "flt_frac_test",
      "flt_fx_mult",
      "flt_fx_rnd",
      "flt_fx_uv",
      "flt_recip_iter",
      "flt_recip_rom",
      "graph_core",
      "max_3d_top",
      "ram_tag",
      "sm_ref",
      "sv_log2"
    ]
  },
  {
    "namespace": "catalyst-neuromorphic",
    "name": "catalyst-n2",
    "latest": "583f9e012f66",
    "versions": [
      "583f9e012f66",
      "HEAD"
    ],
    "description": "Open-source neuromorphic processor (second generation) \u2014 LIF compartmental neurons, microcode learning, STDP + three-factor synaptic plasticity, asynchronous Network-on-Chip mesh, RV32I/RV32IM management cores, multi-chip routing. Apache-2.0, FPGA-validated on AWS F2, Kria, and Arty.",
    "license": "Apache-2.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/catalyst-neuromorphic/catalyst-n2.git",
    "tags": [
      "adapter",
      "asynchronous",
      "cluster",
      "converter",
      "interface",
      "neuromorphic",
      "protocol",
      "receiver",
      "scalable",
      "transmit",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T05:42:39Z",
    "updated_at": "2026-03-20T17:34:38+00:00",
    "desc_source": "verdict",
    "top_ports": {
      "axi_uart_bridge": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_neuro",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_neuro_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hi_rx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "hi_rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hi_tx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "hi_tx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hi_tx_ready",
          "type": "wire",
          "width": ""
        }
      ],
      "multi_chip_router": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "my_chip_id",
          "type": "wire",
          "width": "[CHIP_ID_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_push",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_dest_chip",
          "type": "wire",
          "width": "[CHIP_ID_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_core",
          "type": "wire",
          "width": "[CORE_ID_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_neuron",
          "type": "wire",
          "width": "[NEURON_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "tx_payload",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "tx_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_src_chip",
          "type": "wire",
          "width": "[CHIP_ID_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_core",
          "type": "wire",
          "width": "[CORE_ID_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_neuron",
          "type": "wire",
          "width": "[NEURON_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "rx_current",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "rx_pop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "barrier_tx_send",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "barrier_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mgmt_tx_push",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mgmt_tx_core",
          "type": "wire",
          "width": "[CORE_ID_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "mgmt_tx_neuron",
          "type": "wire",
          "width": "[NEURON_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "mgmt_tx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "mgmt_tx_is_write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mgmt_tx_dest_chip",
          "type": "wire",
          "width": "[CHIP_ID_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "mgmt_rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mgmt_rx_src_chip",
          "type": "wire",
          "width": "[CHIP_ID_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "mgmt_rx_core",
          "type": "wire",
          "width": "[CORE_ID_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "mgmt_rx_neuron",
          "type": "wire",
          "width": "[NEURON_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "mgmt_rx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "mgmt_rx_is_write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "preempt_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "preempt_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "link_tx_data",
          "type": "wire",
          "width": "[NUM_LINKS*8-1:0]"
        },
        {
          "direction": "out",
          "name": "link_tx_valid",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "link_tx_ready",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "in",
          "name": "link_rx_data",
          "type": "wire",
          "width": "[NUM_LINKS*8-1:0]"
        },
        {
          "direction": "in",
          "name": "link_rx_valid",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        },
        {
          "direction": "out",
          "name": "link_rx_ready",
          "type": "wire",
          "width": "[NUM_LINKS-1:0]"
        }
      ],
      "neuromorphic_top": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rxd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_txd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "link_tx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "link_tx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "link_tx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "link_rx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "link_rx_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "link_rx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_ext",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "rx_valid_ext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_data_ext",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "tx_valid_ext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_ready_ext",
          "type": "wire",
          "width": ""
        }
      ],
      "rv32im_cluster": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "imem_we_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "imem_waddr_0",
          "type": "wire",
          "width": "[IMEM_ADDR_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "imem_wdata_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "imem_we_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "imem_waddr_1",
          "type": "wire",
          "width": "[IMEM_ADDR_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "imem_wdata_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "imem_we_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "imem_waddr_2",
          "type": "wire",
          "width": "[IMEM_ADDR_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "imem_wdata_2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "mmio_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mmio_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mmio_addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "mmio_wdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mmio_rdata",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mmio_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "halted",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pc_out_0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_out_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_out_2",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    },
    "top_modules": [
      "axi_uart_bridge",
      "multi_chip_router",
      "neuromorphic_top",
      "rv32im_cluster"
    ]
  },
  {
    "namespace": "ctu-fee",
    "name": "ctucanfd_ip_core",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "CTU CAN FD is soft IP-Core written in VHDL which supports ISO and NON-ISO versions of CAN FD protocol.",
    "license": "MIT",
    "language": "vhdl-2008",
    "library": "ctu_can_fd_rtl",
    "source_url": "https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core.git",
    "tags": [
      "arbitrator",
      "calculator",
      "confinement",
      "high-performance",
      "measurement",
      "multiplexer",
      "reintegration",
      "retransmitt",
      "synchronisation",
      "synchronizer",
      "synchronous",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-10T14:35:58Z",
    "updated_at": "2026-01-07T13:55:29+01:00",
    "desc_source": "readme",
    "provides_packages": [
      "can_config_pkg",
      "can_constants_pkg",
      "can_fd_frame_format",
      "can_fd_register_map",
      "can_registers_pkg",
      "can_types_pkg",
      "cmn_reg_map_pkg"
    ],
    "top_ports": {
      "can_top_ahb": [
        {
          "direction": "in",
          "name": "hresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "haddr",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "hwdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "hsel",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hwrite",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hsize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "hburst",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "hprot",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "htrans",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "hmastlock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hreadyout",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hresp",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hrdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "res_n_out",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "can_tx",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "can_rx",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "timestamp",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "scan_enable",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int",
          "type": "std_logic",
          "width": ""
        }
      ],
      "can_top_apb": [
        {
          "direction": "in",
          "name": "aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arstn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scan_enable",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "res_n_out",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CAN_tx",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAN_rx",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "timestamp",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "s_apb_paddr",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_apb_penable",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_apb_pprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "s_apb_prdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "s_apb_pready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_apb_psel",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_apb_pslverr",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_apb_pstrb",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "s_apb_pwdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_apb_pwrite",
          "type": "std_logic",
          "width": ""
        }
      ],
      "majority_decoder_3": [
        {
          "direction": "in",
          "name": "input",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "output",
          "type": "std_logic",
          "width": ""
        }
      ],
      "memory_bus_template": [
        {
          "direction": "in",
          "name": "signal clk_sys",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal res_n",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal address",
          "type": "std_logic_vector",
          "width": "address_width - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "signal w_data",
          "type": "std_logic_vector",
          "width": "data_width - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "signal r_data",
          "type": "std_logic_vector",
          "width": "data_width - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "signal cs",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal read",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal be",
          "type": "std_logic_vector",
          "width": "data_width / 8 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "signal lock_1",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal lock_2",
          "type": "std_logic",
          "width": ""
        }
      ],
      "shift_reg": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "res_n",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "reg_stat",
          "type": "std_logic_vector",
          "width": "G_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "reg_output",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "can_top_ahb",
      "can_top_apb",
      "majority_decoder_3",
      "memory_bus_template",
      "shift_reg"
    ]
  },
  {
    "namespace": "enclustra",
    "name": "en_cl_fix_resize",
    "latest": "d2ce1a617bc8",
    "versions": [
      "HEAD",
      "d2ce1a617bc8",
      "0.0.0"
    ],
    "description": "Resizes fixed-point data between formats with optional rounding, saturation, and metadata pass-through.",
    "license": "MIT",
    "language": "vhdl-2008",
    "library": "en_tb",
    "source_url": "https://github.com/enclustra/en_cl_fix.git",
    "tags": [
      "cl",
      "en",
      "fix",
      "resize"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-13T08:56:36+02:00",
    "package_deps": [
      "enclustra/en_cl_fix_round",
      "enclustra/en_cl_fix_saturate"
    ],
    "desc_source": "preserved",
    "provides_packages": [
      "en_cl_fix_pkg",
      "en_cl_fix_private_pkg"
    ],
    "top_ports": {
      "en_cl_fix_resize": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_meta",
          "type": "std_logic_vector",
          "width": "meta_width_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "in_data",
          "type": "std_logic_vector",
          "width": "cl_fix_width(in_fmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_meta",
          "type": "std_logic_vector",
          "width": "meta_width_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_data",
          "type": "std_logic_vector",
          "width": "cl_fix_width(out_fmt_g)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "enclustra",
    "name": "en_cl_fix_round",
    "latest": "d2ce1a617bc8",
    "versions": [
      "HEAD",
      "d2ce1a617bc8",
      "0.0.0"
    ],
    "description": "Rounds fixed-point data between formats with pipeline registers and optional sideband metadata.",
    "license": "MIT",
    "language": "vhdl-2008",
    "library": "en_tb",
    "source_url": "https://github.com/enclustra/en_cl_fix.git",
    "tags": [
      "cl",
      "en",
      "fix",
      "round"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-13T08:56:36+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "en_cl_fix_pkg",
      "en_cl_fix_private_pkg"
    ]
  },
  {
    "namespace": "enclustra",
    "name": "en_cl_fix_saturate",
    "latest": "d2ce1a617bc8",
    "versions": [
      "HEAD",
      "d2ce1a617bc8",
      "0.0.0"
    ],
    "description": "Converts fixed-point data between formats with optional saturation and pipeline registration.",
    "license": "MIT",
    "language": "vhdl-2008",
    "library": "en_tb",
    "source_url": "https://github.com/enclustra/en_cl_fix.git",
    "tags": [
      "cl",
      "en",
      "fix",
      "saturate"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-13T08:56:36+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "en_cl_fix_pkg",
      "en_cl_fix_private_pkg"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "corundum",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Corundum 100G / 200G / 400G open-source NIC. Three subprojects: cndm_lite (DMA-lite), cndm_micro (microcoded engine), cndm_proto (prototype controller). Plus a board-level I2C controller.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "circuit",
      "completion",
      "control",
      "controller",
      "corundum",
      "datapath",
      "descriptor",
      "inter-integrated",
      "lightweight",
      "receiver",
      "transmit",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "cndm_brd_ctrl_i2c": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_cmd",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rsp",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "cndm_lite_pcie_us": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "delays",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pcie_cq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pcie_cc",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pcie_rq",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pcie_rc",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_brd_ctrl_cmd",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_brd_ctrl_rsp",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "mac_axis_tx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "mac_axis_tx_cpl",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "mac_axis_rx",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ],
      "cndm_micro_pcie_us": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "delays",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pcie_cq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pcie_cc",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pcie_rq",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pcie_rc",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_brd_ctrl_cmd",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_brd_ctrl_rsp",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "mac_axis_tx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "mac_axis_tx_cpl",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "mac_axis_rx",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ],
      "cndm_proto_pcie_us": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pcie_cq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pcie_cc",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pcie_rq",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pcie_rc",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "mac_axis_tx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "mac_axis_tx_cpl",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "mac_axis_rx",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "cndm_brd_ctrl_i2c",
      "cndm_lite_pcie_us",
      "cndm_micro_pcie_us",
      "cndm_proto_pcie_us"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "pyrite",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Pyrite PCIe configuration programmers \u2014 VPD (Vital Product Data) and VSEC (Vendor-Specific Extended Capability) over BPI flash and QSPI flash, UltraScale variants.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "bpi",
      "express",
      "pci",
      "pcie",
      "pyrite",
      "qspi",
      "us",
      "vpd",
      "vsec"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "pyrite_pcie_us_vpd_bpi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        }
      ],
      "pyrite_pcie_us_vpd_qspi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "pyrite_pcie_us_vsec_bpi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        }
      ],
      "pyrite_pcie_us_vsec_qspi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "pyrite_pcie_us_vpd_bpi",
      "pyrite_pcie_us_vpd_qspi",
      "pyrite_pcie_us_vsec_bpi",
      "pyrite_pcie_us_vsec_qspi"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-axi",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 / AXI4-Lite / APB infrastructure: crossbars, interconnects, adapters, RAMs, registers, FIFOs, ties, AXI-internal DMA, arbiter.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "access",
      "adapter",
      "advanced",
      "arbiter",
      "arbitration",
      "converter",
      "crossbar",
      "datapath",
      "interconnect",
      "peripheral",
      "protocol",
      "register"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_apb_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_apb_axil_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_apb_dp_ram": [
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb_a",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb_b",
          "type": "taxi_apb_if.slv",
          "width": ""
        }
      ],
      "taxi_apb_interconnect": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dummy",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_apb_interconnect_1s": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dummy",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_apb_ram": [
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        }
      ],
      "taxi_apb_tie": [
        {
          "direction": "out",
          "name": "ADDR_W",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_axi_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_axil_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_cdma": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_crossbar": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_crossbar_1s": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_dma": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "rd_desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "rd_desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "wr_desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "wr_desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rd_data",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_wr_data",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_dp_ram": [
        {
          "direction": "out",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr_a",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd_a",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr_b",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd_b",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_axi_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_interconnect": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_interconnect_1s": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_ram": [
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_axi_register": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axi_tie": [
        {
          "direction": "wr_slv",
          "name": "s_axi_wr",
          "type": "taxi_axi_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axi_rd",
          "type": "taxi_axi_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_apb_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_axil_axi_adapter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_crossbar": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_crossbar_1s": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_dp_ram": [
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr_a",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd_a",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr_b",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd_b",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_axil_interconnect": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_interconnect_1s": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_ram": [
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_axil_register": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_axil_tie": [
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_apb_adapter",
      "taxi_apb_axil_adapter",
      "taxi_apb_dp_ram",
      "taxi_apb_interconnect",
      "taxi_apb_interconnect_1s",
      "taxi_apb_ram",
      "taxi_apb_tie",
      "taxi_axi_adapter",
      "taxi_axi_axil_adapter",
      "taxi_axi_cdma",
      "taxi_axi_crossbar",
      "taxi_axi_crossbar_1s",
      "taxi_axi_dma",
      "taxi_axi_dp_ram",
      "taxi_axi_fifo",
      "taxi_axi_interconnect",
      "taxi_axi_interconnect_1s",
      "taxi_axi_ram",
      "taxi_axi_register",
      "taxi_axi_tie",
      "taxi_axil_adapter",
      "taxi_axil_apb_adapter",
      "taxi_axil_axi_adapter",
      "taxi_axil_crossbar",
      "taxi_axil_crossbar_1s",
      "taxi_axil_dp_ram",
      "taxi_axil_interconnect",
      "taxi_axil_interconnect_1s",
      "taxi_axil_ram",
      "taxi_axil_register",
      "taxi_axil_tie"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-axis",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Stream infrastructure: FIFOs (sync/async/pipeline), broadcast, demux/mux, switch, register, COBS encode/decode, null src/snk, tie. Excludes Ethernet PCS streams (BASE-R, XGMII, GMII bridges) \u2014 those live in taxi-ethernet.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "adapter",
      "arbiter",
      "arbitration",
      "asynchronous",
      "bridge",
      "broadcast",
      "converter",
      "demultiplexer",
      "multiplexer",
      "pipeline",
      "protocol",
      "register"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_axis_arb_mux": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_async_fifo_adapter": [
        {
          "direction": "out",
          "name": "FIFO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_broadcast": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_cobs_decode": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "final",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tdata_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_cobs_encode": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_concat": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_demux": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_fifo_adapter": [
        {
          "direction": "out",
          "name": "FIFO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_mux": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_null_snk": [
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ],
      "taxi_axis_null_src": [
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_pad": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_pipeline_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_pipeline_register": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_switch": [
        {
          "direction": "out",
          "name": "interface",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_axis_tie": [
        {
          "direction": "snk",
          "name": "s_axis",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_axis_arb_mux",
      "taxi_axis_async_fifo_adapter",
      "taxi_axis_broadcast",
      "taxi_axis_cobs_decode",
      "taxi_axis_cobs_encode",
      "taxi_axis_concat",
      "taxi_axis_demux",
      "taxi_axis_fifo_adapter",
      "taxi_axis_mux",
      "taxi_axis_null_snk",
      "taxi_axis_null_src",
      "taxi_axis_pad",
      "taxi_axis_pipeline_fifo",
      "taxi_axis_pipeline_register",
      "taxi_axis_switch",
      "taxi_axis_tie"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-dma",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Generic DMA building blocks: AXIS client sink/source, descriptor mux, AXI-IF DMAs, DMA mux, ps-dpram (sync + async), RAM demux.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "access",
      "asynchronous",
      "client",
      "demultiplexer",
      "descriptor",
      "direct",
      "memory",
      "multiplexer",
      "psdpram",
      "random",
      "source",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_dma_client_axis_sink": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_wr_data",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_mst",
          "width": ""
        }
      ],
      "taxi_dma_client_axis_source": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rd_data",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_dma_if_axi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "rd_desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "rd_desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "wr_desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "wr_desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_dma_if_mux": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "client_rd_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "client_rd_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "client_wr_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "client_wr_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "req_src",
          "name": "dma_rd_req",
          "type": "taxi_dma_desc_if.req_src",
          "width": ""
        },
        {
          "direction": "sts_snk",
          "name": "dma_rd_sts",
          "type": "taxi_dma_desc_if.sts_snk",
          "width": ""
        },
        {
          "direction": "req_src",
          "name": "dma_wr_req",
          "type": "taxi_dma_desc_if.req_src",
          "width": ""
        },
        {
          "direction": "sts_snk",
          "name": "dma_wr_sts",
          "type": "taxi_dma_desc_if.sts_snk",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "client_ram_wr",
          "type": "taxi_dma_ram_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "client_ram_rd",
          "type": "taxi_dma_ram_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_dma_psdpram": [
        {
          "direction": "out",
          "name": "pipeline",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_dma_psdpram_async": [
        {
          "direction": "out",
          "name": "pipeline",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_dma_ram_demux": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_slv",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "ram_wr",
          "type": "taxi_dma_ram_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "ram_rd",
          "type": "taxi_dma_ram_if.rd_mst",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_dma_client_axis_sink",
      "taxi_dma_client_axis_source",
      "taxi_dma_if_axi",
      "taxi_dma_if_mux",
      "taxi_dma_psdpram",
      "taxi_dma_psdpram_async",
      "taxi_dma_ram_demux"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-ethernet",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Full Ethernet stack: 1G/10G/25G MACs, 10G/25G PHYs, MII/GMII/RGMII PHY interfaces, MAC control + 802.3x pause, MDIO master, BASE-R + XGMII PCS encoders/decoders, transceiver reset helpers, eth_mac_stats.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "advanced",
      "controller",
      "ethernet",
      "independent",
      "interface",
      "management",
      "peripheral",
      "physical",
      "receiver",
      "synchronizer",
      "synchronous",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "health_tier": "gold",
    "contract_url": "https://github.com/routertl/ip-index/blob/main/contracts/eth_mac_1g_requirements.yml",
    "test_status_url": "https://github.com/routertl/ip-index/blob/main/test_results/fpganinja/taxi-ethernet/last_run.json",
    "last_verified_at": "2026-05-06",
    "desc_source": "curator",
    "top_ports": {
      "taxi_eth_mac_10g_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_eth_mac_1g_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_eth_mac_1g_gmii_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_eth_mac_1g_rgmii_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_eth_mac_25g_us": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb_ctrl",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "3",
          "name": "annex",
          "type": "802.3",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_eth_mac_mii_fifo": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_rxd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mii_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_txd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "mii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mii_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_eth_mac_phy_10g_fifo": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_mdio_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_cmd",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rd_data",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_eth_mac_10g_fifo",
      "taxi_eth_mac_1g_fifo",
      "taxi_eth_mac_1g_gmii_fifo",
      "taxi_eth_mac_1g_rgmii_fifo",
      "taxi_eth_mac_25g_us",
      "taxi_eth_mac_mii_fifo",
      "taxi_eth_mac_phy_10g_fifo",
      "taxi_mdio_master"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-i2c",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "I2C master, slave (with APB / AXIL bridges), init engine, single-register peripheral.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "advanced",
      "amba",
      "axil",
      "circuit",
      "init",
      "inter-integrated",
      "master",
      "peripheral",
      "register",
      "si5340",
      "single",
      "slave"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "si5340_i2c_init": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_cmd",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_i2c_init": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_cmd",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_tx",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_i2c_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_cmd",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_i2c_single_reg": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_i2c_slave_apb_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_i2c_slave_axil_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "si5340_i2c_init",
      "taxi_i2c_init",
      "taxi_i2c_master",
      "taxi_i2c_single_reg",
      "taxi_i2c_slave_apb_master",
      "taxi_i2c_slave_axil_master"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-pcie",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "PCIe AXI-Lite masters, MSI / MSI-X controllers, VPD / VSEC programmers, UltraScale/+ wrappers, PCIe-to-DMA bridges.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "access",
      "advanced",
      "amba",
      "axil",
      "direct",
      "express",
      "master",
      "memory",
      "minimal",
      "msix",
      "pcie",
      "peripheral"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_dma_if_pcie_us": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rq",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_rc",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "rd_desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "rd_desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "req_snk",
          "name": "wr_desc_req",
          "type": "taxi_dma_desc_if.req_snk",
          "width": ""
        },
        {
          "direction": "sts_src",
          "name": "wr_desc_sts",
          "type": "taxi_dma_desc_if.sts_src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "dma_ram_wr",
          "type": "taxi_dma_ram_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "dma_ram_rd",
          "type": "taxi_dma_ram_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_pcie_axil_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "rx_req_tlp",
          "type": "taxi_pcie_tlp_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "tx_cpl_tlp",
          "type": "taxi_pcie_tlp_if.src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_pcie_axil_master_minimal": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "rx_req_tlp",
          "type": "taxi_pcie_tlp_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "tx_cpl_tlp",
          "type": "taxi_pcie_tlp_if.src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_pcie_msix_apb": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_irq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "tx_wr_req_tlp",
          "type": "taxi_pcie_tlp_if.src",
          "width": ""
        }
      ],
      "taxi_pcie_msix_axil": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_irq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "tx_wr_req_tlp",
          "type": "taxi_pcie_tlp_if.src",
          "width": ""
        }
      ],
      "taxi_pcie_us_axil_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_cc_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_cq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_cc",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_pcie_us_cfg": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_pcie_us_msi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_pcie_us_vpd": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_pcie_us_vsec_apb": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axil_wr",
          "type": "taxi_axil_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axil_rd",
          "type": "taxi_axil_if.rd_mst",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_dma_if_pcie_us",
      "taxi_pcie_axil_master",
      "taxi_pcie_axil_master_minimal",
      "taxi_pcie_msix_apb",
      "taxi_pcie_msix_axil",
      "taxi_pcie_us_axil_master",
      "taxi_pcie_us_cfg",
      "taxi_pcie_us_msi",
      "taxi_pcie_us_vpd",
      "taxi_pcie_us_vsec_apb"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-ptp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "PTP / IEEE-1588 clock, perout, time-domain APB / AXIL bridges.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "advanced",
      "amba",
      "axil",
      "clock",
      "crossing",
      "domain",
      "leaf",
      "peripheral",
      "perout",
      "precision",
      "protocol",
      "rel2tod"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_ptp_clock": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ptp_clock_cdc": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stepped",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "did",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "case",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_reg",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ptp_perout": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ptp_td_phc_apb": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "slv",
          "name": "s_apb",
          "type": "taxi_apb_if.slv",
          "width": ""
        }
      ],
      "taxi_ptp_td_phc_axil": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_ptp_td_rel2tod": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "path",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_ts_rel",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_ts_tod",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_ptp_clock",
      "taxi_ptp_clock_cdc",
      "taxi_ptp_perout",
      "taxi_ptp_td_phc_apb",
      "taxi_ptp_td_phc_axil",
      "taxi_ptp_td_rel2tod"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-ssio",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Source-synchronous I/O \u2014 DDR / SDR in / out with diff variants, plus the bare IDDR / ODDR I/O DDR-register primitives.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "data",
      "ddr",
      "diff",
      "double",
      "iddr",
      "memory",
      "oddr",
      "rate",
      "sdr",
      "ssio",
      "taxi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "ssio_sdr_in_diff": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ssio_ddr_in_diff": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ssio_ddr_out_diff": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ssio_sdr_out_diff": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "ssio_sdr_in_diff",
      "taxi_ssio_ddr_in_diff",
      "taxi_ssio_ddr_out_diff",
      "taxi_ssio_sdr_out_diff"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-uart",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "UART top + rx + tx primitives.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "asynchronous",
      "brg",
      "receive",
      "receiver",
      "rx",
      "serial",
      "taxi",
      "transmit",
      "transmitter",
      "tx",
      "uart",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_uart": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_uart"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-utils",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Standalone primitives without a project home: debounce, LFSR + CRC / PRBS / scramble variants, MT19937, IRQ rate-limit, LED shift-reg, MMCM fractional, RAM primitives, stats counters / strings, priority encoder, CDC synchronizers (reset + signal).",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "collect",
      "counter",
      "debounce",
      "descramble",
      "feedback",
      "interrupt",
      "mt19937",
      "redundancy",
      "register",
      "scramble",
      "synchronizer",
      "synchronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_debounce_switch": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signals",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_irq_rate_limit": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_irq",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_irq",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_led_sreg": [
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_lfsr_crc": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC32C",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_lfsr_descramble": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRBS6",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_lfsr_prbs_check": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRBS6",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_lfsr_prbs_gen": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRBS6",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_lfsr_scramble": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRBS6",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_mmcm_frac": [
        {
          "direction": "in",
          "name": "input_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output_offset_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "locked",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clocks",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "status",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_mt19937": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_penc": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bits",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ram_1r1w_1c": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ram_1r1w_2c": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ram_1rw": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ram_2rw_1c": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_ram_2rw_2c": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "taxi_stats_collect": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_stat",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_stats_counter": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_stat",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_stats_strings_full": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "mon",
          "name": "s_axis_stat",
          "type": "taxi_axis_if.mon",
          "width": ""
        },
        {
          "direction": "wr_slv",
          "name": "s_axil_wr",
          "type": "taxi_axil_if.wr_slv",
          "width": ""
        },
        {
          "direction": "rd_slv",
          "name": "s_axil_rd",
          "type": "taxi_axil_if.rd_slv",
          "width": ""
        }
      ],
      "taxi_sync_reset": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_debounce_switch",
      "taxi_irq_rate_limit",
      "taxi_led_sreg",
      "taxi_lfsr_crc",
      "taxi_lfsr_descramble",
      "taxi_lfsr_prbs_check",
      "taxi_lfsr_prbs_gen",
      "taxi_lfsr_scramble",
      "taxi_mmcm_frac",
      "taxi_mt19937",
      "taxi_penc",
      "taxi_ram_1r1w_1c",
      "taxi_ram_1r1w_2c",
      "taxi_ram_1rw",
      "taxi_ram_2rw_1c",
      "taxi_ram_2rw_2c",
      "taxi_stats_collect",
      "taxi_stats_counter",
      "taxi_stats_strings_full",
      "taxi_sync_reset"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "taxi-xfcp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "XFCP debug protocol: UART transport, APB / AXI / AXIL / I2C-master modules, stats module, fabric switch.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "advanced",
      "asynchronous",
      "circuit",
      "inter-integrated",
      "master",
      "peripheral",
      "receiver",
      "serial",
      "stats",
      "switch",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "taxi_xfcp_if_uart": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "src",
          "name": "xfcp_dsp_ds",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "xfcp_dsp_us",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ],
      "taxi_xfcp_mod_apb": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xfcp_usp_us_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "xfcp_usp_ds",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "xfcp_usp_us",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "mst",
          "name": "m_apb",
          "type": "taxi_apb_if.mst",
          "width": ""
        }
      ],
      "taxi_xfcp_mod_axi": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "xfcp_usp_ds",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "xfcp_usp_us",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "wr_mst",
          "name": "m_axi_wr",
          "type": "taxi_axi_if.wr_mst",
          "width": ""
        },
        {
          "direction": "rd_mst",
          "name": "m_axi_rd",
          "type": "taxi_axi_if.rd_mst",
          "width": ""
        }
      ],
      "taxi_xfcp_mod_i2c_master": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datapath",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xfcp_usp_us_tvalid_next",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "xfcp_usp_ds",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "xfcp_usp_us",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "taxi_xfcp_mod_stats": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "xfcp_usp_ds",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "xfcp_usp_us",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_stat",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "taxi_xfcp_if_uart",
      "taxi_xfcp_mod_apb",
      "taxi_xfcp_mod_axi",
      "taxi_xfcp_mod_i2c_master",
      "taxi_xfcp_mod_stats"
    ]
  },
  {
    "namespace": "fpganinja",
    "name": "zircon",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Zircon IP packet processor \u2014 RX parse / ingress / egress and TX buffer / deparse / ingress / egress, plus length+checksum core.",
    "license": "CERN-OHL-S-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/fpganinja/taxi.git",
    "tags": [
      "buffer",
      "deparse",
      "egress",
      "ingress",
      "internet",
      "network",
      "protocol",
      "receive",
      "receiver",
      "transmit",
      "transmitter",
      "zircon"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T01:08:52Z",
    "updated_at": "2026-05-12T13:06:02-07:00",
    "desc_source": "curator",
    "top_ports": {
      "zircon_ip_rx_egress": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pkt",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_ui_rx",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "zircon_ip_rx_ingress": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_mac_rx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pkt",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_meta_hdr",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_meta_len",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "zircon_ip_tx_buffer": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pkt_ui",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_meta_len",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pkt",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ],
      "zircon_ip_tx_egress": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_pkt",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_meta",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_mac_tx",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_mac_tx_cpl",
          "type": "taxi_axis_if.snk",
          "width": ""
        }
      ],
      "zircon_ip_tx_ingress": [
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "snk",
          "name": "s_axis_ui_tx",
          "type": "taxi_axis_if.snk",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_ui_tx_cpl",
          "type": "taxi_axis_if.src",
          "width": ""
        },
        {
          "direction": "src",
          "name": "m_axis_pkt",
          "type": "taxi_axis_if.src",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "zircon_ip_rx_egress",
      "zircon_ip_rx_ingress",
      "zircon_ip_tx_buffer",
      "zircon_ip_tx_egress",
      "zircon_ip_tx_ingress"
    ]
  },
  {
    "namespace": "lxp32",
    "name": "lxp32-cpu",
    "latest": "develop",
    "versions": [
      "develop"
    ],
    "description": "LXP32 is a small and FPGA friendly 32-bit CPU IP core based on a simple, original instruction set. Its key features include",
    "license": "MIT",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/lxp32/lxp32-cpu.git",
    "tags": [
      "decode",
      "digital",
      "divider",
      "execute",
      "interrupt",
      "mul16x16",
      "multiplexer",
      "processing",
      "processor",
      "ram256x32",
      "scratchpad",
      "shifter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:49:21Z",
    "updated_at": "2025-05-29T13:01:35+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "readme",
    "top_ports": {
      "lxp32c_top": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibus_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibus_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibus_cti_o",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "ibus_bte_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "ibus_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibus_adr_o",
          "type": "std_logic_vector",
          "width": "29 downto 0"
        },
        {
          "direction": "in",
          "name": "ibus_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "dbus_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_sel_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "dbus_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_adr_o",
          "type": "std_logic_vector",
          "width": "31 downto 2"
        },
        {
          "direction": "out",
          "name": "dbus_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "dbus_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "lxp32u_top": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lli_re_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lli_adr_o",
          "type": "std_logic_vector",
          "width": "29 downto 0"
        },
        {
          "direction": "in",
          "name": "lli_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "lli_busy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_sel_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "dbus_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbus_adr_o",
          "type": "std_logic_vector",
          "width": "31 downto 2"
        },
        {
          "direction": "out",
          "name": "dbus_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "dbus_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ]
    },
    "top_modules": [
      "lxp32c_top",
      "lxp32u_top"
    ]
  },
  {
    "namespace": "neorv32",
    "name": "neorv32",
    "latest": "f62ca4323d26",
    "versions": [
      "HEAD",
      "f62ca4323d26",
      "67fd919f88c6",
      "1c404050d68b",
      "d6260ef5a453",
      "0.0.0"
    ],
    "description": "The NEORV32 Processor is a **customizable microcontroller-like system on chip (SoC)** built around the NEORV32 [RISC-V](https://riscv.org/) CPU that is written in **platform-independent VHDL**.",
    "license": "BSD-3-Clause",
    "language": "vhdl-2008",
    "library": "neorv32",
    "source_url": "https://github.com/stnolting/neorv32.git",
    "tags": [
      "asynchronous",
      "bootloader",
      "converter",
      "decompressor",
      "interface",
      "modulation",
      "normalizer",
      "peripheral",
      "processor",
      "transmitter",
      "universal",
      "xbus2axi4"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-16T11:17:19+02:00",
    "desc_source": "readme",
    "provides_packages": [
      "neorv32_imem_image",
      "neorv32_package"
    ],
    "top_ports": {
      "neoTRNG_cell": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bus_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_bus_amo_rvs": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_req_o",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_rsp_i",
          "type": "bus_rsp_t",
          "width": ""
        }
      ],
      "neorv32_bus_gateway": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_req_o",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_rsp_i",
          "type": "bus_rsp_t",
          "width": ""
        }
      ],
      "neorv32_bus_io_switch": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_req_o",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_rsp_i",
          "type": "bus_rsp_t",
          "width": ""
        }
      ],
      "neorv32_bus_reg": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_req_o",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_rsp_i",
          "type": "bus_rsp_t",
          "width": ""
        }
      ],
      "neorv32_bus_switch": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_req_o",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_rsp_i",
          "type": "bus_rsp_t",
          "width": ""
        }
      ],
      "neorv32_clint_mtimecmp": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bus_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "time_o",
          "type": "std_ulogic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "mti_o",
          "type": "std_ulogic_vector",
          "width": "NUM_HARTS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "msi_o",
          "type": "std_ulogic_vector",
          "width": "NUM_HARTS-1 downto 0"
        }
      ],
      "neorv32_cpu_alu_fpu_f2i": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_i",
          "type": "ctrl_bus_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_addr_i",
          "type": "std_ulogic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "csr_wdata_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "csr_rdata_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "equal_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "less_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "rs2_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "res_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_cpu_alu_fpu_normalizer": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_i",
          "type": "ctrl_bus_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_addr_i",
          "type": "std_ulogic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "csr_wdata_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "csr_rdata_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "equal_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "less_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "rs2_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "res_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_cpu_frontend_ipb": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_i",
          "type": "ctrl_bus_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ibus_req_o",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ibus_rsp_i",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pmp_addr_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "pmp_priv_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pmp_err_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "frontend_o",
          "type": "if_bus_t",
          "width": ""
        }
      ],
      "neorv32_cpu_trace_simlog": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_i",
          "type": "ctrl_bus_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_rdata_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "rs2_rdata_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_wdata_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "mem_ben_i",
          "type": "std_ulogic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "mem_addr_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "mem_wdata_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "trace_o",
          "type": "trace_port_t",
          "width": ""
        }
      ],
      "neorv32_gptmr_slice": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bus_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkgen_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_litex_core_complex": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tck_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_adr_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_we_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_sel_o",
          "type": "std_ulogic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_stb_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_cyc_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_ack_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_err_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_mei_i",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_prim_fifo": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wdata_i",
          "type": "std_ulogic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "free_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "re_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdata_o",
          "type": "std_ulogic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "avail_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_prim_mul": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wdata_i",
          "type": "std_ulogic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "free_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "re_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdata_o",
          "type": "std_ulogic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "avail_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_prim_spram": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wdata_i",
          "type": "std_ulogic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "free_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "re_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdata_o",
          "type": "std_ulogic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "avail_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_pwm_channel": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bus_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkgen_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "pwm_o",
          "type": "std_ulogic_vector",
          "width": "31 downto 0"
        }
      ],
      "neorv32_sys_reset": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_ext_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_wdt_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_dbg_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rstn_ext_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rstn_sys_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xrstn_wdt_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xrstn_ocd_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_test_setup_approm": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        }
      ],
      "neorv32_test_setup_bootloader": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "uart0_txd_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_rxd_i",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_test_setup_on_chip_debugger": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tck_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "uart0_txd_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_rxd_i",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_trng": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bus_req_i",
          "type": "bus_req_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bus_rsp_o",
          "type": "bus_rsp_t",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_verilog_wrapper": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart0_txd_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_rxd_i",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neorv32_vivado_ip": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ocd_resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wdt_resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awaddr",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awlen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awsize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awburst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awcache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_wstrb",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_wlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_araddr",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arlen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arsize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arburst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arcache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_rlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s0_axis_tdest",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "s0_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s0_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s0_axis_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "s0_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_axis_tid",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "s1_axis_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_axis_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_axis_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s1_axis_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tck_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_dir_o",
          "type": "std_logic_vector",
          "width": "IO_GPIO_DIR_NUM-1 downto 0"
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_logic_vector",
          "width": "IO_GPIO_OUT_NUM-1 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_i",
          "type": "std_logic_vector",
          "width": "IO_GPIO_IN_NUM-1 downto 0"
        },
        {
          "direction": "out",
          "name": "uart0_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart0_rtsn_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart0_ctsn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart1_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart1_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart1_rtsn_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart1_ctsn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_clk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_dat_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_dat_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_csn_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "sdi_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdi_dat_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_dat_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdi_csn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "twi_sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "twi_sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "twi_scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "twi_scl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "twd_sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "twd_sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "twd_scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "onewire_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "onewire_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_o",
          "type": "std_logic_vector",
          "width": "IO_PWM_NUM-1 downto 0"
        },
        {
          "direction": "in",
          "name": "cfs_in_i",
          "type": "std_logic_vector",
          "width": "255 downto 0"
        },
        {
          "direction": "out",
          "name": "cfs_out_o",
          "type": "std_logic_vector",
          "width": "255 downto 0"
        },
        {
          "direction": "out",
          "name": "neoled_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mtime_time_o",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "irq_msi_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_mti_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_mei_i",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "neoTRNG_cell",
      "neorv32_bus_amo_rvs",
      "neorv32_bus_gateway",
      "neorv32_bus_io_switch",
      "neorv32_bus_reg",
      "neorv32_bus_switch",
      "neorv32_clint_mtimecmp",
      "neorv32_cpu_alu_fpu_f2i",
      "neorv32_cpu_alu_fpu_normalizer",
      "neorv32_cpu_frontend_ipb",
      "neorv32_cpu_trace_simlog",
      "neorv32_gptmr_slice",
      "neorv32_litex_core_complex",
      "neorv32_prim_fifo",
      "neorv32_prim_mul",
      "neorv32_prim_spram",
      "neorv32_pwm_channel",
      "neorv32_sys_reset",
      "neorv32_test_setup_approm",
      "neorv32_test_setup_bootloader",
      "neorv32_test_setup_on_chip_debugger",
      "neorv32_trng",
      "neorv32_verilog_wrapper",
      "neorv32_vivado_ip"
    ]
  },
  {
    "namespace": "ohwr",
    "name": "etherbone-core",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Etherbone \u2014 Wishbone-over-Ethernet remote-access protocol. Three HDL subsystems: Etherbone master (eb_master_core), slave (eb_slave_core, used by White Rabbit's wrc_core for remote register access), and a USB transport variant (eb_usb_core). OHWR-canonical post-migration.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "etherbone",
    "source_url": "https://gitlab.com/ohwr/project/etherbone-core.git",
    "tags": [
      "buffer",
      "checksum",
      "commit",
      "ethernet",
      "framer",
      "master",
      "multiplexer",
      "receive",
      "receiver",
      "transmit",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:21:24Z",
    "updated_at": "2025-04-09T14:43:47+02:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "RandomPkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "matrix_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_fabric_pkg"
      }
    ],
    "provides_packages": [
      "eb_hdr_pkg",
      "eb_internals_pkg",
      "ebm_auto_pkg",
      "etherbone_pkg",
      "ez_usb_pkg"
    ],
    "top_ports": {
      "eb_master_slave_wrapper": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nRst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ebs_cfg_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ebs_cfg_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ebs_wb_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ebs_wb_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ebm_wb_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ebm_wb_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "eb_slave_core": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nRst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cfg_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        }
      ],
      "ez_usb": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "msi_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "msi_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rstn_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ebcyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "speed_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifoadr_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "readyn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fulln_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "emptyn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sloen_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slrdn_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slwrn_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pktendn_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fd_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "fd_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "fd_oen_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "eb_master_slave_wrapper",
      "eb_slave_core",
      "ez_usb"
    ]
  },
  {
    "namespace": "ohwr",
    "name": "general-cores",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "General Cores \u2014 generic FPGA primitive library. Edge detectors, CDC synchronizers (gc_sync_*), pulse synchronizer, debouncers, Wishbone primitives + slaves + crossbars (wb_*/xwb_*), generic memory primitives (genram_pkg single/dual-port + async FIFO), AXI/DSP/I2C primitives, 8b/10b coder, radiation-tolerant variants. The CERN BE-CO-HT primitive library underlying every OHWR design.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "general_cores",
    "source_url": "https://gitlab.com/ohwr/project/general-cores.git",
    "tags": [
      "arbitration",
      "asynchronous",
      "demodulator",
      "descrambler",
      "instruction",
      "integrators",
      "inter-integrated",
      "interconnect",
      "kintexultrascale",
      "multichannel",
      "synchronizer",
      "synchronizer2"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:21:24Z",
    "updated_at": "2026-05-08T07:43:51+00:00",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "altera_mf",
        "package": "all"
      },
      {
        "library": "altera_mf",
        "package": "altera_mf_components"
      },
      {
        "library": "work",
        "package": "common_components"
      }
    ],
    "provides_packages": [
      "altera_networks_pkg",
      "axi4_pkg",
      "cm_wbgen2_pkg",
      "gc_cordic_pkg",
      "gc_dsp_pkg",
      "gencores_pkg",
      "genram_pkg",
      "memory_loader_pkg",
      "pcie_wb_pkg",
      "secded_32b_pkg",
      "spwm_wbgen2_pkg",
      "uart_wbgen2_pkg",
      "v6_fifo_pkg",
      "wb_fpgen_regs_pkg",
      "wb_irq_pkg",
      "wbconmax_pkg",
      "wbgen2_pkg",
      "wishbone_pkg",
      "xldr_wbgen2_pkg"
    ],
    "top_ports": {
      "altera_async_fifo": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_wr_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_almost_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_almost_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clk_rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_almost_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_almost_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        }
      ],
      "altera_sync_fifo": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "almost_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "almost_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        }
      ],
      "axi4lite32_axi4full64_bridge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_awaddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awlen",
          "type": "STD_LOGIC_VECTOR",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awsize",
          "type": "STD_LOGIC_VECTOR",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awburst",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_awready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "s_wstrb",
          "type": "STD_LOGIC_VECTOR",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "s_wlast",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_wready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_bresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_bvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_bready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_araddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arlen",
          "type": "STD_LOGIC_VECTOR",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arsize",
          "type": "STD_LOGIC_VECTOR",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arburst",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_arready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_rdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "s_rresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_rlast",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_rvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_awaddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_awvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_awready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_wstrb",
          "type": "STD_LOGIC_VECTOR",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "m_wvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_bresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_bvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_araddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_arvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_arready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_rdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "m_rresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_rvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_rready",
          "type": "STD_LOGIC",
          "width": ""
        }
      ],
      "axi4lite_axi4full_bridge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_awaddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awlen",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_LEN_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awsize",
          "type": "STD_LOGIC_VECTOR",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awburst",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awid",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ID_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_awvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_awready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_wstrb",
          "type": "STD_LOGIC_VECTOR",
          "width": "(g_DATA_WIDTH / 8) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_wid",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ID_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_wlast",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_wready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_bid",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ID_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_bresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_bvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_bready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_araddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arlen",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_LEN_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arsize",
          "type": "STD_LOGIC_VECTOR",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arburst",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arid",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ID_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_arvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_arready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_rdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_rid",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ID_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_rresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_rlast",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_rvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_awaddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_awvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_awready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_wstrb",
          "type": "STD_LOGIC_VECTOR",
          "width": "(g_DATA_WIDTH / 8) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_wvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_bresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_bvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_araddr",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_arvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_arready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_rdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "g_DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_rresp",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_rvalid",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_rready",
          "type": "STD_LOGIC",
          "width": ""
        }
      ],
      "axi4lite_i2c_master": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "std_logic_vector",
          "width": "C_S_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "std_logic_vector",
          "width": "(C_S_AXI_DATA_WIDTH/8)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "std_logic_vector",
          "width": "C_S_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "std_logic_vector",
          "width": "C_S_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2c_scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_scl_t",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2c_sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2c_sda_t",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "axi_gpio_expander": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gpio_out",
          "type": "std_logic_vector",
          "width": "g_num-1 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_oe",
          "type": "std_logic_vector",
          "width": "g_num-1 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_dir",
          "type": "std_logic_vector",
          "width": "g_num-1 downto 0"
        },
        {
          "direction": "out",
          "name": "gpio_in",
          "type": "std_logic_vector",
          "width": "g_num-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ARVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AWVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ARADDR",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "AWADDR",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "WDATA",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "WSTRB",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "ARREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AWREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RLAST",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESP",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "RRESP",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "RDATA",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "cheby_dpssram": [
        {
          "direction": "in",
          "name": "clk_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_b_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_a_i",
          "type": "std_logic_vector",
          "width": "g_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "addr_b_i",
          "type": "std_logic_vector",
          "width": "g_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_a_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_b_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_a_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_b_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "bwsel_a_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "bwsel_b_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_b_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_b_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "dec_8b10b_ctrl": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "dec_8b10b_disp": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "dec_8b10b_lut": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "flash_top": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_out_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_arbitrated_mux": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_num_inputs * g_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "d_valid_i",
          "type": "std_logic_vector",
          "width": "g_num_inputs-1 downto 0"
        },
        {
          "direction": "out",
          "name": "d_req_o",
          "type": "std_logic_vector",
          "width": "g_num_inputs-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_input_id_o",
          "type": "std_logic_vector",
          "width": "f_log2_ceil(g_num_inputs)-1 downto 0"
        }
      ],
      "gc_argb_led_drv": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "g_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "r_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "b_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "res_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_async_counter_diff": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_inc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_dec_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dec_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "counter_o",
          "type": "std_logic_vector",
          "width": "g_bits downto 0"
        }
      ],
      "gc_async_signals_input_stage": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signals_a_i",
          "type": "std_logic_vector",
          "width": "g_signal_num-1 downto 0"
        },
        {
          "direction": "in",
          "name": "config_active_i",
          "type": "std_logic_vector",
          "width": "g_signal_num-1 downto 0"
        },
        {
          "direction": "out",
          "name": "signals_o",
          "type": "std_logic_vector",
          "width": "g_signal_num-1 downto 0"
        },
        {
          "direction": "out",
          "name": "signals_p1_o",
          "type": "std_logic_vector",
          "width": "g_signal_num-1 downto 0"
        },
        {
          "direction": "out",
          "name": "signals_pN_o",
          "type": "std_logic_vector",
          "width": "g_signal_num-1 downto 0"
        }
      ],
      "gc_bicolor_led_ctrl": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "led_intensity_i",
          "type": "std_logic_vector",
          "width": "6 downto 0"
        },
        {
          "direction": "in",
          "name": "led_state_i",
          "type": "std_logic_vector",
          "width": "(g_nb_line * g_nb_column * 2) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "column_o",
          "type": "std_logic_vector",
          "width": "g_nb_column - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "line_o",
          "type": "std_logic_vector",
          "width": "g_nb_line - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "line_oen_o",
          "type": "std_logic_vector",
          "width": "g_nb_line - 1 downto 0"
        }
      ],
      "gc_cic": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ratio_sel_i",
          "type": "std_logic_vector",
          "width": "g_RATIO_SEL_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ratio_changed_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_cic_combs": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ratio_sel_i",
          "type": "std_logic_vector",
          "width": "g_RATIO_SEL_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ratio_changed_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_cic_decimator": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ratio_sel_i",
          "type": "std_logic_vector",
          "width": "g_RATIO_SEL_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ratio_changed_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_cic_integrators": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ratio_sel_i",
          "type": "std_logic_vector",
          "width": "g_RATIO_SEL_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ratio_changed_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_cic_ratio_change_detect": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ratio_sel_i",
          "type": "std_logic_vector",
          "width": "g_RATIO_SEL_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ratio_changed_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_comparator": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pol_inv_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_i",
          "type": "std_logic_vector",
          "width": "g_IN_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "inn_i",
          "type": "std_logic_vector",
          "width": "g_IN_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "hys_i",
          "type": "std_logic_vector",
          "width": "g_IN_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_p_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_cordic": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cor_mode_i",
          "type": "t_CORDIC_MODE",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cor_submode_i",
          "type": "t_CORDIC_SUBMODE",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lim_x_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lim_y_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x0_i",
          "type": "std_logic_vector",
          "width": "g_M-1 downto 0"
        },
        {
          "direction": "in",
          "name": "y0_i",
          "type": "std_logic_vector",
          "width": "g_M-1 downto 0"
        },
        {
          "direction": "in",
          "name": "z0_i",
          "type": "std_logic_vector",
          "width": "g_M-1 downto 0"
        },
        {
          "direction": "out",
          "name": "xn_o",
          "type": "std_logic_vector",
          "width": "g_M-1 downto 0"
        },
        {
          "direction": "out",
          "name": "yn_o",
          "type": "std_logic_vector",
          "width": "g_M-1 downto 0"
        },
        {
          "direction": "out",
          "name": "zn_o",
          "type": "std_logic_vector",
          "width": "g_M-1 downto 0"
        },
        {
          "direction": "out",
          "name": "lim_x_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lim_y_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rst_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_cordic_top": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode_i",
          "type": "t_CORDIC_MODE",
          "width": ""
        },
        {
          "direction": "in",
          "name": "submode_i",
          "type": "t_CORDIC_SUBMODE",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_i",
          "type": "std_logic_vector",
          "width": "g_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "y_i",
          "type": "std_logic_vector",
          "width": "g_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "z_i",
          "type": "std_logic_vector",
          "width": "g_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lim_x_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lim_y_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_o",
          "type": "std_logic_vector",
          "width": "g_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "y_o",
          "type": "std_logic_vector",
          "width": "g_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "z_o",
          "type": "std_logic_vector",
          "width": "g_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mode_o",
          "type": "t_CORDIC_MODE",
          "width": ""
        },
        {
          "direction": "out",
          "name": "submode_o",
          "type": "t_CORDIC_SUBMODE",
          "width": ""
        }
      ],
      "gc_crc_gen": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "std_logic_vector",
          "width": "g_data_width - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "restart_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "match_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "crc_o",
          "type": "std_logic_vector",
          "width": "g_polynomial'length - 1 downto 0"
        }
      ],
      "gc_dec_8b10b": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "gc_delay_gen": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_data_width - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_data_width - 1 downto 0"
        }
      ],
      "gc_ds182x_interface": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "onewire_b",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_o",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "temper_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "id_read_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_ok_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_dual_pi_controller": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_sysclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phase_err_i",
          "type": "std_logic_vector",
          "width": "g_error_bits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phase_err_stb_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "freq_err_i",
          "type": "std_logic_vector",
          "width": "g_error_bits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "freq_err_stb_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode_sel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_val_o",
          "type": "std_logic_vector",
          "width": "g_dacval_bits-1 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_val_stb_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_pcr_enable_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_pcr_force_f_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_fbgr_f_kp_i",
          "type": "std_logic_vector",
          "width": "g_coef_bits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "pll_fbgr_f_ki_i",
          "type": "std_logic_vector",
          "width": "g_coef_bits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "pll_pbgr_p_kp_i",
          "type": "std_logic_vector",
          "width": "g_coef_bits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "pll_pbgr_p_ki_i",
          "type": "std_logic_vector",
          "width": "g_coef_bits-1 downto 0"
        }
      ],
      "gc_dyn_extend_pulse": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pulse_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "len_i",
          "type": "std_logic_vector",
          "width": "g_len_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "extended_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_dyn_glitch_filt": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "len_i",
          "type": "std_logic_vector",
          "width": "g_len_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "dat_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dat_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_enc_8b10b": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_8b_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dispar_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dispar_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_10b_o",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        }
      ],
      "gc_freq_meas": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_freq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_freq_ena_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "freq_low_thr_sys_i",
          "type": "std_logic_vector",
          "width": "g_COUNTER_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "freq_high_thr_sys_i",
          "type": "std_logic_vector",
          "width": "g_COUNTER_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_value_sys_o",
          "type": "std_logic_vector",
          "width": "g_COUNTER_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_value_freq_o",
          "type": "std_logic_vector",
          "width": "g_COUNTER_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_valid_sys_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "freq_valid_freq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "freq_ok_sys_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "freq_ok_freq_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_frequency_meter": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "freq_o",
          "type": "std_logic_vector",
          "width": "g_COUNTER_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_valid_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_integer_divide": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is_rem_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is_signed_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_i",
          "type": "std_logic_vector",
          "width": "g_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "b_i",
          "type": "std_logic_vector",
          "width": "g_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "start_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_iq_demodulator": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_i",
          "type": "std_logic_vector",
          "width": "g_N-1 downto 0"
        },
        {
          "direction": "out",
          "name": "i_o",
          "type": "std_logic_vector",
          "width": "g_N downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_N downto 0"
        }
      ],
      "gc_iq_demodulator_shifted": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adc_data_i",
          "type": "std_logic_vector",
          "width": "g_N_data-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phaseCos_i",
          "type": "std_logic_vector",
          "width": "g_N_coeff -1 downto 0"
        },
        {
          "direction": "in",
          "name": "phaseSin_i",
          "type": "std_logic_vector",
          "width": "g_N_coeff -1 downto 0"
        },
        {
          "direction": "out",
          "name": "i_o",
          "type": "std_logic_vector",
          "width": "g_N_data downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_N_data downto 0"
        }
      ],
      "gc_iq_modulator": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_i",
          "type": "std_logic_vector",
          "width": "g_N-1 downto 0"
        },
        {
          "direction": "in",
          "name": "q_i",
          "type": "std_logic_vector",
          "width": "g_N-1 downto 0"
        },
        {
          "direction": "out",
          "name": "i_o",
          "type": "std_logic_vector",
          "width": "g_N-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_N-1 downto 0"
        }
      ],
      "gc_moving_average": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "dout_o",
          "type": "std_logic_vector",
          "width": "g_data_width+g_avg_log2-1 downto 0"
        },
        {
          "direction": "out",
          "name": "dout_stb_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_multichannel_frequency_meter": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in_i",
          "type": "std_logic_vector",
          "width": "g_CHANNELS -1 downto 0"
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_o",
          "type": "std_logic_vector",
          "width": "g_COUNTER_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_valid_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_negedge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pulse_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_pi_regulator": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "setpoint_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "x_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "y_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "y_o",
          "type": "std_logic_vector",
          "width": "g_OUTPUT_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "kp_i",
          "type": "std_logic_vector",
          "width": "g_GAIN_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "ki_i",
          "type": "std_logic_vector",
          "width": "g_GAIN_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "lim_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_pipelined_fir_filter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "coefs_i",
          "type": "t_FIR_COEF_ARRAY",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "d_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_o",
          "type": "std_logic_vector",
          "width": "g_OUTPUT_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "d_valid_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_posedge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pulse_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_reset": [
        {
          "direction": "in",
          "name": "free_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "locked_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clks_i",
          "type": "std_logic_vector",
          "width": "g_clocks-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rstn_o",
          "type": "std_logic_vector",
          "width": "g_clocks-1 downto 0"
        }
      ],
      "gc_reset_multi_aasd": [
        {
          "direction": "in",
          "name": "arst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clks_i",
          "type": "std_logic_vector",
          "width": "g_CLOCKS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rst_n_o",
          "type": "std_logic_vector",
          "width": "g_CLOCKS-1 downto 0"
        }
      ],
      "gc_rr_arbiter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "std_logic_vector",
          "width": "g_size-1 downto 0"
        },
        {
          "direction": "out",
          "name": "grant_o",
          "type": "std_logic_vector",
          "width": "g_size-1 downto 0"
        },
        {
          "direction": "out",
          "name": "grant_comb_o",
          "type": "std_logic_vector",
          "width": "g_size-1 downto 0"
        }
      ],
      "gc_scrambler_descrambler": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aux_i",
          "type": "std_logic_vector",
          "width": "g_AUX_SIZE-1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "std_logic_vector",
          "width": "g_DATA_SIZE-1 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aux_o",
          "type": "std_logic_vector",
          "width": "g_AUX_SIZE-1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "std_logic_vector",
          "width": "g_DATA_SIZE-1 downto 0"
        }
      ],
      "gc_serial_dac": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "value_i",
          "type": "std_logic_vector",
          "width": "g_num_data_bits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "cs_sel_i",
          "type": "std_logic_vector",
          "width": "g_num_cs_select-1 downto 0"
        },
        {
          "direction": "in",
          "name": "load_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sclk_divsel_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_cs_n_o",
          "type": "std_logic_vector",
          "width": "g_num_cs_select-1 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_sdata_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dac_sel_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_sfp_i2c_adapter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sda_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_det_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_data_i",
          "type": "std_logic_vector",
          "width": "127 downto 0"
        }
      ],
      "gc_single_reset_gen": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_signals_n_a_i",
          "type": "std_logic_vector",
          "width": "g_rst_in_num-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rst_n_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_soft_ramp_switch": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rate_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "on_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is_on_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is_off_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x0_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "x1_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "x2_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "in",
          "name": "x3_i",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "y_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "y0_o",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "y1_o",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "y2_o",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        },
        {
          "direction": "out",
          "name": "y3_o",
          "type": "std_logic_vector",
          "width": "g_DATA_BITS-1 downto 0"
        }
      ],
      "gc_sync_word_rd": [
        {
          "direction": "in",
          "name": "clk_out_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_out_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_in_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in_i",
          "type": "std_logic_vector",
          "width": "g_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_out_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_out_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out_o",
          "type": "std_logic_vector",
          "width": "g_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rd_in_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gc_word_packer": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_input_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "d_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_req_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_output_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_req_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "generic_async_fifo_mixedw": [
        {
          "direction": "in",
          "name": "rst_n_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_wr_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_wr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size * ((g_rd_width + g_wr_width - 1) / g_wr_width)) downto 0"
        },
        {
          "direction": "in",
          "name": "clk_rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_rd_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size * ((g_rd_width + g_wr_width - 1) / g_rd_width)) downto 0"
        }
      ],
      "generic_dpram_dualclock": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clka_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwea_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wea_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aa_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "da_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "qa_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clkb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bweb_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "web_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ab_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "db_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "qb_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        }
      ],
      "generic_dpram_inst_7series": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clka_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwea_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wea_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aa_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "da_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "qa_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clkb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bweb_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "web_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ab_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "db_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "qb_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        }
      ],
      "generic_dpram_sameclock": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwea_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wea_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aa_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "da_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "qa_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "bweb_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "web_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ab_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "db_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "qb_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        }
      ],
      "generic_shiftreg_fifo": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "almost_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_valid_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "generic_spram": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwe_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_i",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        }
      ],
      "lm32_cpu_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_cpu_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_cpu_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_cpu_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_cpu_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_cpu_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_cpu_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_dcache_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_dcache_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_debug_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_debug_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_debug_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_debug_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_decoder_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_icache_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_icache_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_icache_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_icache_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_icache_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_instruction_unit_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_interrupt_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_jtag_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_jtag_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_jtag_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_load_store_unit_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_mc_arithmetic_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[`LM32_INTERRUPT_RNG]"
        },
        {
          "direction": "in",
          "name": "user_result",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "in",
          "name": "user_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "user_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "user_opcode",
          "type": "wire",
          "width": "[`LM32_USER_OPCODE_RNG]"
        },
        {
          "direction": "out",
          "name": "user_operand_0",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "out",
          "name": "user_operand_1",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[`LM32_BYTE_SELECT_RNG]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[`LM32_CTYPE_RNG]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[`LM32_BTYPE_RNG]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[`LM32_WORD_RNG]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[`LM32_BYTE_SELECT_RNG]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[`LM32_CTYPE_RNG]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[`LM32_BTYPE_RNG]"
        }
      ],
      "lm32_top_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_full_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_medium": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_medium_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_medium_icache": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_medium_icache_debug": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_minimal": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "lm32_top_wr_node": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interrupt",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "I_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_DAT_I",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "D_ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "I_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "I_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "I_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "D_DAT_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_ADR_O",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "D_CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_SEL_O",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "D_STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_CTI_O",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "D_LOCK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_BTE_O",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "stall_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "divide_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "modulus_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "operand_0_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "operand_1_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "result_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "divide_by_zero_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_operand_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "load_store_address_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "load_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "store_q_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sign_extend_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "size_x",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "dflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "d_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dcache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "load_data_w",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "stall_wb_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "d_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "d_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "d_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "in",
          "name": "instruction",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_0",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "d_result_sel_1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "x_result_sel_csr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_mc_arith",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_sext",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_add",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_compare",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_result_sel_mul",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_bypass_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_enable_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_0",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "read_enable_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "read_idx_1",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_idx",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "immediate",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "branch_offset",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "store",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "sign_extend",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_op",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic_op",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "direction",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "divide",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "modulus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "branch_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "bi_conditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bi_unconditional",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_taken_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_a",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "address_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "read_enable_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "refill_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "iflush",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_address",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inst",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_x",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "address_m",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "store_byte_select",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "load_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "valid_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "kill_f",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_predict_address_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "branch_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_mispredict_taken_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_target_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "in",
          "name": "i_dat_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "i_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pc_f",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_d",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_x",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_m",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "pc_w",
          "type": "wire",
          "width": "[ ((clogb2(32'h7fffffff-32'h0)-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "icache_stall_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_restart_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refill_request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "icache_refilling",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_dat_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_adr_o",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "i_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_sel_o",
          "type": "wire",
          "width": "[ (4-1):0]"
        },
        {
          "direction": "out",
          "name": "i_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_cti_o",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "i_lock_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_bte_o",
          "type": "wire",
          "width": "[ (2-1):0]"
        },
        {
          "direction": "out",
          "name": "bus_error_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instruction_f",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "instruction_d",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr",
          "type": "wire",
          "width": "[ (4 -1):0]"
        },
        {
          "direction": "in",
          "name": "csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "interrupt_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reg_q",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_reg_addr_q",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_d",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_reg_addr_d",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "break_opcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_write_enable_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csr_x",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_csr_write_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "jtag_csr",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "in",
          "name": "bret_q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dc_re",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wp_match",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_read_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_write_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "jtag_address",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_read_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "jtag_access_complete",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exception_q_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jrx_csr_read_data",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "out",
          "name": "jtag_break",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "non_debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_sel_shift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_pc",
          "type": "wire",
          "width": "[ ((32-2)+2-1):2]"
        },
        {
          "direction": "out",
          "name": "trace_pc_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_exception",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_eid",
          "type": "wire",
          "width": "[ (3-1):0]"
        },
        {
          "direction": "out",
          "name": "trace_eret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trace_bret",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_i_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iram_d_en_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_csr_write_data_i",
          "type": "wire",
          "width": "[ (32-1):0]"
        },
        {
          "direction": "in",
          "name": "dbg_csr_addr_i",
          "type": "wire",
          "width": "[ (5-1):0]"
        },
        {
          "direction": "out",
          "name": "dbg_exception_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_break_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_d_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iram_d_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iram_stall_request_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iram_i_en_o",
          "type": "wire",
          "width": ""
        }
      ],
      "mpsoc_int_gen": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_awaddr",
          "type": "std_logic_vector",
          "width": "48 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_awburst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_awcache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_awid",
          "type": "std_logic_vector",
          "width": "5 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_awlen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_awlock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AXI_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_awsize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_awuser",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_wdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_wlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_wstrb",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_bid",
          "type": "std_logic_vector",
          "width": "5 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AXI_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AXI_bvalid",
          "type": "std_logic",
          "width": ""
        }
      ],
      "pcie_wb": [
        {
          "direction": "in",
          "name": "clk125_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cal_clk50_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcie_refclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcie_rstn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcie_rx_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "pcie_tx_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "master_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_rstn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_rstn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "secded_ecc": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_i",
          "type": "std_logic_vector",
          "width": "g_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwe_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "re_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "done_r_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done_w_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_ram_o",
          "type": "std_logic_vector",
          "width": "g_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "d_ram_i",
          "type": "std_logic_vector",
          "width": "38 downto 0"
        },
        {
          "direction": "out",
          "name": "q_ram_o",
          "type": "std_logic_vector",
          "width": "38 downto 0"
        },
        {
          "direction": "out",
          "name": "we_ram_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "re_ram_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_ram_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lock_req_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lock_grant_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "single_error_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "double_error_p_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "spi_top": [
        {
          "direction": "out",
          "name": "int_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[32-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ss_pad_o",
          "type": "wire",
          "width": "[SPI_SS_NB-1:0]"
        },
        {
          "direction": "out",
          "name": "sclk_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mosi_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "miso_pad_i",
          "type": "wire",
          "width": ""
        }
      ],
      "uart_wb_slave": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_addr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_data_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_data_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_sr_tx_busy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_sr_rx_rdy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_bcr_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "uart_tdr_tx_data_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "uart_tdr_tx_data_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "uart_tdr_tx_data_load_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rdr_rx_data_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "rdr_rack_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "v6_hwfifo_wraper": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_wr_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_almost_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_almost_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wr_count_o",
          "type": "std_logic_vector",
          "width": "f_log2_size(g_size)-1 downto 0"
        }
      ],
      "voter_vec_status": [
        {
          "direction": "in",
          "name": "a",
          "type": "std_logic_vector",
          "width": "g_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "std_logic_vector",
          "width": "g_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "c",
          "type": "std_logic_vector",
          "width": "g_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "res",
          "type": "std_logic_vector",
          "width": "g_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "err",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb16_to_wb32": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb16_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb16_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb32_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb32_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ],
      "wb_axi4lite_bridge": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ARVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AWVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WLAST",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ARADDR",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "AWADDR",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "WDATA",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "WSTRB",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "ARREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AWREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RLAST",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RVALID",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREADY",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BRESP",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "RRESP",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "RDATA",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_adr",
          "type": "std_logic_vector",
          "width": "c_wishbone_address_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_m2s",
          "type": "std_logic_vector",
          "width": "c_wishbone_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_sel",
          "type": "std_logic_vector",
          "width": "c_wishbone_data_width/8-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_cyc",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_we",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_s2m",
          "type": "std_logic_vector",
          "width": "c_wishbone_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_err",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rty",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stall",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_conmax_top": [
        {
          "direction": "in",
          "name": "wb_masters_i",
          "type": "t_conmax_masters_i",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_masters_o",
          "type": "t_conmax_masters_o",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_slaves_i",
          "type": "t_conmax_slaves_i",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_slaves_o",
          "type": "t_conmax_slaves_o",
          "width": ""
        }
      ],
      "wb_i2c_bridge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scl_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sda_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2c_addr_i",
          "type": "std_logic_vector",
          "width": "6 downto 0"
        },
        {
          "direction": "out",
          "name": "tip_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "err_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wdto_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_sel_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "wbm_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wbm_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wbm_adr_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wbm_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_rty_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_err_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_irq_lm32": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dwb_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dwb_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iwb_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iwb_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_slave_o",
          "type": "t_wishbone_slave_out_array",
          "width": "g_msi_queues-1 downto 0"
        },
        {
          "direction": "in",
          "name": "irq_slave_i",
          "type": "t_wishbone_slave_in_array",
          "width": "g_msi_queues-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        }
      ],
      "wb_irq_master": [
        {
          "direction": "out",
          "name": "irq_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        }
      ],
      "wb_irq_timer": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_tai8ns_i",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        }
      ],
      "wb_serial_lcd": [
        {
          "direction": "in",
          "name": "slave_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_rstn_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "di_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "di_scp_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "di_lp_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "di_flm_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "di_dat_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_skidpad2": [
        {
          "direction": "in",
          "name": "stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adr_i",
          "type": "std_logic_vector",
          "width": "g_adrbits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "dat_i",
          "type": "std_logic_vector",
          "width": "g_datbits-1 downto 0"
        },
        {
          "direction": "in",
          "name": "sel_i",
          "type": "std_logic_vector",
          "width": "(g_datbits/8)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stall_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adr_o",
          "type": "std_logic_vector",
          "width": "g_adrbits-1 downto 0"
        },
        {
          "direction": "out",
          "name": "dat_o",
          "type": "std_logic_vector",
          "width": "g_datbits-1 downto 0"
        },
        {
          "direction": "out",
          "name": "sel_o",
          "type": "std_logic_vector",
          "width": "(g_datbits/8)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stall_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wbgen2_dpssram": [
        {
          "direction": "in",
          "name": "clk_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_b_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_a_i",
          "type": "std_logic_vector",
          "width": "g_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "addr_b_i",
          "type": "std_logic_vector",
          "width": "g_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_a_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_b_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_a_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_b_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "bwsel_a_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "bwsel_b_i",
          "type": "std_logic_vector",
          "width": "(g_data_width+7)/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "rd_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_b_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_b_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wbgen2_eic": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wbgen2_fifo_async": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_req_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_data_o",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rd_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_usedw_o",
          "type": "std_logic_vector",
          "width": "g_usedw_size -1 downto 0"
        },
        {
          "direction": "in",
          "name": "wr_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_req_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_data_i",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wr_empty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_usedw_o",
          "type": "std_logic_vector",
          "width": "g_usedw_size -1 downto 0"
        }
      ],
      "xaxi4lite_wb_bridge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi4_master_o",
          "type": "t_axi4_lite_master_out_32",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi4_master_i",
          "type": "t_axi4_lite_master_in_32",
          "width": ""
        }
      ],
      "xwb_async_bridge": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_cs_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_wr_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_rd_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_bs_n_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "cpu_addr_i",
          "type": "std_logic_vector",
          "width": "g_cpu_address_width-1 downto 0"
        },
        {
          "direction": "inout",
          "name": "cpu_data_b",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "cpu_nwait_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        }
      ],
      "xwb_bus_fanout": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in_array",
          "width": "0 to g_num_outputs-1"
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out_array",
          "width": "0 to g_num_outputs-1"
        }
      ],
      "xwb_clock_monitor": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in_i",
          "type": "std_logic_vector",
          "width": "g_num_clocks-1 downto 0"
        },
        {
          "direction": "in",
          "name": "pps_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "xwb_conmax": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in_array",
          "width": "0 to g_num_slaves-1"
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out_array",
          "width": "0 to g_num_slaves-1"
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in_array",
          "width": "0 to g_num_masters-1"
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out_array",
          "width": "0 to g_num_masters-1"
        }
      ],
      "xwb_dpram": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave1_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave1_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave2_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave2_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "xwb_dpram_mixed": [
        {
          "direction": "in",
          "name": "clk_slave1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_slave2_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave1_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave1_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave2_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave2_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "xwb_ds182x_readout": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "onewire_b",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_fine_pulse_gen": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ser_ext_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_trigger_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pulse_o",
          "type": "std_logic_vector",
          "width": "g_num_channels-1 downto 0"
        },
        {
          "direction": "out",
          "name": "clk_par_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "xwb_gpio_port": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "desc_o",
          "type": "t_wishbone_device_descriptor",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "gpio_b",
          "type": "std_logic_vector",
          "width": "g_num_pins-1 downto 0"
        },
        {
          "direction": "out",
          "name": "gpio_out_o",
          "type": "std_logic_vector",
          "width": "g_num_pins-1 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_in_i",
          "type": "std_logic_vector",
          "width": "g_num_pins-1 downto 0"
        },
        {
          "direction": "out",
          "name": "gpio_oen_o",
          "type": "std_logic_vector",
          "width": "g_num_pins-1 downto 0"
        }
      ],
      "xwb_i2c_master": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "desc_o",
          "type": "t_wishbone_device_descriptor",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scl_pad_i",
          "type": "std_logic_vector",
          "width": "g_num_interfaces-1 downto 0"
        },
        {
          "direction": "out",
          "name": "scl_pad_o",
          "type": "std_logic_vector",
          "width": "g_num_interfaces-1 downto 0"
        },
        {
          "direction": "out",
          "name": "scl_padoen_o",
          "type": "std_logic_vector",
          "width": "g_num_interfaces-1 downto 0"
        },
        {
          "direction": "in",
          "name": "sda_pad_i",
          "type": "std_logic_vector",
          "width": "g_num_interfaces-1 downto 0"
        },
        {
          "direction": "out",
          "name": "sda_pad_o",
          "type": "std_logic_vector",
          "width": "g_num_interfaces-1 downto 0"
        },
        {
          "direction": "out",
          "name": "sda_padoen_o",
          "type": "std_logic_vector",
          "width": "g_num_interfaces-1 downto 0"
        }
      ],
      "xwb_indirect": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_wb_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_wb_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ],
      "xwb_lm32_mcs": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "host_wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "host_wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbg_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dbg_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dwb_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dwb_i",
          "type": "t_wishbone_master_in",
          "width": ""
        }
      ],
      "xwb_metadata": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "xwb_onewire_master": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "desc_o",
          "type": "t_wishbone_device_descriptor",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "owr_pwren_o",
          "type": "std_logic_vector",
          "width": "g_num_ports -1 downto 0"
        },
        {
          "direction": "out",
          "name": "owr_en_o",
          "type": "std_logic_vector",
          "width": "g_num_ports -1 downto 0"
        },
        {
          "direction": "in",
          "name": "owr_i",
          "type": "std_logic_vector",
          "width": "g_num_ports -1 downto 0"
        }
      ],
      "xwb_register": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ],
      "xwb_register_link": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ],
      "xwb_remapper": [
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ],
      "xwb_sdb_crossbar": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in_array",
          "width": "g_num_masters-1 downto 0"
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out_array",
          "width": "g_num_masters-1 downto 0"
        },
        {
          "direction": "in",
          "name": "msi_master_i",
          "type": "t_wishbone_master_in_array",
          "width": "g_num_masters-1 downto 0"
        },
        {
          "direction": "out",
          "name": "msi_master_o",
          "type": "t_wishbone_master_out_array",
          "width": "g_num_masters-1 downto 0"
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in_array",
          "width": "g_num_slaves -1 downto 0"
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out_array",
          "width": "g_num_slaves -1 downto 0"
        },
        {
          "direction": "in",
          "name": "msi_slave_i",
          "type": "t_wishbone_slave_in_array",
          "width": "g_num_slaves -1 downto 0"
        },
        {
          "direction": "out",
          "name": "msi_slave_o",
          "type": "t_wishbone_slave_out_array",
          "width": "g_num_slaves -1 downto 0"
        }
      ],
      "xwb_simple_pwm": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwm_o",
          "type": "std_logic_vector",
          "width": "g_num_channels-1 downto 0"
        }
      ],
      "xwb_spi": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "desc_o",
          "type": "t_wishbone_device_descriptor",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_cs_o",
          "type": "std_logic_vector",
          "width": "g_num_slaves-1 downto 0"
        },
        {
          "direction": "out",
          "name": "pad_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pad_miso_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_split": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in_array",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out_array",
          "width": "1 downto 0"
        }
      ],
      "xwb_streamer": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "r_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ],
      "xwb_tics": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "desc_o",
          "type": "t_wishbone_device_descriptor",
          "width": ""
        }
      ],
      "xwb_vic": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irqs_i",
          "type": "std_logic_vector",
          "width": "g_num_interrupts-1 downto 0"
        },
        {
          "direction": "out",
          "name": "irq_master_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_vuart": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "host_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "board_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "board_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "xwb_xc7_fw_update": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_cs_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flash_miso_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_xil_multiboot": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbs_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_cs_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_xilinx_fpga_loader": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "desc_o",
          "type": "t_wishbone_device_descriptor",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xlx_cclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xlx_din_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xlx_program_b_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xlx_init_b_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xlx_done_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xlx_suspend_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xlx_m_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "boot_trig_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "boot_exit_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "boot_en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ]
    },
    "top_modules": [
      "altera_async_fifo",
      "altera_sync_fifo",
      "axi4lite32_axi4full64_bridge",
      "axi4lite_axi4full_bridge",
      "axi4lite_i2c_master",
      "axi_gpio_expander",
      "cheby_dpssram",
      "dec_8b10b_ctrl",
      "dec_8b10b_disp",
      "dec_8b10b_lut",
      "flash_top",
      "gc_arbitrated_mux",
      "gc_argb_led_drv",
      "gc_async_counter_diff",
      "gc_async_signals_input_stage",
      "gc_bicolor_led_ctrl",
      "gc_cic",
      "gc_cic_combs",
      "gc_cic_decimator",
      "gc_cic_integrators",
      "gc_cic_ratio_change_detect",
      "gc_comparator",
      "gc_cordic",
      "gc_cordic_top",
      "gc_crc_gen",
      "gc_dec_8b10b",
      "gc_delay_gen",
      "gc_ds182x_interface",
      "gc_dual_pi_controller",
      "gc_dyn_extend_pulse",
      "gc_dyn_glitch_filt",
      "gc_enc_8b10b",
      "gc_freq_meas",
      "gc_frequency_meter",
      "gc_integer_divide",
      "gc_iq_demodulator",
      "gc_iq_demodulator_shifted",
      "gc_iq_modulator",
      "gc_moving_average",
      "gc_multichannel_frequency_meter",
      "gc_negedge",
      "gc_pi_regulator",
      "gc_pipelined_fir_filter",
      "gc_posedge",
      "gc_reset",
      "gc_reset_multi_aasd",
      "gc_rr_arbiter",
      "gc_scrambler_descrambler",
      "gc_serial_dac",
      "gc_sfp_i2c_adapter",
      "gc_single_reset_gen",
      "gc_soft_ramp_switch",
      "gc_sync_word_rd",
      "gc_word_packer",
      "generic_async_fifo_mixedw",
      "generic_dpram_dualclock",
      "generic_dpram_inst_7series",
      "generic_dpram_sameclock",
      "generic_shiftreg_fifo",
      "generic_spram",
      "lm32_cpu_full_debug",
      "lm32_cpu_medium",
      "lm32_cpu_medium_debug",
      "lm32_cpu_medium_icache",
      "lm32_cpu_medium_icache_debug",
      "lm32_cpu_minimal",
      "lm32_cpu_wr_node",
      "lm32_dcache_full",
      "lm32_dcache_full_debug",
      "lm32_debug_full_debug",
      "lm32_debug_medium_debug",
      "lm32_debug_medium_icache_debug",
      "lm32_debug_wr_node",
      "lm32_decoder_full",
      "lm32_decoder_full_debug",
      "lm32_decoder_medium",
      "lm32_decoder_medium_debug",
      "lm32_decoder_medium_icache",
      "lm32_decoder_medium_icache_debug",
      "lm32_decoder_minimal",
      "lm32_decoder_wr_node",
      "lm32_icache_full",
      "lm32_icache_full_debug",
      "lm32_icache_medium_debug",
      "lm32_icache_medium_icache",
      "lm32_icache_medium_icache_debug",
      "lm32_instruction_unit_full",
      "lm32_instruction_unit_full_debug",
      "lm32_instruction_unit_medium",
      "lm32_instruction_unit_medium_debug",
      "lm32_instruction_unit_medium_icache",
      "lm32_instruction_unit_medium_icache_debug",
      "lm32_instruction_unit_minimal",
      "lm32_instruction_unit_wr_node",
      "lm32_interrupt_full",
      "lm32_interrupt_full_debug",
      "lm32_interrupt_medium",
      "lm32_interrupt_medium_debug",
      "lm32_interrupt_medium_icache",
      "lm32_interrupt_medium_icache_debug",
      "lm32_interrupt_minimal",
      "lm32_interrupt_wr_node",
      "lm32_jtag_full_debug",
      "lm32_jtag_medium_debug",
      "lm32_jtag_medium_icache_debug",
      "lm32_load_store_unit_full",
      "lm32_load_store_unit_full_debug",
      "lm32_load_store_unit_medium",
      "lm32_load_store_unit_medium_debug",
      "lm32_load_store_unit_medium_icache",
      "lm32_load_store_unit_medium_icache_debug",
      "lm32_load_store_unit_minimal",
      "lm32_load_store_unit_wr_node",
      "lm32_mc_arithmetic_full",
      "lm32_mc_arithmetic_full_debug",
      "lm32_mc_arithmetic_medium",
      "lm32_mc_arithmetic_medium_debug",
      "lm32_mc_arithmetic_medium_icache",
      "lm32_mc_arithmetic_medium_icache_debug",
      "lm32_mc_arithmetic_minimal",
      "lm32_mc_arithmetic_wr_node",
      "lm32_top",
      "lm32_top_full",
      "lm32_top_full_debug",
      "lm32_top_medium",
      "lm32_top_medium_debug",
      "lm32_top_medium_icache",
      "lm32_top_medium_icache_debug",
      "lm32_top_minimal",
      "lm32_top_wr_node",
      "mpsoc_int_gen",
      "pcie_wb",
      "secded_ecc",
      "spi_top",
      "uart_wb_slave",
      "v6_hwfifo_wraper",
      "voter_vec_status",
      "wb16_to_wb32",
      "wb_axi4lite_bridge",
      "wb_conmax_top",
      "wb_i2c_bridge",
      "wb_irq_lm32",
      "wb_irq_master",
      "wb_irq_timer",
      "wb_serial_lcd",
      "wb_skidpad2",
      "wbgen2_dpssram",
      "wbgen2_eic",
      "wbgen2_fifo_async",
      "xaxi4lite_wb_bridge",
      "xwb_async_bridge",
      "xwb_bus_fanout",
      "xwb_clock_bridge",
      "xwb_clock_monitor",
      "xwb_conmax",
      "xwb_dpram",
      "xwb_dpram_mixed",
      "xwb_ds182x_readout",
      "xwb_fine_pulse_gen",
      "xwb_gpio_port",
      "xwb_i2c_master",
      "xwb_indirect",
      "xwb_lm32_mcs",
      "xwb_metadata",
      "xwb_onewire_master",
      "xwb_register",
      "xwb_register_link",
      "xwb_remapper",
      "xwb_sdb_crossbar",
      "xwb_simple_pwm",
      "xwb_spi",
      "xwb_split",
      "xwb_streamer",
      "xwb_tics",
      "xwb_vic",
      "xwb_vuart",
      "xwb_xc7_fw_update",
      "xwb_xil_multiboot",
      "xwb_xilinx_fpga_loader"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_axi_lite_slave",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements an AXI-Lite Slave Interface, which can be used to access registers and memory. On the user-side it provides a simple read/write/address/data interface.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite",
      "olo",
      "open",
      "slave"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_axi_pkg_protocol",
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_axi_lite_slave": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AxiLite_ArAddr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AxiLite_ArValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AxiLite_ArReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AxiLite_AwAddr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AxiLite_AwValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AxiLite_AwReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AxiLite_WData",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AxiLite_WStrb",
          "type": "std_logic_vector",
          "width": "(AxiDataWidth_g/8) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AxiLite_WValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AxiLite_WReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AxiLite_BResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AxiLite_BValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AxiLite_BReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AxiLite_RData",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AxiLite_RResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_AxiLite_RValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AxiLite_RReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rb_Addr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Rb_Wr",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rb_ByteEna",
          "type": "std_logic_vector",
          "width": "(AxiDataWidth_g/8) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Rb_WrData",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Rb_Rd",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rb_RdData",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Rb_RdValid",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_axi_master_full",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a full AXI master. In contrast to olo_axi_master_simple, this entity can do unaligned transfers and it supports different width for the AXI interface than for the data interface.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "full",
      "master",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_axi_pkg_protocol",
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_axi_master_full": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CmdWr_Addr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "CmdWr_Size",
          "type": "std_logic_vector",
          "width": "UserTransactionSizeBits_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "CmdWr_LowLat",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CmdWr_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CmdWr_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CmdRd_Addr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "CmdRd_Size",
          "type": "std_logic_vector",
          "width": "UserTransactionSizeBits_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "CmdRd_LowLat",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CmdRd_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CmdRd_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Wr_Data",
          "type": "std_logic_vector",
          "width": "UserDataWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Wr_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Wr_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rd_Data",
          "type": "std_logic_vector",
          "width": "UserDataWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Rd_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rd_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rd_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Wr_Done",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Wr_Error",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rd_Done",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rd_Error",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_AwAddr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_AwLen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_AwSize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_AwBurst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_AwLock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_AwCache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_AwProt",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_AwValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_Axi_AwReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_WData",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_WStrb",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g / 8 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_WLast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_WValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_Axi_WReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_Axi_BResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_Axi_BValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_BReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_ArAddr",
          "type": "std_logic_vector",
          "width": "AxiAddrWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_ArLen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_ArSize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_ArBurst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_ArLock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_ArCache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_ArProt",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_Axi_ArValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_Axi_ArReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_Axi_RData",
          "type": "std_logic_vector",
          "width": "AxiDataWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_Axi_RResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_Axi_RLast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_Axi_RValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_Axi_RReady",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_axi_master_simple",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple AXI master. Simple means: It does not support any unaligned reads/writes and it does not do any width conversions.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "master",
      "olo",
      "open",
      "simple"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_axi_pkg_protocol",
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_axi_pl_stage",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements multiple pipeline stages for an axi4 interface.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "olo",
      "open",
      "pl"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ],
    "top_ports": {
      "olo_axi_pl_stage": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AwId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwAddr",
          "type": "std_logic_vector",
          "width": "AddrWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AwReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AwLen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwSize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwBurst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwLock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AwCache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwProt",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwQos",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_AwRegion",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "S_WData",
          "type": "std_logic_vector",
          "width": "DataWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_WStrb",
          "type": "std_logic_vector",
          "width": "DataWidth_g / 8 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_WValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_WReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_WLast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_WUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_BId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_BResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_BValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_BReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_BUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArAddr",
          "type": "std_logic_vector",
          "width": "AddrWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_ArReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_ArLen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArSize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArBurst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArLock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_ArCache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArProt",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArQos",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "S_ArRegion",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "S_RId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_RData",
          "type": "std_logic_vector",
          "width": "DataWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_RValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_RReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_RResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "S_RLast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_RUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwAddr",
          "type": "std_logic_vector",
          "width": "AddrWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AwReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AwLen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwSize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwBurst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwLock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AwCache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwProt",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwQos",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_AwRegion",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_WData",
          "type": "std_logic_vector",
          "width": "DataWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_WStrb",
          "type": "std_logic_vector",
          "width": "DataWidth_g / 8 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_WValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_WReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_WLast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_WUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_BId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_BResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_BValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_BReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_BUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArAddr",
          "type": "std_logic_vector",
          "width": "AddrWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_ArReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_ArLen",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArSize",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArBurst",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArLock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_ArCache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArProt",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArQos",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "M_ArRegion",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "M_RId",
          "type": "std_logic_vector",
          "width": "IdWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_RData",
          "type": "std_logic_vector",
          "width": "DataWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_RValid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_RReady",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_RResp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "M_RLast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_RUser",
          "type": "std_logic_vector",
          "width": "UserWidth_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_arb_prio",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements an efficient priority arbiter. The highest index of the input has priority.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "arb",
      "arbiter",
      "arbitration",
      "olo",
      "open",
      "prio"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_arb_rr",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements an efficient round-robin arbiter.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "arb",
      "arbiter",
      "arbitration",
      "olo",
      "open",
      "rr"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_arb_wrr",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements an efficient weighted round-robin arbiter.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "arb",
      "arbiter",
      "arbitration",
      "olo",
      "open",
      "wrr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_base_arb_wrr": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Weights",
          "type": "std_logic_vector",
          "width": "WeightWidth_g*GrantWidth_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Req",
          "type": "std_logic_vector",
          "width": "GrantWidth_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Grant",
          "type": "std_logic_vector",
          "width": "GrantWidth_g-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cam",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This components implements a content addressable memory.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "addressable",
      "cam",
      "content",
      "memory",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_cam": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rd_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rd_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rd_Content",
          "type": "std_logic_vector",
          "width": "ContentWidth_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Wr_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Wr_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Wr_Content",
          "type": "std_logic_vector",
          "width": "ContentWidth_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Wr_Addr",
          "type": "std_logic_vector",
          "width": "log2ceil(Addresses_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Wr_Write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Wr_Clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Wr_ClearAll",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Match_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Match_Match",
          "type": "std_logic_vector",
          "width": "Addresses_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Addr_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Addr_Found",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Addr_Addr",
          "type": "std_logic_vector",
          "width": "log2ceil(Addresses_g)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_bits",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Synchronizes parallel data bits across independent clock domains using configurable synchronization stages.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "bits",
      "cc",
      "clock",
      "crossing",
      "olo",
      "open"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_handshake",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic clock crossing that allows passing of data with the commonly used Valid/Ready handshake. The clock crossing is not meant to achieve high-performance but to be simple and safe.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "handshake",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ],
    "top_ports": {
      "olo_base_cc_handshake": [
        {
          "direction": "in",
          "name": "In_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_n2xn",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a clock crossing between two synchronous clocks where the input clock period is an integer multiple of the output clock period (output clock frequency is an integer multiple of the input clock frequency).",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "n2xn",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ],
    "top_ports": {
      "olo_base_cc_n2xn": [
        {
          "direction": "in",
          "name": "In_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Out_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_pulse",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic clock crossing that allows passing pulses from one clock domain to another. The pulse frequency must be significantly lower than then slower clock speed.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "olo",
      "open",
      "pulse"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_reset",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic clock crossing that allows to clock-cross resets. It does assert reset on the other clock domain immediately and de-asserts the reset synchronously to the corresponding clock.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "olo",
      "open",
      "reset"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_simple",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic clock crossing that allows passing single samples of data from one clock domain to another. It only works if sample rates are significantly lower than the clock speed of both domains.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "olo",
      "open",
      "simple"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_status",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Synchronizes status signals and reset signals across two independent clock domains with configurable synchronization stages.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "olo",
      "open",
      "status"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ],
    "top_ports": {
      "olo_base_cc_status": [
        {
          "direction": "in",
          "name": "In_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Out_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_cc_xn2n",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a clock crossing between two synchronous clocks where the output clock period is an integer multiple of the input clock period (input clock frequency is an integer multiple of the output clock frequency).",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "olo",
      "open",
      "xn2n"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ],
    "top_ports": {
      "olo_base_cc_xn2n": [
        {
          "direction": "in",
          "name": "In_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Out_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_RstIn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_crc",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Description: A CRC generator based on a linear-feedback shifter register. Can be used to generate CRCs to add on TX side or to calculate CRCs to compare to received CRC on RX side.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "check",
      "crc",
      "cyclic",
      "olo",
      "open",
      "redundancy"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_crc_append",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Description: Append a CRC to AXI4-Stream packets.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "append",
      "check",
      "crc",
      "cyclic",
      "olo",
      "open",
      "redundancy"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_crc_append": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "DataWidth_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "DataWidth_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Last",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_crc_check",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Description: Check the CRC appended to AXI4-Stream packets and drop packets with errors.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "check",
      "crc",
      "cyclic",
      "olo",
      "open",
      "redundancy"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_crc_check": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "DataWidth_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "DataWidth_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_CrcErr",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_decode_firstbit",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a pipelined first bit decoder. It finds out which is the lowest index of a bit set in the input vecotr.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "decode",
      "firstbit",
      "olo",
      "open"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_delay",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a delay element. It is either emplemented in BRAM or SRL. The output is always a fabric register for improved timing.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "delay",
      "olo",
      "open"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_delay_cfg",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a delay element. It is either implemented in BRAM & SRL. The output is always a fabric register for improved timing. The delay is settable by a input and not fixed as the olo_base_delay.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cfg",
      "delay",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_delay_cfg": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Delay",
          "type": "std_logic_vector",
          "width": "log2ceil(MaxDelay_g+1)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "(Width_g - 1) downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_dyn_sft",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a dynamic shift implemented in multiple stages in order to achieve good timing.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "dyn",
      "olo",
      "open",
      "sft",
      "shift",
      "shifter"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_fifo_async",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic asynchronous FIFO. The clocks can be fully asynchronous (unrelated). It  has optional level- and almost-full/empty ports.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "async",
      "asynchronous",
      "buffer",
      "fifo",
      "olo",
      "open",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_fifo_async": [
        {
          "direction": "in",
          "name": "In_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Empty",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_AlmFull",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_AlmEmpty",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Level",
          "type": "std_logic_vector",
          "width": "log2ceil(Depth_g+1)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Out_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Empty",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_AlmFull",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_AlmEmpty",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Level",
          "type": "std_logic_vector",
          "width": "log2ceil(Depth_g+1)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_fifo_packet",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a synchronous packet FIFO. In contrast to a normal FIFO, it allows",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "buffer",
      "fifo",
      "olo",
      "open",
      "packet",
      "queue"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_fifo_sync",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic synchronous FIFO. It  has optional level- and almost-full/empty ports.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "buffer",
      "fifo",
      "olo",
      "open",
      "queue",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_flowctrl_handler",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Implements full flow-control handling (including Ready/backpressure) for processing entities that do not support flow-control natively.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "flowctrl",
      "handler",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_flowctrl_handler": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "InWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "OutWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToProc_Data",
          "type": "std_logic_vector",
          "width": "InWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "ToProc_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromProc_Data",
          "type": "std_logic_vector",
          "width": "OutWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "FromProc_Valid",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_latency_comp",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This module implements a latency compensation for signals that bypass some processing logic.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "comp",
      "latency",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_latency_comp": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Err_Overrun",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Err_Underrun",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_pl_stage",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a pipelinestage with handshaking (AXI-S Ready/Valild). The pipeline stage ensures all signals are registered in both directions (including Ready).",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "olo",
      "open",
      "pl"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_prbs",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "Description: A generic pseudo random binary sequence based on a linear-feedback shifter register.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "olo",
      "open",
      "prbs"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_base_prbs": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "BitsPerSymbol_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "State_Current",
          "type": "std_logic_vector",
          "width": "Polynomial_g'length-1 downto 0"
        },
        {
          "direction": "in",
          "name": "State_New",
          "type": "std_logic_vector",
          "width": "Polynomial_g'length-1 downto 0"
        },
        {
          "direction": "in",
          "name": "State_Set",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_ram_sdp",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a pure VHDL and vendor indpendent simple dual port RAM with optional byte enables.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "access",
      "memory",
      "olo",
      "open",
      "ram",
      "random",
      "sdp"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_ram_sp",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a pure VHDL and vendor indpendent true single-port RAM with optional byte-enables.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "access",
      "memory",
      "olo",
      "open",
      "ram",
      "random",
      "sp"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_ram_sp": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Addr",
          "type": "std_logic_vector",
          "width": "log2ceil(Depth_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Be",
          "type": "std_logic_vector",
          "width": "Width_g / 8 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "WrEna",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WrData",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "RdData",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_ram_tdp",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a pure VHDL and vendor indpendent true dual port RAM with optional byte enables.",
    "license": "",
    "language": "vhdl-2008-relaxed",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "access",
      "memory",
      "olo",
      "open",
      "ram",
      "random",
      "tdp"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_ram_tdp": [
        {
          "direction": "in",
          "name": "A_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_Addr",
          "type": "std_logic_vector",
          "width": "log2ceil(Depth_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "A_Be",
          "type": "std_logic_vector",
          "width": "Width_g / 8 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "A_WrEna",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_WrData",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "A_RdData",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "B_Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B_Addr",
          "type": "std_logic_vector",
          "width": "log2ceil(Depth_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "B_Be",
          "type": "std_logic_vector",
          "width": "Width_g / 8 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "B_WrEna",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B_WrData",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "B_RdData",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_rate_limit",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This component limits the rate of AXI4-Stream style handshaked interfaces to a specified maximum data rate. It can be used to avoid overloading downstream components.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "limit",
      "olo",
      "open",
      "rate"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_base_rate_limit": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cfg_Period",
          "type": "std_logic_vector",
          "width": "log2ceil(Period_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Cfg_MaxSamples",
          "type": "std_logic_vector",
          "width": "log2ceil(MaxSamples_g)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_reset_gen",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a reset generator. It generates a pulse of the specified duration after FPGA configuration. The reset output is High-Active according to the Open-Logic definitions.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "gen",
      "olo",
      "open",
      "reset"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_base_reset_gen": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RstOut",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RstIn",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_strobe_div",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic strobe divider. It forwards only every Nth single cycle pulse to the output.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "div",
      "divider",
      "olo",
      "open",
      "strobe"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_base_strobe_div": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Ratio",
          "type": "std_logic_vector",
          "width": "log2ceil(MaxRatio_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_strobe_gen",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic strobe generator. It produces pulses with a duration of one clock cycle at a given frequency.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "gen",
      "olo",
      "open",
      "strobe"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_tdm_mux",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a very basic mux for Time Division Multiplxed data input",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "multiplexer",
      "mux",
      "olo",
      "open",
      "tdm"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_base_tdm_mux": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_ChSel",
          "type": "std_logic_vector",
          "width": "log2ceil(Channels_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "Width_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Last",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_wconv_n2m",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple data-width conversion between arbitrary input and output widths.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "converter",
      "n2m",
      "olo",
      "open",
      "wconv",
      "width"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_base_wconv_n2m": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "InWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Be",
          "type": "std_logic_vector",
          "width": "InWidth_g / 8 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Out_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "OutWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Be",
          "type": "std_logic_vector",
          "width": "OutWidth_g / 8 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Last",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_wconv_n2xn",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple data-width conversion. The output width must be an integer multiple of the input width (Wo = n*Wi).",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "converter",
      "n2xn",
      "olo",
      "open",
      "wconv",
      "width"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_base_wconv_xn2n",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple data-width conversion. The input width must be an integer multiple of the output width (Wi = n*Wo)",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "converter",
      "olo",
      "open",
      "wconv",
      "width",
      "xn2n"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_abs",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_abs function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "abs",
      "fix",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_abs": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_add",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_add function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "add",
      "fix",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_add": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_B",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(BFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_addsub",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_addsub function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "addsub",
      "fix",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_addsub": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_B",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(BFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Add",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_bin_div",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a binary division of two fixed-point numbers using a non-restoring division algorithm.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "bin",
      "div",
      "divider",
      "fix",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_bin_div": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Num",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(NumFmt_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Denom",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(DenomFmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Quot",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutFmt_g)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_cic_dec_par_tdm",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a CIC decimator. It supports one or multiple channels. On the input side the channels are received in parallel (allowing one sample per cycle for every channel).",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cic",
      "dec",
      "decoder",
      "fix",
      "olo",
      "open",
      "par",
      "tdm"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_cic_dec_par_tdm": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cfg_Ratio",
          "type": "std_logic_vector",
          "width": "log2ceil(Ratio_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "Cfg_Shift",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Cfg_GainCorr",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromStringTolerant(GainCorrCoefFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InFmt_g)*Channels_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutFmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Last",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_cic_dec_tdm",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a CIC decimator. It supports one or multiple channels (time-division-multiplexed). The decimation ratio can either be configurable or fixed.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cic",
      "dec",
      "decoder",
      "fix",
      "olo",
      "open",
      "tdm"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_cic_dec_tdm": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cfg_Ratio",
          "type": "std_logic_vector",
          "width": "log2ceil(Ratio_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Cfg_Shift",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Cfg_GainCorr",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromStringTolerant(GainCorrCoefFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Last",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Data",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Last",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_compare",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_compare function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "compare",
      "fix",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_compare": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_B",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(BFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_cordic_rot",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a rotating CORDIC algorithm in either pipelined or serial mode.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cordic",
      "fix",
      "olo",
      "open",
      "rot"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_cordic_rot": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Mag",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InMagFmt_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Ang",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InAngFmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_I",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutFmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Q",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutFmt_g)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_cordic_vect",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a vectoring CORDIC algorithm in either pipelined or serial mode.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "cordic",
      "fix",
      "olo",
      "open",
      "vect"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_cordic_vect": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "In_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_I",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InFmt_g)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_Q",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InFmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Mag",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutMagFmt_g)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Ang",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(OutAngFmt_g)-1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_from_real",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_from_real function as entity. it does NOT include pipeline stages because real numbers are only used for synthesis/simuation. They do not exist in the hardware.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "olo",
      "open",
      "real"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_from_real": [
        {
          "direction": "out",
          "name": "Out_Value",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_limit",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_limit function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "limit",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_limit": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Data",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(InFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_LimLo",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(LimLoFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_LimHi",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(LimHiFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_mult",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_mult function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "mult",
      "olo",
      "open"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_neg",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_neg function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "neg",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_neg": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_resize",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_resize function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "olo",
      "open",
      "resize"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_round",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_round function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "olo",
      "open",
      "round"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_saturate",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_saturate function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "olo",
      "open",
      "saturate"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_sub",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_sub function as entity. Includes pipeline stages and allows usage from Verilog.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_sub": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "In_B",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(BFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Out_Result",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(ResultFmt_g) - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_fix_to_real",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements the cl_fix_to_real function as entity. it does NOT include pipeline stages because real numbers are only used for synthesis/simuation. They do not exist in the hardware.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "fix",
      "olo",
      "open",
      "real"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_math",
      "olo_base_pkg_string",
      "olo_fix_pkg"
    ],
    "top_ports": {
      "olo_fix_to_real": [
        {
          "direction": "in",
          "name": "In_A",
          "type": "std_logic_vector",
          "width": "fixFmtWidthFromString(AFmt_g) - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Out_Value",
          "type": "real",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_clk_meas",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity measures the frequency of a clock under the assumption that the frequency of the main-clock (Clk) is exactly correct.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "clk",
      "clock",
      "interface",
      "intf",
      "meas",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_intf_clk_meas": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ClkTest",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Freq_Hz",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "Freq_Valid",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_debounce",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a debouncer for button and switch inputs. It contains a double stage synchronizer to synchronize those inputs to the clock.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "debounce",
      "interface",
      "intf",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_intf_debounce": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DataAsync",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "DataOut",
          "type": "std_logic_vector",
          "width": "Width_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_i2c_master",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple I2C-master (multi master capable)",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "circuit",
      "i2c",
      "inter-integrated",
      "interface",
      "intf",
      "master",
      "olo",
      "open"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_intf_i2c_master_pkg"
    ],
    "top_ports": {
      "olo_intf_i2c_master": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Cmd_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cmd_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cmd_Command",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "Cmd_Data",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Cmd_Ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cmd_ClkDiv",
          "type": "std_logic_vector",
          "width": "ClkDivBits_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Resp_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_Command",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "Resp_Data",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "Resp_Ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_ArbLost",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_SeqErr",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Status_BusBusy",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Status_CmdTo",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "I2c_Scl",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "I2c_Sda",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I2c_Scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I2c_Scl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I2c_Scl_t",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I2c_Sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I2c_Sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I2c_Sda_t",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_spi_master",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple SPI-master",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "interface",
      "intf",
      "master",
      "olo",
      "open",
      "peripheral",
      "serial",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_intf_spi_master": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cmd_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Cmd_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Cmd_Slave",
          "type": "std_logic_vector",
          "width": "log2ceil(SlaveCnt_g) - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Cmd_Data",
          "type": "std_logic_vector",
          "width": "MaxTransWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Cmd_TransWidth",
          "type": "std_logic_vector",
          "width": "log2ceil(MaxTransWidth_g+1)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Resp_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_Data",
          "type": "std_logic_vector",
          "width": "MaxTransWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Spi_Sclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Spi_Mosi",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Spi_Miso",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Spi_Cs_n",
          "type": "std_logic_vector",
          "width": "SlaveCnt_g - 1 downto 0"
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_spi_slave",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple SPI-slave",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "interface",
      "intf",
      "olo",
      "open",
      "peripheral",
      "serial",
      "slave",
      "spi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math"
    ],
    "top_ports": {
      "olo_intf_spi_slave": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_Data",
          "type": "std_logic_vector",
          "width": "TransWidth_g - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "Tx_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Tx_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_Data",
          "type": "std_logic_vector",
          "width": "TransWidth_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Resp_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_Sent",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_Aborted",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Resp_CleanEnd",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Spi_Sclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Spi_Mosi",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Spi_Cs_n",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Spi_Miso",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Spi_Miso_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Spi_Miso_t",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_sync",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This is a simple double-stage synchronizer for synchronizing external signals to the internal system clock.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "interface",
      "intf",
      "olo",
      "open",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_attribute"
    ]
  },
  {
    "namespace": "open-logic",
    "name": "olo_intf_uart",
    "latest": "4.4.1",
    "versions": [
      "4.4.1"
    ],
    "description": "This entity implements a simple UART.",
    "license": "",
    "language": "vhdl-2008",
    "library": "olo",
    "source_url": "https://github.com/open-logic/open-logic.git",
    "tags": [
      "asynchronous",
      "interface",
      "intf",
      "olo",
      "open",
      "receiver",
      "serial",
      "transmitter",
      "uart",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-03-10T06:51:30+01:00",
    "desc_source": "header",
    "external_uses": [
      {
        "library": "work",
        "package": "en_cl_fix_pkg"
      },
      {
        "library": "work",
        "package": "en_cl_fix_private_pkg"
      }
    ],
    "provides_packages": [
      "olo_base_pkg_array",
      "olo_base_pkg_attribute",
      "olo_base_pkg_logic",
      "olo_base_pkg_math",
      "olo_base_pkg_string"
    ],
    "top_ports": {
      "olo_intf_uart": [
        {
          "direction": "in",
          "name": "Clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Tx_Ready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_Data",
          "type": "std_logic_vector",
          "width": "DataBits_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Rx_Valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_Data",
          "type": "std_logic_vector",
          "width": "DataBits_g - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "Rx_ParityError",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Uart_Tx",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Uart_Rx",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "opencores",
    "name": "1000base-x",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "1000BASE-X physical coding sublayer (PCS) implementing IEEE 802.3 8b/10b encoding and synchronization for SFP-attached 1G optical transceivers.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/1000base-x.git",
    "tags": [
      "1000basex",
      "8b10b",
      "decoder",
      "encoder",
      "management",
      "output",
      "receive",
      "receiver",
      "synchronizer",
      "synchronous",
      "transmit",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2012-02-22T23:59:47+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "ge_1000baseX_test": [
        {
          "direction": "in",
          "name": "reset_pin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "GE_125MHz_ref_ckpin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tbi_rx_ckpin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tbi_rxd",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "tbi_txd",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "gmii_rxd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "gmii_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_col",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_txd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "gmii_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "loop_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prbs_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal_detect",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mdio_ckpin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "ge_1000baseX_test"
    ]
  },
  {
    "namespace": "opencores",
    "name": "6809_6309_compatible_core",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Motorola 6809 / Hitachi 6309 8/16-bit hybrid processor compatible with both ISAs, 16-bit address space, dual accumulator.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/6809_6309_compatible_core.git",
    "tags": [
      "alu",
      "calc",
      "cpu",
      "decode",
      "ea",
      "mc6809",
      "op",
      "processor"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2014-07-07T03:57:00+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "MC6809_cpu": [
        {
          "direction": "in",
          "name": "cpu_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_nmi_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_irq_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_firq_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cpu_state_o",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "cpu_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cpu_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cpu_addr_o",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "cpu_data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cpu_data_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "debug_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_data_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "will",
          "type": "wire",
          "width": ""
        }
      ],
      "alu16": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "alu8": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "arith16": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "arith8": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "decode_ea": [
        {
          "direction": "in",
          "name": "cpu_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "opcode",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "postbyte0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "page2_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "page3_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "path_left_addr_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_right_addr_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dest_reg_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_left_addr_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_right_addr_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dest_reg_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "write_dest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "source_size",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result_size",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mode",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "optype",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "use_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eapostbyte",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "noofs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ofs8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ofs16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_post",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isind",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_opcode",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "dec_alu_right_path_mod",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "dest_flags",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cond_taken",
          "type": "wire",
          "width": ""
        }
      ],
      "decode_op": [
        {
          "direction": "in",
          "name": "cpu_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "opcode",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "postbyte0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "page2_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "page3_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "path_left_addr_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_right_addr_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dest_reg_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_left_addr_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_right_addr_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dest_reg_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "write_dest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "source_size",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result_size",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mode",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "optype",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "use_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eapostbyte",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "noofs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ofs8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ofs16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_post",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isind",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_opcode",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "dec_alu_right_path_mod",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "dest_flags",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cond_taken",
          "type": "wire",
          "width": ""
        }
      ],
      "decode_regs": [
        {
          "direction": "in",
          "name": "cpu_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "opcode",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "postbyte0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "page2_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "page3_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "path_left_addr_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_right_addr_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dest_reg_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_left_addr_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "path_right_addr_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dest_reg_lo",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "write_dest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "source_size",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result_size",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mode",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "optype",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "use_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eapostbyte",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "noofs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ofs8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ofs16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_post",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isind",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_opcode",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "dec_alu_right_path_mod",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "dest_flags",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "cond_taken",
          "type": "wire",
          "width": ""
        }
      ],
      "logic8": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "mul8x8": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "regblock": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "path_left_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "path_right_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "write_reg_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "exg_dest_r",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "eapostbyte",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "offset16",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "write_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_post",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_pc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_tfr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_exg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inc_pc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inc_su",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dec_su",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "use_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_w",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "new_pc",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR_in",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "write_flags",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CCR_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "path_left_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "path_right_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "eamem_addr_o",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "reg_pc",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "reg_dp",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "reg_su",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "acca",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "accb",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "ix",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "iy",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "s",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "u",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg_post_o",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "shift8": [
        {
          "direction": "in",
          "name": "clk_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CCR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "opcode_in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sz_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CCRo",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "carry_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "half_c_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_c_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_mul_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    },
    "top_modules": [
      "MC6809_cpu",
      "alu16",
      "alu8",
      "arith16",
      "arith8",
      "decode_ea",
      "decode_op",
      "decode_regs",
      "logic8",
      "mul8x8",
      "regblock",
      "shift8"
    ]
  },
  {
    "namespace": "opencores",
    "name": "8051",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Intel 8051 / 8052-compatible 8-bit microcontroller with peripheral ecosystem (UART, timers, I2C, SPI) and Wishbone host bus support.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/8051.git",
    "tags": [
      "access",
      "accumulator",
      "asynchronous",
      "decoder",
      "iinterface",
      "interface",
      "multiply",
      "receiver",
      "register",
      "transmitter",
      "universal",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2003-07-15T09:38:49+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "oc8051_top": [
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "p0_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "p1_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "p2_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "p3_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "rxd_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txd_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t2ex_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scanb_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scanb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scanb_si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scanb_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scanb_en",
          "type": "wire",
          "width": ""
        }
      ],
      "rom0": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom1": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom10": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom100": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom101": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom102": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom103": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom104": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom105": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom106": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom107": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom108": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom109": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom11": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom110": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom111": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom112": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom113": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom114": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom115": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom116": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom117": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom118": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom119": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom12": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom120": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom121": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom122": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom123": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom124": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom125": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom126": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom127": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom13": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom14": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom15": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom16": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom17": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom18": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom19": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom2": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom20": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom21": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom22": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom23": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom24": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom25": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom26": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom27": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom28": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom29": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom3": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom30": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom31": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom32": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom33": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom34": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom35": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom36": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom37": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom38": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom39": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom4": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom40": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom41": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom42": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom43": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom44": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom45": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom46": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom47": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom48": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom49": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom5": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom50": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom51": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom52": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom53": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom54": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom55": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom56": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom57": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom58": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom59": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom6": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom60": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom61": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom62": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom63": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom64": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom65": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom66": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom67": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom68": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom69": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom7": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom70": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom71": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom72": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom73": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom74": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom75": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom76": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom77": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom78": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom79": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom8": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom80": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom81": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom82": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom83": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom84": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom85": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom86": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom87": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom88": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom89": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom9": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom90": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom91": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom92": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom93": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom94": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom95": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom96": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom97": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom98": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "rom99": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ea_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    },
    "top_modules": [
      "oc8051_top",
      "rom0",
      "rom1",
      "rom10",
      "rom100",
      "rom101",
      "rom102",
      "rom103",
      "rom104",
      "rom105",
      "rom106",
      "rom107",
      "rom108",
      "rom109",
      "rom11",
      "rom110",
      "rom111",
      "rom112",
      "rom113",
      "rom114",
      "rom115",
      "rom116",
      "rom117",
      "rom118",
      "rom119",
      "rom12",
      "rom120",
      "rom121",
      "rom122",
      "rom123",
      "rom124",
      "rom125",
      "rom126",
      "rom127",
      "rom13",
      "rom14",
      "rom15",
      "rom16",
      "rom17",
      "rom18",
      "rom19",
      "rom2",
      "rom20",
      "rom21",
      "rom22",
      "rom23",
      "rom24",
      "rom25",
      "rom26",
      "rom27",
      "rom28",
      "rom29",
      "rom3",
      "rom30",
      "rom31",
      "rom32",
      "rom33",
      "rom34",
      "rom35",
      "rom36",
      "rom37",
      "rom38",
      "rom39",
      "rom4",
      "rom40",
      "rom41",
      "rom42",
      "rom43",
      "rom44",
      "rom45",
      "rom46",
      "rom47",
      "rom48",
      "rom49",
      "rom5",
      "rom50",
      "rom51",
      "rom52",
      "rom53",
      "rom54",
      "rom55",
      "rom56",
      "rom57",
      "rom58",
      "rom59",
      "rom6",
      "rom60",
      "rom61",
      "rom62",
      "rom63",
      "rom64",
      "rom65",
      "rom66",
      "rom67",
      "rom68",
      "rom69",
      "rom7",
      "rom70",
      "rom71",
      "rom72",
      "rom73",
      "rom74",
      "rom75",
      "rom76",
      "rom77",
      "rom78",
      "rom79",
      "rom8",
      "rom80",
      "rom81",
      "rom82",
      "rom83",
      "rom84",
      "rom85",
      "rom86",
      "rom87",
      "rom88",
      "rom89",
      "rom9",
      "rom90",
      "rom91",
      "rom92",
      "rom93",
      "rom94",
      "rom95",
      "rom96",
      "rom97",
      "rom98",
      "rom99"
    ]
  },
  {
    "namespace": "opencores",
    "name": "8bit_vedic_multiplier",
    "latest": "3cd5ea40cadd",
    "versions": [
      "3cd5ea40cadd",
      "HEAD"
    ],
    "description": "Multiplies two 8-bit unsigned integers to produce a 16-bit product.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/8bit_vedic_multiplier.git",
    "tags": [
      "12bit",
      "4bit",
      "6bit",
      "8bit",
      "adder",
      "full",
      "half",
      "ripple"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:06+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "vedic8x8": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "prod",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    },
    "top_modules": [
      "vedic8x8"
    ]
  },
  {
    "namespace": "opencores",
    "name": "Aquarius",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "SuperH SH-2-compatible 32-bit RISC processor implementing the SH-2 ISA with 5-stage pipeline and 16-bit instruction encoding.",
    "license": "GPL-2.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/Aquarius.git",
    "tags": [
      "asynchronous",
      "clock",
      "fifo4",
      "gate",
      "memory",
      "only",
      "processor",
      "read",
      "receiver",
      "serial",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2003-12-10T16:39:23+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "rom": [
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "ADR",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "DATI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DATO",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "test": [
        {
          "direction": "in",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signals",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Pattern",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "rom",
      "test"
    ]
  },
  {
    "namespace": "opencores",
    "name": "adv_debug_sys",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Advanced debug system providing JTAG-based memory and CPU access for OpenRISC and other Wishbone-based processors. Includes JTAG TAP, debug interface, and Wishbone bridge.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/adv_debug_sys.git",
    "tags": [
      "access",
      "action",
      "altera",
      "behavioral",
      "internal",
      "memory",
      "onchip",
      "processor",
      "random",
      "register",
      "virtual",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2012-01-21T03:12:32+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "altera_mf",
        "package": "all"
      }
    ],
    "top_ports": {
      "BiDirectionalCell": [
        {
          "direction": "in",
          "name": "FromCore",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromPreviousBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CaptureDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ShiftDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UpdateDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "TCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromOutputEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToNextBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BiDirPin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToCore",
          "type": "wire",
          "width": ""
        }
      ],
      "ControlCell": [
        {
          "direction": "out",
          "name": "Control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OutputControl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromPreviousBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CaptureDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ShiftDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UpdateDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "TCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToNextBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToOutputEnable",
          "type": "wire",
          "width": ""
        }
      ],
      "InputCell": [
        {
          "direction": "in",
          "name": "Cell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "InputPin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromPreviousBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CaptureDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ShiftDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "TCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToNextBSCell",
          "type": "wire",
          "width": ""
        }
      ],
      "OutputCell": [
        {
          "direction": "out",
          "name": "Cell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromCore",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromPreviousBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CaptureDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ShiftDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UpdateDR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "TCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FromOutputEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ToNextBSCell",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TristatedPin",
          "type": "wire",
          "width": ""
        }
      ],
      "actel_ujtag": [
        {
          "direction": "in",
          "name": "debug_tdo_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tck_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdi_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "test_logic_reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "run_test_idle_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pause_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_select_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tck_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tms_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tdi_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdo_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trstb_pad_i",
          "type": "wire",
          "width": ""
        }
      ],
      "altera_virtual_jtag": [
        {
          "direction": "out",
          "name": "tck_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_tdo_i",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdi_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "test_logic_reset_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "run_test_idle_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pause_dr_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr_o",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_select_o",
          "type": "STD_LOGIC",
          "width": ""
        }
      ],
      "dbg_comm": [
        {
          "direction": "out",
          "name": "SYS_CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SYS_RSTN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TMS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TRST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TDI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "P_TDO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "file",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "active",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        }
      ],
      "dbg_comm_vpi": [
        {
          "direction": "out",
          "name": "SYS_CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SYS_RSTN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TMS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TRST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "P_TDI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "P_TDO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bit",
          "type": "wire",
          "width": ""
        }
      ],
      "xilinx_internal_jtag": [
        {
          "direction": "in",
          "name": "debug_tdo_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tck_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdi_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "test_logic_reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "run_test_idle_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pause_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_select_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xsv_fpga_top": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_srx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_stx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdram_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_addr_o",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "sdram_ba_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "sdram_dqm_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sdram_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_cas_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_ras_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_cke_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_cs_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "sdram_data_io",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "BiDirectionalCell",
      "ControlCell",
      "InputCell",
      "OutputCell",
      "actel_ujtag",
      "altera_virtual_jtag",
      "dbg_comm",
      "dbg_comm_vpi",
      "xilinx_internal_jtag",
      "xsv_fpga_top"
    ]
  },
  {
    "namespace": "opencores",
    "name": "altor32",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AltOr32 - Alternative Lightweight OpenRisc CPU",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/altor32.git",
    "tags": [
      "access",
      "altor32",
      "datapath",
      "dcache",
      "icache",
      "lightweight",
      "memory",
      "noicache",
      "processor",
      "regfile",
      "wishbone",
      "writeback"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2014-08-10T17:49:04+01:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "readme",
    "top_ports": {
      "altor32_lite": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "intr_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nmi_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fault_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "break_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mem_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "mem_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "mem_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "mem_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mem_stall_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ex_result_w",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "flops",
          "type": "wire",
          "width": ""
        }
      ],
      "cpu_if": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "imem0_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "imem0_data_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "imem0_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "imem0_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "imem0_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "imem0_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "imem0_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "imem0_stall_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem0_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dmem0_data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dmem0_data_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dmem0_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dmem0_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem0_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem0_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem0_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "dmem0_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dmem0_stall_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem1_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dmem1_data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dmem1_data_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dmem1_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dmem1_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem1_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem1_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem1_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "dmem1_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dmem1_stall_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem2_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dmem2_data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dmem2_data_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dmem2_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dmem2_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem2_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem2_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmem2_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "dmem2_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dmem2_stall_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fault_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "break_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "intr_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nmi_i",
          "type": "wire",
          "width": ""
        }
      ],
      "soc": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_intr_i",
          "type": "wire",
          "width": "[(EXTERNAL_INTERRUPTS - 1):0]"
        },
        {
          "direction": "out",
          "name": "intr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "io_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "io_data_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "io_data_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "io_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "io_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "io_ack_o",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "altor32_lite",
      "cpu_if",
      "soc"
    ]
  },
  {
    "namespace": "opencores",
    "name": "amber",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "ARMv2-compatible 32-bit RISC processor with Wishbone bus (Conor Santifort 2010+). Two pipeline variants: a23 (3-stage) and a25 (5-stage), shared register file, MMU, caches.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/amber.git",
    "tags": [
      "1024x128",
      "arbitration",
      "asynchronous",
      "controller",
      "converter",
      "coprocessor",
      "decompile",
      "interrupt",
      "multiply",
      "protocol",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T22:57:14Z",
    "updated_at": "2013-05-20T21:22:28+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "ddr3_afifo": [
        {
          "direction": "in",
          "name": "i_sys_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_ddr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_cmd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_cmd_instr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "i_cmd_byte_addr",
          "type": "wire",
          "width": "[ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_cmd_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wr_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wr_mask",
          "type": "wire",
          "width": "[DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wr_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wr_addr_32",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_rd_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_rd_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_ddr_cmd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_ddr_cmd_instr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_cmd_byte_addr",
          "type": "wire",
          "width": "[ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_ddr_cmd_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_ddr_wr_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_ddr_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_ddr_wr_mask",
          "type": "wire",
          "width": "[DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_wr_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_wr_addr_32",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "i_ddr_rd_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_ddr_rd_valid",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_ddr3_bridge": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_adr",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_sel",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_dat",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_dat",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_stb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_cmd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_cmd_instr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "o_cmd_byte_addr",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "i_cmd_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wr_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wr_mask",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "o_wr_data",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "i_rd_data",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "i_rd_empty",
          "type": "wire",
          "width": ""
        }
      ],
      "xs6_sram_2048x32_byte_en": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_write_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_address",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "i_byte_enable",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "o_read_data",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "xs6_sram_256x32_byte_en": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_write_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_address",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_byte_enable",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "o_read_data",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        }
      ],
      "xs6_sram_512x128_byte_en": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_write_data",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "i_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_address",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "i_byte_enable",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "o_read_data",
          "type": "wire",
          "width": "[127:0]"
        }
      ]
    },
    "top_modules": [
      "ddr3_afifo",
      "wb_ddr3_bridge",
      "xs6_sram_2048x32_byte_en",
      "xs6_sram_256x32_byte_en",
      "xs6_sram_512x128_byte_en"
    ]
  },
  {
    "namespace": "opencores",
    "name": "ao68000",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Motorola 68000-compatible 16/32-bit processor with Wishbone bus interface, permissively licensed (BSD-2) for embedded use.",
    "license": "BSD-2-Clause",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/ao68000.git",
    "tags": [
      "branch",
      "bus",
      "control",
      "memory",
      "microcode",
      "registers"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2011-02-24T20:04:55+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "alu": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "ao68000": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "bus_control": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "condition": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "decoder": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "memory_registers": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "microcode_branch": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "registers": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RTY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SGL_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RMW_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CTI_O",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "BTE_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fc_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ipl_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "reset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blocked_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ipm_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "address_type_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_write_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_read_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_change_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_o",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_32_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prefetch_ir_valid_80_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_address_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jmp_bus_trap_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt_trap_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "interrupt_mask_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "rw_state_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_state_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fault_address_state_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_read",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir",
          "type": "wire",
          "width": "[79:0]"
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "sr",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rw_state",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_state",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fault_address_state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "interrupt_mask",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "decoder_trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "usp",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_output",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pc_change",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ea_reg",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_reg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "ea_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ea_mod_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ea_type",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ea_type_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand1_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "operand2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "operand2_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "address_type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "size_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "movem_modreg",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "movem_modreg_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "movem_loop",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "movem_loop_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "movem_reg",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "movem_reg_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "ir",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "ir_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "pc",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pc_control",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "trap",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "trap_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "offset",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "offset_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "index_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "stop_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "trace_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trace_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "group_0_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "group_0_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instruction_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instruction_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "read_modify_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_modify_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_reset_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_reset_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_interrupt_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_interrupt_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_read_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_read_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_write_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_write_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "do_blocked_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "do_blocked_flag_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_write",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_write_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_address",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "An_address_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "An_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "An_input_control",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Dn_address",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "Dn_address_control",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decoder_alu",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "decoder_alu_reg",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "in",
          "name": "An_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_input",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Dn_write_enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Dn_size",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "micro_pc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "micro_data",
          "type": "wire",
          "width": "[87:0]"
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "supervisor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decoder_micropc",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "save_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_write",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "perform_ea_read",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "load_ea",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cond",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ccr",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "condition",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alu_control",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "alu_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alu_mult_div_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prefetch_ir_valid_32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_address_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jmp_bus_trap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "finished",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "branch_control",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "branch_offset",
          "type": "wire",
          "width": "[3:0]"
        }
      ]
    },
    "top_modules": [
      "alu",
      "ao68000",
      "bus_control",
      "condition",
      "decoder",
      "memory_registers",
      "microcode_branch",
      "registers"
    ]
  },
  {
    "namespace": "opencores",
    "name": "apbtoaes128",
    "latest": "74ca9275976b",
    "versions": [
      "74ca9275976b",
      "HEAD"
    ],
    "description": "APB-to-AES-128 bridge \u2014 exposes an AES-128 cipher core through the AMBA APB peripheral bus for register-mapped key/data access.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/apbtoaes128.git",
    "tags": [
      "columns",
      "control",
      "core",
      "data",
      "expander",
      "host",
      "interface",
      "internet",
      "network",
      "protocol",
      "rows",
      "shift"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:29+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "aes_ip": [
        {
          "direction": "out",
          "name": "int_ccf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_req_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PSLVERR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PADDR",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "in",
          "name": "PWDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PWRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PENABLE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PSEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PRESETn",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "aes_ip"
    ]
  },
  {
    "namespace": "opencores",
    "name": "avs_aes",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AES (Advanced Encryption Standard) 128-bit encryption/decryption block (AVS variant) \u2014 BSD-2-Clause Verilog primitive with synchronous load/ready handshake.",
    "license": "BSD-2-Clause",
    "language": "vhdl-2008",
    "library": "avs_aes_lib",
    "source_url": "https://github.com/freecores/avs_aes.git",
    "tags": [
      "aes",
      "avs",
      "core",
      "decrypt",
      "encrypt",
      "fsm",
      "memory",
      "word"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2014-04-19T21:02:24+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "altera_mf",
        "package": "all"
      }
    ],
    "provides_packages": [
      "avs_aes_pkg"
    ],
    "top_ports": {
      "aes_fsm_decrypt": [
        {
          "direction": "in",
          "name": "clk",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_stable",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key_ready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "round_index_out",
          "type": "NIBBLE",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "round_type_sel",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        }
      ],
      "aes_fsm_encrypt": [
        {
          "direction": "in",
          "name": "clk",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_stable",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key_ready",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "round_index_out",
          "type": "NIBBLE",
          "width": ""
        },
        {
          "direction": "out",
          "name": "finished",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "round_type_sel",
          "type": "STD_LOGIC_VECTOR",
          "width": "1 downto 0"
        }
      ],
      "avs_AES": [
        {
          "direction": "in",
          "name": "clk",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avs_s1_chipselect",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avs_s1_writedata",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "avs_s1_address",
          "type": "STD_LOGIC_VECTOR",
          "width": "4 downto 0"
        },
        {
          "direction": "in",
          "name": "avs_s1_write",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avs_s1_read",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avs_s1_irq",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avs_s1_waitrequest",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avs_s1_readdata",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        }
      ]
    },
    "top_modules": [
      "aes_fsm_decrypt",
      "aes_fsm_encrypt",
      "avs_AES"
    ]
  },
  {
    "namespace": "opencores",
    "name": "bilinear_demosaic",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Bilinear-interpolation Bayer demosaicing block for camera image-sensor pipelines, converting raw mosaic data to RGB.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "verilog",
    "source_url": "https://github.com/freecores/bilinear_demosaic.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:18:01Z",
    "updated_at": "2012-11-20T18:24:16+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "bilinearDemosaic": [
        {
          "direction": "in",
          "name": "bayerPattern",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resolution",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dInValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nextDin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gOut",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "bOut",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dOutValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nextDout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xRes",
          "type": "wire",
          "width": "[X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "yRes",
          "type": "wire",
          "width": "[Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "video",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pixel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceWrite",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writeData",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fillCount",
          "type": "wire",
          "width": "[BUFFER_SIZE_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData0",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData1",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData2",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "readAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dataA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "addrA",
          "type": "wire",
          "width": "[(ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "weA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        }
      ],
      "ramDualPort": [
        {
          "direction": "in",
          "name": "bayerPattern",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resolution",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dInValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nextDin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gOut",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "bOut",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dOutValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nextDout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xRes",
          "type": "wire",
          "width": "[X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "yRes",
          "type": "wire",
          "width": "[Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "video",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pixel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceWrite",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writeData",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fillCount",
          "type": "wire",
          "width": "[BUFFER_SIZE_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData0",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData1",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData2",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "readAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dataA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "addrA",
          "type": "wire",
          "width": "[(ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "weA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        }
      ],
      "ramFifo": [
        {
          "direction": "in",
          "name": "bayerPattern",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resolution",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dInValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nextDin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gOut",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "bOut",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "dOutValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nextDout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xRes",
          "type": "wire",
          "width": "[X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "yRes",
          "type": "wire",
          "width": "[Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "video",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pixel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceWrite",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writeData",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fillCount",
          "type": "wire",
          "width": "[BUFFER_SIZE_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData0",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData1",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData2",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "readAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dataA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "addrA",
          "type": "wire",
          "width": "[(ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "weA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        }
      ]
    },
    "top_modules": [
      "bilinearDemosaic",
      "ramDualPort",
      "ramFifo"
    ]
  },
  {
    "namespace": "opencores",
    "name": "binary_to_bcd",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "BCD to binary converter, serial implementation, 1 clock per input bit. Description: See description below (which suffices for IP core specification document.)",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/binary_to_bcd.git",
    "tags": [
      "bcd",
      "binary"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2005-10-25T06:18:50+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "bcd_to_binary": [
        {
          "direction": "in",
          "name": "bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "digit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "digits",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bits",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "number",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "will",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "values",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dat_bcd_i",
          "type": "wire",
          "width": "[4*BCD_DIGITS_IN_PP-1:0]"
        },
        {
          "direction": "in",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dat_binary_o",
          "type": "wire",
          "width": "[BITS_OUT_PP-1:0]"
        },
        {
          "direction": "out",
          "name": "done_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[4*BCD_DIGITS_IN_PP-1:0]"
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        }
      ],
      "binary_to_bcd": [
        {
          "direction": "in",
          "name": "bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bits",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "digits",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "parameter",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dat_binary_i",
          "type": "wire",
          "width": "[BITS_IN_PP-1:0]"
        },
        {
          "direction": "in",
          "name": "bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dat_bcd_o",
          "type": "wire",
          "width": "[4*BCD_DIGITS_OUT_PP-1:0]"
        },
        {
          "direction": "out",
          "name": "done_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[4*BCD_DIGITS_OUT_PP-1:0]"
        },
        {
          "direction": "in",
          "name": "newbit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "registers",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "bcd_to_binary",
      "binary_to_bcd"
    ]
  },
  {
    "namespace": "opencores",
    "name": "boundaries",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock-domain-boundary primitive library covering arbiter, basic FIFOs, clock detection, clock switching (2/3/4/8 sources), and debouncer for safe cross-domain glue.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/boundaries.git",
    "tags": [
      "arbitration",
      "basic",
      "buffer",
      "clock",
      "detect",
      "fifo",
      "queue",
      "random",
      "switch2",
      "switch3",
      "switch4",
      "switch8"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2004-07-07T12:41:55+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "arbiter": [
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reqst",
          "type": "wire",
          "width": "[RCNT-1:0]"
        },
        {
          "direction": "out",
          "name": "grant",
          "type": "wire",
          "width": "[RCNT-1:0]"
        }
      ],
      "bc_fifo_basic": [
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "put_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "get_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "get_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "get_do",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "get",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "get_have",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "put_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "put_di",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "put",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "put_need",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[AW:0]"
        },
        {
          "direction": "in",
          "name": "g",
          "type": "wire",
          "width": "[AW:0]"
        }
      ],
      "clock_detect": [
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "will",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sclk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alive_o",
          "type": "wire",
          "width": ""
        }
      ],
      "clock_switch2_basic": [
        {
          "direction": "in",
          "name": "rst0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gclk0",
          "type": "wire",
          "width": ""
        }
      ],
      "clock_switch3_basic": [
        {
          "direction": "in",
          "name": "rst0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gclk0",
          "type": "wire",
          "width": ""
        }
      ],
      "clock_switch4_basic": [
        {
          "direction": "in",
          "name": "rst0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst3_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk3_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gclk0",
          "type": "wire",
          "width": ""
        }
      ],
      "clock_switch8_basic": [
        {
          "direction": "in",
          "name": "rst0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk0_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk1_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk2_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst3_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk3_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst4_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk4_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst5_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk5_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst6_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk6_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst7_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk7_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "always",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gclk0",
          "type": "wire",
          "width": ""
        }
      ],
      "debouncer": [
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "button_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "button_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "button_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "default",
          "type": "wire",
          "width": ""
        }
      ],
      "oc_fifo_basic": [
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "have",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "take",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "take_do",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "need",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "give",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "give_di",
          "type": "wire",
          "width": "[DW-1:0]"
        }
      ],
      "random_ff": [
        {
          "direction": "out",
          "name": "DOES",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLRN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "arbiter",
      "bc_fifo_basic",
      "clock_detect",
      "clock_switch2_basic",
      "clock_switch3_basic",
      "clock_switch4_basic",
      "clock_switch8_basic",
      "debouncer",
      "oc_fifo_basic",
      "random_ff"
    ]
  },
  {
    "namespace": "opencores",
    "name": "cdc_ufifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "cdc_ufifo generate an minimalist fifo. it can be 4 cells minimum. by default used implementation without ram only standart cells used , and it can be selected if need. most slowest stage is the output multiplexor.",
    "license": "Apache-2.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/cdc_ufifo.git",
    "tags": [
      "cdc",
      "clock",
      "crossing",
      "delay",
      "dffe",
      "domain",
      "ff",
      "prim",
      "pulse",
      "ufifo"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2010-12-02T13:30:18+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "cdc_ufifo": [
        {
          "direction": "out",
          "name": "multiplexor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "or",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[lpm_width-1:0]"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[lpm_width-1:0]"
        },
        {
          "direction": "out",
          "name": "ready",
          "type": "wire",
          "width": ""
        }
      ],
      "gray2bin": [
        {
          "direction": "out",
          "name": "bin",
          "type": "wire",
          "width": "[lpm_size-1:0]"
        },
        {
          "direction": "in",
          "name": "gray",
          "type": "wire",
          "width": "[lpm_size-1:0]"
        }
      ]
    },
    "top_modules": [
      "cdc_ufifo",
      "gray2bin"
    ]
  },
  {
    "namespace": "opencores",
    "name": "cfi_ctrl",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Top level of CFI controller with 32-bit Wishbone classic interface Intended to be used at about 66MHz with a 32MB CFI flash part with 16-bit data interface.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/cfi_ctrl.git",
    "tags": [
      "cfi",
      "control",
      "controller",
      "ctrl",
      "engine"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2011-10-23T12:05:51+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "cfi_ctrl": [
        {
          "direction": "inout",
          "name": "flash_dq_io",
          "type": "wire",
          "width": "[flash_dq_width-1:0]"
        },
        {
          "direction": "out",
          "name": "flash_adr_o",
          "type": "wire",
          "width": "[flash_adr_width-1:0]"
        },
        {
          "direction": "out",
          "name": "flash_adv_n_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_ce_n_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_oe_n_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_rst_n_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flash_wait_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_we_n_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_wp_n_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_err_o",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "cfi_ctrl"
    ]
  },
  {
    "namespace": "opencores",
    "name": "copyblaze",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "PicoBlaze-compatible 8-bit microcontroller in VHDL-2008 (Adrien Trousson 2015+). Compact softcore with peripheral ecosystem (UART, GPIO) over Wishbone.",
    "license": "LGPL-2.1-only",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/copyblaze.git",
    "tags": [
      "asynchronous",
      "bancregister",
      "copyblaze",
      "decodecontrol",
      "ecosystem",
      "fulladder",
      "interrupt",
      "programcounter",
      "programflowcontrol",
      "scratchpad",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T22:57:14Z",
    "updated_at": "2011-12-25T11:08:26+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "provides_packages": [
      "Usefull_Pkg"
    ],
    "top_ports": {
      "WBOPRT08": [
        {
          "direction": "out",
          "name": "ACK_O",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "RST_I",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "STB_I",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WE_I",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRT_O",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        }
      ],
      "cp_copyBlaze_ecoSystem": [
        {
          "direction": "in",
          "name": "Clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Interrupt_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Interrupt_Ack_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IN_PORT_i",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "out",
          "name": "OUT_PORT_o",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "out",
          "name": "PORT_ID_o",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "out",
          "name": "READ_STROBE_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRITE_STROBE_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Freeze_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "in",
          "name": "DAT_I",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "std_ulogic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "mux32": [
        {
          "direction": "in",
          "name": "input",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "output",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        }
      ],
      "sp_ram": [
        {
          "direction": "in",
          "name": "clka",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wea",
          "type": "std_logic_vector",
          "width": "0 downto 0"
        },
        {
          "direction": "in",
          "name": "addra",
          "type": "std_logic_vector",
          "width": "addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "dina",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "douta",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        }
      ],
      "wb_Np_ram": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb1_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb1_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb1_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb1_adr_i",
          "type": "std_logic_vector",
          "width": "addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb1_dat_i",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb1_dat_o",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb1_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb2_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb2_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb2_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb2_adr_i",
          "type": "std_logic_vector",
          "width": "addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb2_dat_i",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb2_dat_o",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb2_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb3_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb3_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb3_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb3_adr_i",
          "type": "std_logic_vector",
          "width": "addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb3_dat_i",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb3_dat_o",
          "type": "std_logic_vector",
          "width": "data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb3_ack_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_gpio": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iport",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "oport",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "wb_gpio_08": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iport",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "oport",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        }
      ],
      "wb_scope": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_irq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "probe",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "wb_sram": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_ulogic_vector",
          "width": "GEN_WIDTH_DATA-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "wb_timer": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_irq0_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_irq1_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_timer_8": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_irq0_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_irq1_o",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "wb_uart": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_rxirq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_txirq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rx",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_tx",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_uart_8": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_ulogic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_rxirq_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_txirq_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rx",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_tx",
          "type": "std_ulogic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "WBOPRT08",
      "cp_copyBlaze_ecoSystem",
      "mux32",
      "sp_ram",
      "wb_Np_ram",
      "wb_gpio",
      "wb_gpio_08",
      "wb_scope",
      "wb_sram",
      "wb_timer",
      "wb_timer_8",
      "wb_uart",
      "wb_uart_8"
    ]
  },
  {
    "namespace": "opencores",
    "name": "cpu65c02_true_cycle",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Cycle-accurate WDC 65C02 8-bit processor recreating the original instruction set with bus timing matching the silicon.",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "r65c02_tc",
    "source_url": "https://github.com/freecores/cpu65c02_true_cycle.git",
    "tags": [
      "axy",
      "execution",
      "fsm",
      "intnmi",
      "pc",
      "r65c02",
      "reg",
      "regbank",
      "register",
      "sp",
      "tc"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2013-08-02T08:40:04+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "r65c02_tc": [
        {
          "direction": "in",
          "name": "clk_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "7 DOWNTO 0"
        },
        {
          "direction": "in",
          "name": "irq_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nmi_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "so_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_o",
          "type": "std_logic_vector",
          "width": "15 DOWNTO 0"
        },
        {
          "direction": "out",
          "name": "d_o",
          "type": "std_logic_vector",
          "width": "7 DOWNTO 0"
        },
        {
          "direction": "out",
          "name": "rd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "r65c02_tc"
    ]
  },
  {
    "namespace": "opencores",
    "name": "descore",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "DES (Data Encryption Standard) cipher core \u2014 56-bit key, 64-bit block. GPL-3+ VHDL. Sibling to deslcore/deslxcore/desxcore variants.",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/descore.git",
    "tags": [
      "des",
      "fun",
      "key",
      "loop",
      "round",
      "schedule"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-08-10T10:19:23+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "des_loop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "blk_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "blk_out",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ]
    },
    "top_modules": [
      "des_loop"
    ]
  },
  {
    "namespace": "opencores",
    "name": "deslcore",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "DESL (DES-Lightweight) variant \u2014 area-optimised DES with a single shared S-box (Rolfes et al.). GPL-3+ VHDL. Sibling to descore/deslxcore/desxcore.",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/deslcore.git",
    "tags": [
      "des",
      "fun",
      "key",
      "loop",
      "round",
      "schedule"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-08-10T10:22:38+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "des_loop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key_in",
          "type": "std_logic_vector",
          "width": "55 downto 0"
        },
        {
          "direction": "in",
          "name": "blk_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "blk_out",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ]
    },
    "top_modules": [
      "des_loop"
    ]
  },
  {
    "namespace": "opencores",
    "name": "deslxcore",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "DESLX variant \u2014 combines the DES-Lightweight S-box optimisation with DES-X key whitening. GPL-3+ VHDL. Sibling to descore/deslcore/desxcore.",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/deslxcore.git",
    "tags": [
      "des",
      "fun",
      "key",
      "loop",
      "round",
      "schedule"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-08-10T10:28:40+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "des_loop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key_in",
          "type": "std_logic_vector",
          "width": "55 downto 0"
        },
        {
          "direction": "in",
          "name": "key_pre_w_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "key_pos_w_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "blk_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "blk_out",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ]
    },
    "top_modules": [
      "des_loop"
    ]
  },
  {
    "namespace": "opencores",
    "name": "desxcore",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "DES-X variant \u2014 adds XOR pre/post-whitening keys to standard DES (Rivest 1984), strengthening against brute-force. GPL-3+ VHDL.",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/desxcore.git",
    "tags": [
      "des",
      "fun",
      "key",
      "loop",
      "round",
      "schedule"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-08-10T10:26:10+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "des_loop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "key_pre_w_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "key_pos_w_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "blk_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "blk_out",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ]
    },
    "top_modules": [
      "des_loop"
    ]
  },
  {
    "namespace": "opencores",
    "name": "dpll-isdn",
    "latest": "efc6cb4e747a",
    "versions": [
      "HEAD",
      "efc6cb4e747a"
    ],
    "description": "Synchronizes an input signal to a main clock using phase-locked loop control with lead/lag outputs.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/dpll-isdn.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:55:03+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "dpll": [
        {
          "direction": "in",
          "name": "SignalIn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MainClock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SignalOut",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Lead",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "dpll"
    ]
  },
  {
    "namespace": "opencores",
    "name": "ecg",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Elliptic Curve Group operations over the F_3^m characteristic-3 extension field, companion to the Tate bilinear pairing core (Homer Hsing, 2011).",
    "license": "LGPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/ecg.git",
    "tags": [
      "add1",
      "add3",
      "add4",
      "cubic",
      "mult",
      "mult3",
      "mux3",
      "mux6",
      "nine",
      "point",
      "scalar",
      "sub1"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2012-03-04T09:06:53+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "f3_add1": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3_mult": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3_sub": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3_sub1": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3m_add3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_add4": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_cubic": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_inv": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mult": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mult3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mux3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mux6": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_neg": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_nine": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_sub": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func1": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func10": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": "[`SCALAR_WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x3",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "zero3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero2",
          "type": "wire",
          "width": ""
        }
      ],
      "func11": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": "[`SCALAR_WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x3",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "zero3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero2",
          "type": "wire",
          "width": ""
        }
      ],
      "func2": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func4": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func5": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func7": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func8": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func9": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": "[`SCALAR_WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x3",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "zero3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero2",
          "type": "wire",
          "width": ""
        }
      ],
      "point_add": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": "[`SCALAR_WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x3",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "zero3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero2",
          "type": "wire",
          "width": ""
        }
      ],
      "point_scalar_mult": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": "[`SCALAR_WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x3",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "zero3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "zero2",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "f3_add1",
      "f3_mult",
      "f3_sub",
      "f3_sub1",
      "f3m_add3",
      "f3m_add4",
      "f3m_cubic",
      "f3m_inv",
      "f3m_mult",
      "f3m_mult3",
      "f3m_mux3",
      "f3m_mux6",
      "f3m_neg",
      "f3m_nine",
      "f3m_sub",
      "func1",
      "func10",
      "func11",
      "func2",
      "func3",
      "func4",
      "func5",
      "func7",
      "func8",
      "func9",
      "point_add",
      "point_scalar_mult"
    ]
  },
  {
    "namespace": "opencores",
    "name": "ethernet_tri_mode",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Tri-mode 10/100/1000 Mbps Ethernet MAC with GMII PHY interface (Jon Gao, OpenCores 2005-2018). 32-bit OpenCores streaming user bus, Wishbone-style CSR access, includes RMON statistics.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/ethernet_tri_mode.git",
    "tags": [
      "access",
      "broadcast",
      "control",
      "controller",
      "cyclic",
      "physical",
      "receive",
      "receiver",
      "redundancy",
      "register",
      "transmit",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T22:57:14Z",
    "updated_at": "2009-01-08T13:53:34+00:00",
    "health_tier": "silver",
    "contract_url": "https://github.com/routertl/ip-index/blob/main/contracts/eth_mac_1g_requirements.yml",
    "test_status_url": "https://github.com/routertl/ip-index/blob/main/test_results/opencores/ethernet_tri_mode/last_run.json",
    "last_verified_at": "2026-05-06",
    "desc_source": "verdict",
    "contract": {
      "traits": {
        "back_to_back_rx_requires_rd_pulse": true,
        "requires_csr_init_before_tx": true,
        "rx_strips_fcs": true,
        "tx_hwmark_default_safe": false,
        "tx_user_frame_includes_fcs": false
      },
      "defects": [
        {
          "id": "OC-TRIMODE-TX-HWMARK",
          "severity": "critical",
          "kind": "underrun-on-low-hwmark",
          "discovered": "2026-05-03",
          "provenance": "RTL-T2",
          "evidence": "Tx_Hwmark default 9 entries; >512 B frames hit underrun before frame fully buffered, deliver as constant ~2,560 B GIANT wire frames regardless of input size. VCD-confirmed (Tx_en stays HIGH continuously through full 20.4-20.5 \u00b5s span) and lever-experiment-confirmed (HWM = 31 collapses 4 GIANTs to 0).",
          "recoverable": true,
          "workaround": "CSR-write Tx_Hwmark >= 31 entries (5'h1F) before any TX traffic",
          "fix_pr": null,
          "review_after": "2026-08-03"
        },
        {
          "id": "OC-TRIMODE-RX-WAIT-END",
          "severity": "major",
          "kind": "protocol-handshake-mismatch",
          "discovered": "2026-05-03",
          "provenance": "RTL-T3",
          "evidence": "MAC_rx_FF.v SYS_wait_end \u2192 SYS_idle requires !Rx_mac_rd; perpetual-ready hosts (modern AXI-Stream-style ingress) wedge after frame 0 EOP and never receive subsequent frames. VCD-confirmed (FSM transitions from SYS_read \u2192 SYS_wait_end at first EOP and never moves again across 1.4 Mns sim).",
          "recoverable": true,
          "workaround": "BFM/host pulses Rx_mac_rd low for one cycle after each EOP",
          "fix_pr": null,
          "review_after": "2026-08-03"
        }
      ]
    },
    "top_ports": {
      "MAC_top": [
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clk_125M",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clk_user",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clk_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Speed",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "Rx_mac_ra",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rx_mac_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_mac_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "Rx_mac_BE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "Rx_mac_pa",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_mac_sop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_mac_eop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Tx_mac_wa",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_mac_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_mac_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Tx_mac_BE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "Tx_mac_sop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_mac_eop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Pkg_lgth_fifo_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Pkg_lgth_fifo_ra",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Pkg_lgth_fifo_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "Gtx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Txd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "Rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Rxd",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "Crs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Col",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CD_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CD_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "Mdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Mdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Mdc",
          "type": "wire",
          "width": ""
        }
      ],
      "Reg_int": [
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clk_reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CD_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "CD_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "Tx_Hwmark",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Tx_Lwmark",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "pause_frame_send_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pause_quanta_set",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "MAC_tx_add_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FullDuplex",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MaxRetry",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IFGset",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "MAC_tx_add_prom_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "MAC_tx_add_prom_add",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "MAC_tx_add_prom_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_pause_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xoff_cpu",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xon_cpu",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MAC_rx_add_chk_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MAC_rx_add_prom_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "MAC_rx_add_prom_add",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "MAC_rx_add_prom_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "broadcast_filter_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "broadcast_bucket_depth",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "broadcast_bucket_interval",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "RX_APPEND_CRC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Rx_Hwmark",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Rx_Lwmark",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "CRC_chk_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RX_IFG_SET",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "RX_MAX_LENGTH",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "RX_MIN_LENGTH",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "CPU_rd_addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "CPU_rd_apply",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_rd_grant",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_rd_dout",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "Line_loop_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Speed",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "Divider",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "CtrlData",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "Rgad",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Fiad",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NoPre",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WCtrlData",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RStat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ScanStat",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LinkFail",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Nvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Prsd",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "WCtrlDataStart",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RStatStart",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UpdateMIIRX_DATAReg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RegOut",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "CA_reg_set",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "RegInit",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "Clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CWR_pulse",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CCSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_reg",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "CD_in_reg",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    },
    "top_modules": [
      "MAC_top",
      "Reg_int"
    ]
  },
  {
    "namespace": "opencores",
    "name": "ethmac",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "10/100 Mbps Ethernet MAC with MII PHY interface and Wishbone host bus (Igor Mohor + Olof Kindgren 2001-2002). Includes flow control, MIIM management, and optional traffic coprocessor.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/ethmac.git",
    "tags": [
      "clockgen",
      "ethernet",
      "maccontrol",
      "macstatus",
      "outputcontrol",
      "receivecontrol",
      "redundancy",
      "registers",
      "rxaddrcheck",
      "rxcounters",
      "transmitcontrol",
      "txcounters"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-02T19:26:23Z",
    "updated_at": "2019-09-30T10:29:44+02:00",
    "health_tier": "silver",
    "contract_url": "https://github.com/routertl/ip-index/blob/main/contracts/oc_ethmac.md",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "eth_cop": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m1_wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "m1_wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "m1_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m1_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m1_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m2_wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "m2_wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "m2_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m2_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m2_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s1_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s1_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s1_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s2_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s2_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s2_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s2_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s2_wb_we_o",
          "type": "wire",
          "width": ""
        }
      ],
      "eth_top": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[11:2]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_bte_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "mtx_clk_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mtxd_pad_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "mtxen_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mtxerr_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mrx_clk_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mrxd_pad_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mrxdv_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mrxerr_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcoll_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcrs_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "md_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mdc_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "md_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "md_padoe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_si_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbist_so_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_ctrl_i",
          "type": "wire",
          "width": "[`ETH_MBIST_CTRL_WIDTH - 1:0]"
        }
      ]
    },
    "top_modules": [
      "eth_cop",
      "eth_top"
    ]
  },
  {
    "namespace": "opencores",
    "name": "fully-pipelined-edge-detection-algorithms",
    "latest": "596c754dca8a",
    "versions": [
      "596c754dca8a",
      "HEAD"
    ],
    "description": "Fully-pipelined image edge-detection algorithms \u2014 Sobel and Canny family operators in mature Verilog form, ready for streaming raster pixel inputs.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/fully-pipelined-edge-detection-algorithms.git",
    "tags": [
      "fpga",
      "unisim",
      "xilinx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:17+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "provides_packages": [
      "EdgeDetection_pkg",
      "OperatorOverloading_pkg"
    ],
    "top_ports": {
      "EdgeDetection": [
        {
          "direction": "in",
          "name": "CLK",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EdgeDetection_Enable",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EdgeDetection_Disable",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EdgeDetection_Din",
          "type": "array2D",
          "width": "0 TO EdgeDetection_Kernel)(7 DOWNTO 0"
        },
        {
          "direction": "out",
          "name": "EdgeDetection_Dout",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 DOWNTO 0"
        },
        {
          "direction": "out",
          "name": "EdgeDetection_Ready",
          "type": "STD_LOGIC",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "EdgeDetection"
    ]
  },
  {
    "namespace": "opencores",
    "name": "g729a_codec",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "ITU-T G.729 Annex A voice codec implementing 8 kbit/s speech compression with 10 ms frames for low-bandwidth telephony applications.",
    "license": "OpenCores-Permissive-1.0",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/g729a_codec.git",
    "tags": [
      "access",
      "addsub",
      "bjxlog",
      "decoder",
      "ftchlog",
      "fwdlog",
      "lcstklog",
      "memory",
      "processor",
      "pstllog",
      "regfile",
      "selftest"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2014-02-15T15:21:12+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "WORK",
        "package": "G729A_ARITH_PKG"
      },
      {
        "library": "WORK",
        "package": "G729A_BASIC_PKG"
      },
      {
        "library": "WORK",
        "package": "G729A_CODER_PKG"
      },
      {
        "library": "WORK",
        "package": "G729A_TYPES_PKG"
      },
      {
        "library": "work",
        "package": "G729A_CODEC_TEST_PKG"
      },
      {
        "library": "work",
        "package": "G729A_SITE_PKG"
      },
      {
        "library": "work",
        "package": "G729A_STRING_PKG"
      }
    ],
    "provides_packages": [
      "G729A_ASIP_ARITH_PKG",
      "G729A_ASIP_BASIC_PKG",
      "G729A_ASIP_CFG_PKG",
      "G729A_ASIP_IDEC_2W_PKG",
      "G729A_ASIP_OP_PKG",
      "G729A_ASIP_PKG",
      "G729A_ASIP_ROMD_PKG",
      "G729A_ASIP_ROMI_PKG",
      "G729A_CODEC_INTF_PKG",
      "G729A_CODEC_ST_ROM_PKG"
    ],
    "top_ports": {
      "G729A_ASIP_ADDER": [
        {
          "direction": "in",
          "name": "OPA_i",
          "type": "signed",
          "width": "WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "OPB_i",
          "type": "signed",
          "width": "WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "CI_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SUM_o",
          "type": "signed",
          "width": "WIDTH-1 downto 0"
        }
      ],
      "G729A_ASIP_PIPE_A_DEC_2W": [
        {
          "direction": "in",
          "name": "INSTR_i",
          "type": "DEC_INSTR_T",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FWDE_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SEL_o",
          "type": "std_logic_vector",
          "width": "7-1 downto 0"
        }
      ],
      "G729A_ASIP_ROMI": [
        {
          "direction": "in",
          "name": "CLK_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_i",
          "type": "unsigned",
          "width": "ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Q_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH-1 downto 0"
        }
      ],
      "G729A_ASIP_ROM_MIF_2R": [
        {
          "direction": "in",
          "name": "CLK_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_i",
          "type": "unsigned",
          "width": "ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Q_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH-1 downto 0"
        }
      ],
      "G729A_ASIP_STO_ROM": [
        {
          "direction": "in",
          "name": "CLK_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_i",
          "type": "unsigned",
          "width": "ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "Q_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH-1 downto 0"
        }
      ],
      "G729A_CODEC_SDP_SYN": [
        {
          "direction": "in",
          "name": "CLK_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "STRT_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPS_i",
          "type": "std_logic_vector",
          "width": "3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "RE_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WE_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DI_i",
          "type": "std_logic_vector",
          "width": "SDLEN-1 downto 0"
        },
        {
          "direction": "out",
          "name": "BSY_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMAE_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STS_o",
          "type": "std_logic_vector",
          "width": "3-1 downto 0"
        },
        {
          "direction": "out",
          "name": "DV_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DO_o",
          "type": "std_logic_vector",
          "width": "SDLEN-1 downto 0"
        }
      ],
      "G729A_CODEC_SELFTEST": [
        {
          "direction": "in",
          "name": "CLK_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DONE_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PASS_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "G729_ASIP_RAM_1RW1R": [
        {
          "direction": "in",
          "name": "CLK_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_i",
          "type": "unsigned",
          "width": "log2(WCOUNT)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "D_i",
          "type": "std_logic_vector",
          "width": "DWIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "WE_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Q_o",
          "type": "std_logic_vector",
          "width": "DWIDTH-1 downto 0"
        }
      ]
    },
    "top_modules": [
      "G729A_ASIP_ADDER",
      "G729A_ASIP_PIPE_A_DEC_2W",
      "G729A_ASIP_ROMI",
      "G729A_ASIP_ROM_MIF_2R",
      "G729A_ASIP_STO_ROM",
      "G729A_CODEC_SDP_SYN",
      "G729A_CODEC_SELFTEST",
      "G729_ASIP_RAM_1RW1R"
    ]
  },
  {
    "namespace": "opencores",
    "name": "gamepads",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Game-controller serial protocol cores covering NES, SNES, and Sega Genesis pad interfaces for retro-console replica designs.",
    "license": "BSD-2-Clause",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/gamepads.git",
    "tags": [
      "basic",
      "control",
      "controller",
      "ctrl",
      "full",
      "gcpad",
      "receive",
      "receiver",
      "sampler",
      "snespad",
      "transmit",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2005-09-15T17:28:17+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "provides_packages": [
      "gcpad_pack",
      "snespad_pack"
    ],
    "top_ports": {
      "gcpad_basic": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pad_request_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_avail_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pad_data_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_a_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_b_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_x_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_y_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_z_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_start_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_tl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_tr_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_left_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_right_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_up_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but_down_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ana_joy_x_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "ana_joy_y_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "ana_c_x_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "ana_c_y_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "ana_l_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "ana_r_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "gcpad_full": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pad_request_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_avail_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_timeout_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_size_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_command_i",
          "type": "std_logic_vector",
          "width": "23 downto 0"
        },
        {
          "direction": "in",
          "name": "rx_size_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_data_o",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "inout",
          "name": "pad_data_io",
          "type": "std_logic",
          "width": ""
        }
      ],
      "gcpad_mod": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "pad_data_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_data_i",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "snespad": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_clk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pad_latch_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pad_data_i",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_a_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_b_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_x_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_y_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_start_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_sel_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_tl_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_tr_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_up_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_down_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_left_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        },
        {
          "direction": "out",
          "name": "but_right_o",
          "type": "std_logic_vector",
          "width": "num_pads_g-1 downto 0"
        }
      ]
    },
    "top_modules": [
      "gcpad_basic",
      "gcpad_full",
      "gcpad_mod",
      "snespad"
    ]
  },
  {
    "namespace": "opencores",
    "name": "generic_parameterized_carry_lookahead_adder",
    "latest": "a642c47c40b0",
    "versions": [
      "HEAD",
      "a642c47c40b0"
    ],
    "description": "Adds two binary numbers with carry-lookahead logic for faster propagation of carry signals.",
    "license": "GPL-2.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/generic_parameterized_carry_lookahead_adder.git",
    "tags": [
      "adder",
      "carry",
      "generate",
      "lookahead",
      "propagate"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:55:08+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "carry_lookahead_adder": [
        {
          "direction": "in",
          "name": "Cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Cout",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "carry_lookahead_adder"
    ]
  },
  {
    "namespace": "opencores",
    "name": "gng",
    "latest": "83a7d8f9468e",
    "versions": [
      "83a7d8f9468e",
      "HEAD"
    ],
    "description": "Gaussian Noise Generator (GNG) IP Core",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/gng.git",
    "tags": [
      "16",
      "18",
      "37",
      "coef",
      "ctg",
      "gng",
      "interp",
      "lzd",
      "sadd",
      "smul"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:57+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "readme",
    "top_ports": {
      "gng": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    },
    "top_modules": [
      "gng"
    ]
  },
  {
    "namespace": "opencores",
    "name": "ha1588",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "IEEE 1588 hardware timestamp engine providing precision time protocol (PTP) acceleration with one-step and two-step timestamping at the GMII interface.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/ha1588.git",
    "tags": [
      "amba",
      "avl",
      "axi",
      "bus",
      "ha1588",
      "parser",
      "precision",
      "protocol",
      "ptp",
      "queue",
      "time",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2014-06-03T04:59:26+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "ha1588_avl": [
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_in",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rtc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtc_time_ptp_ns",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rtc_time_ptp_sec",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "rtc_time_one_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_ctrl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "rx_giga_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_ctrl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "tx_giga_mode",
          "type": "wire",
          "width": ""
        }
      ],
      "ha1588_axi": [
        {
          "direction": "in",
          "name": "S_AXI_REG_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_AWADDR",
          "type": "wire",
          "width": "[C_S_AXI_REG_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_WDATA",
          "type": "wire",
          "width": "[C_S_AXI_REG_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_WSTRB",
          "type": "wire",
          "width": "[C_S_AXI_REG_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_BRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_ARADDR",
          "type": "wire",
          "width": "[C_S_AXI_REG_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_RDATA",
          "type": "wire",
          "width": "[C_S_AXI_REG_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_RRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_REG_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_REG_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INTR_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rtc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtc_time_ptp_ns",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rtc_time_ptp_sec",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "rtc_time_one_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_ctrl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "rx_giga_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_ctrl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_data",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "tx_giga_mode",
          "type": "wire",
          "width": ""
        }
      ],
      "ha1588_wb": [
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rtc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtc_time_ptp_ns",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rtc_time_ptp_sec",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "rtc_time_one_pps",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_ctrl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_gmii_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "rx_giga_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_ctrl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_gmii_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "tx_giga_mode",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "ha1588_avl",
      "ha1588_axi",
      "ha1588_wb"
    ]
  },
  {
    "namespace": "opencores",
    "name": "i2s_interface",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "I\u00b2S audio bus interface controller with Wishbone control port \u2014 VHDL bridge between FPGA and external audio codecs.",
    "license": "GPL-2.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/i2s_interface.git",
    "tags": [
      "codec",
      "i2s",
      "receive",
      "receiver",
      "rx",
      "topm",
      "tops",
      "transmit",
      "transmitter",
      "tx",
      "wbd"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2007-10-09T20:13:08+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "provides_packages": [
      "rx_i2s_pack",
      "tx_i2s_pack"
    ],
    "top_ports": {
      "rx_i2s_topm": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_bte_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cti_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH -1 downto 0"
        },
        {
          "direction": "in",
          "name": "i2s_sd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2s_sck_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2s_ws_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "rx_i2s_tops": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_bte_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cti_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH -1 downto 0"
        },
        {
          "direction": "in",
          "name": "i2s_sd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2s_sck_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2s_ws_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_int_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "tx_i2s_topm": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_bte_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cti_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH -1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "tx_int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2s_sd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2s_sck_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2s_ws_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "tx_i2s_tops": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_bte_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cti_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "ADDR_WIDTH - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH -1 downto 0"
        },
        {
          "direction": "in",
          "name": "i2s_sck_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2s_ws_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "DATA_WIDTH - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "tx_int_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2s_sd_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "rx_i2s_topm",
      "rx_i2s_tops",
      "tx_i2s_topm",
      "tx_i2s_tops"
    ]
  },
  {
    "namespace": "opencores",
    "name": "iicmb",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "I2C with interrupt support",
    "license": "BSD-2-Clause",
    "language": "vhdl-2008",
    "library": "iicmb",
    "source_url": "https://github.com/sshuv/iicmb.git",
    "tags": [
      "av",
      "avalon",
      "bus",
      "conditioner",
      "iicmb",
      "mm",
      "multiplexer",
      "mux",
      "sq",
      "state",
      "wb",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2024-10-01T21:23:24+03:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "provides_packages": [
      "iicmb_int_pkg",
      "iicmb_pkg"
    ],
    "top_ports": {
      "iicmb_m_av": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "waitrequest",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "readdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "readdatavalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writedata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "byteenable",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "out",
          "name": "scl_o",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "out",
          "name": "sda_o",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        }
      ],
      "iicmb_m_sq": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs_start",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cs_busy",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cs_status",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "out",
          "name": "scl_o",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "out",
          "name": "sda_o",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        }
      ],
      "iicmb_m_wb": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dat_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "dat_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "out",
          "name": "scl_o",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        },
        {
          "direction": "out",
          "name": "sda_o",
          "type": "std_logic_vector",
          "width": "0 to g_bus_num - 1"
        }
      ]
    },
    "top_modules": [
      "iicmb_m_av",
      "iicmb_m_sq",
      "iicmb_m_wb"
    ]
  },
  {
    "namespace": "opencores",
    "name": "jpegencode",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "This is the top level module of the JPEG Encoder Core. This module takes the output from the fifo_out module and sends it to the ff_checker module to check for FF's in the bitstream.",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/jpegencode.git",
    "tags": [
      "buffer",
      "cbd",
      "checker",
      "crd",
      "fifo",
      "huff",
      "jpeg",
      "quantizer",
      "queue",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2022-10-31T01:41:03+01:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "jpeg_top": [
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "end_of_file_signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "JPEG_bitstream",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "end_of_file_bitstream_count",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "eof_data_partial_ready",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "jpeg_top"
    ]
  },
  {
    "namespace": "opencores",
    "name": "linkruncca",
    "latest": "dc0a13c4d755",
    "versions": [
      "HEAD",
      "dc0a13c4d755"
    ],
    "description": "Detects connected components in pixel data stream and outputs bounding box coordinates.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/linkruncca.git",
    "tags": [
      "access",
      "accumulator",
      "buf",
      "equivalence",
      "feature",
      "filler",
      "holes",
      "memory",
      "random",
      "reader",
      "resolver",
      "table"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:46+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "LinkRunCCA": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "datavalid_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "always",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "LinkRunCCA"
    ]
  },
  {
    "namespace": "opencores",
    "name": "m32632",
    "latest": "3f7adf4b32ae",
    "versions": [
      "3f7adf4b32ae",
      "HEAD"
    ],
    "description": "National Semiconductor NS32000-series 32-bit CPU implementation in Verilog (Udo M\u00f6ller). Maintained at RetroPM/m32632; LGPL-2.1.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/RetroPM/m32632.git",
    "tags": [
      "addsub",
      "aligner",
      "config",
      "control",
      "counter",
      "datapath",
      "dcache",
      "divider",
      "gruppe",
      "icache",
      "register",
      "switch"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2024-08-02T14:57:07+01:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "DCACHE_SM": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "DCA_CONTROL": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "DEBUG_AE": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "DFPU_ADDSUB": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DFPU_BCD": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DFPU_DIV": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DFPU_MISC": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DFPU_MUL": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DIVI_PREP": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DP_FPU": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "DP_LOGIK": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "FFS_LOGIK": [
        {
          "direction": "in",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AA",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MRESULT",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "MASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ROT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SIZE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SH_VAL",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SH_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SH_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MASK_SEL",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SFP_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BMASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "RDAA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "DETOIP",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "BITSEL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "I_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PSR",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "BMCODE",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "OV_FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACB_ZERO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STRING",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "FILTCMP": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "FP_STAT_REG": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "PC_ARCHI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PCMATCH",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CFG",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "MCR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_SEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IVAR",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "IVAR_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CINV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "Y_INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DBG_TRAPS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LFSR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UP_SP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "TT_SP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "FSR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "TWREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FPU_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SAVE_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DOWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BYDIN",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "WMASKE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SELI",
          "type": "wire",
          "width": ""
        }
      ],
      "ICACHE_SM": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[28:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "C_VALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "READ_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENA_HK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEWCVAL",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "KOLLISION",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STOP_ICRD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RUN_ICRD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "KILLADR",
          "type": "wire",
          "width": "[11:7]"
        },
        {
          "direction": "out",
          "name": "ICTODC",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "STOP_CINV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTE_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        }
      ],
      "ILL_UNDEF": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_STAT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ALSB",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "USED",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "IC_DIN",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IC_INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RESTART",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "STOP_IC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPREG",
          "type": "wire",
          "width": "[55:0]"
        },
        {
          "direction": "out",
          "name": "ANZ_VAL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "IC_READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEW_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEXT_ADR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DATA_HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_TEX",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "INIT_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LOAD_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEXT_PCA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PC_NEW",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SAVE_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FPU_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADIVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_ARCHI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_ICACHE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_SAVE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "IC_USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "IPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "VALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UNDEF",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PHASE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "SRC_1",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "ADRD1",
          "type": "wire",
          "width": "[18:0]"
        },
        {
          "direction": "in",
          "name": "PHRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "NXRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ACCA",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "OPERA",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "STATE_0",
          "type": "wire",
          "width": "[66:0]"
        },
        {
          "direction": "out",
          "name": "STATE_GROUP_50",
          "type": "wire",
          "width": "[66:0]"
        }
      ],
      "I_PFAD": [
        {
          "direction": "in",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AA",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MRESULT",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "MASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ROT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SIZE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SH_VAL",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SH_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SH_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MASK_SEL",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SFP_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BMASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "RDAA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "DETOIP",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "BITSEL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "I_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PSR",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "BMCODE",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "OV_FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACB_ZERO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STRING",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "KOLDETECT": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[28:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "C_VALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "READ_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENA_HK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEWCVAL",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "KOLLISION",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STOP_ICRD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RUN_ICRD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "KILLADR",
          "type": "wire",
          "width": "[11:7]"
        },
        {
          "direction": "out",
          "name": "ICTODC",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "STOP_CINV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTE_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        }
      ],
      "M32632": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NMI_N",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INT_N",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STATUS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STATSIGS",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "IO_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_RD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_A",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "IO_BE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IO_DI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IO_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "DC_INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IDRAM_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "DC_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DC_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DRAM_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "DRAM_DI",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_AA",
          "type": "wire",
          "width": "[28:4]"
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "Interface",
          "type": "wire",
          "width": ""
        }
      ],
      "MAKE_STAT": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "I_IOA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "I_IORD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_IORD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D_IOBE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "GENSTAT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ILO_SIG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DCWACC",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "IO_A",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "IO_RD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_BE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "I_IORDY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "D_IORDY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STATUS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KOLLISION",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STATSIGS",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "MMU_MATCH": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "MMU_UP": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "MULFILTER": [
        {
          "direction": "in",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AA",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MRESULT",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "MASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ROT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SIZE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SH_VAL",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SH_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SH_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MASK_SEL",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SFP_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BMASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "RDAA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "DETOIP",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "BITSEL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "I_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PSR",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "BMCODE",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "OV_FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACB_ZERO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STRING",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "NEU_VALID": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "OPDEC_REG": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_STAT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ALSB",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "USED",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "IC_DIN",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IC_INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RESTART",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "STOP_IC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPREG",
          "type": "wire",
          "width": "[55:0]"
        },
        {
          "direction": "out",
          "name": "ANZ_VAL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "IC_READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEW_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEXT_ADR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DATA_HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_TEX",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "INIT_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LOAD_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEXT_PCA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PC_NEW",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SAVE_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FPU_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADIVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_ARCHI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_ICACHE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_SAVE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "IC_USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "IPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "VALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UNDEF",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PHASE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "SRC_1",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "ADRD1",
          "type": "wire",
          "width": "[18:0]"
        },
        {
          "direction": "in",
          "name": "PHRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "NXRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ACCA",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "OPERA",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "STATE_0",
          "type": "wire",
          "width": "[66:0]"
        },
        {
          "direction": "out",
          "name": "STATE_GROUP_50",
          "type": "wire",
          "width": "[66:0]"
        }
      ],
      "PREPDATA": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "PROG_COUNTER": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_STAT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ALSB",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "USED",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "IC_DIN",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IC_INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RESTART",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "STOP_IC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPREG",
          "type": "wire",
          "width": "[55:0]"
        },
        {
          "direction": "out",
          "name": "ANZ_VAL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "IC_READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEW_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEXT_ADR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DATA_HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_TEX",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "INIT_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LOAD_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEXT_PCA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PC_NEW",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SAVE_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FPU_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADIVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_ARCHI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_ICACHE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_SAVE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "IC_USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "IPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "VALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UNDEF",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PHASE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "SRC_1",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "ADRD1",
          "type": "wire",
          "width": "[18:0]"
        },
        {
          "direction": "in",
          "name": "PHRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "NXRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ACCA",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "OPERA",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "STATE_0",
          "type": "wire",
          "width": "[66:0]"
        },
        {
          "direction": "out",
          "name": "STATE_GROUP_50",
          "type": "wire",
          "width": "[66:0]"
        }
      ],
      "REGISTER": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "PC_ARCHI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PCMATCH",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CFG",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "MCR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_SEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IVAR",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "IVAR_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CINV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "Y_INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DBG_TRAPS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LFSR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UP_SP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "TT_SP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "FSR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "TWREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FPU_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SAVE_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DOWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BYDIN",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "WMASKE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SELI",
          "type": "wire",
          "width": ""
        }
      ],
      "REG_LIST": [
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_STAT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ALSB",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "USED",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "IC_DIN",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "IC_INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RESTART",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "STOP_IC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPREG",
          "type": "wire",
          "width": "[55:0]"
        },
        {
          "direction": "out",
          "name": "ANZ_VAL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "IC_READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEW_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NEXT_ADR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DATA_HOLD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IC_TEX",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "INIT_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LOAD_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEXT_PCA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PC_NEW",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SAVE_PC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FPU_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADIVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_ARCHI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_ICACHE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PC_SAVE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "IC_USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "IPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "INIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OPOS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "VALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UNDEF",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PHASE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "SRC_1",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "ADRD1",
          "type": "wire",
          "width": "[18:0]"
        },
        {
          "direction": "in",
          "name": "PHRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "NXRD1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ACCA",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "OPERA",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "STATE_0",
          "type": "wire",
          "width": "[66:0]"
        },
        {
          "direction": "out",
          "name": "STATE_GROUP_50",
          "type": "wire",
          "width": "[66:0]"
        }
      ],
      "SCANDIG": [
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSD_1",
          "type": "wire",
          "width": "[52:32]"
        },
        {
          "direction": "out",
          "name": "LSD_1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "LOAD_MSD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CY_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SUBP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CY_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DO_BCD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BCD_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "BCD_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAN1",
          "type": "wire",
          "width": "[20:0]"
        },
        {
          "direction": "in",
          "name": "SRCFLAGS",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "MAN2",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "MODE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "MRESULT",
          "type": "wire",
          "width": "[105:0]"
        },
        {
          "direction": "in",
          "name": "DIN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "NOT_DEI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EXTDATA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MSB",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NULL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MINUS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DIVI_OUT",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "DVZ_TRAP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DEI_OVF",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "WR_REG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_DONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "COP_OP",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "COP_IN",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "TT_DP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "CLR_LSB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "COP_GO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "UP_DP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WREN_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "DP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "COP_OUT",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "SCHALE": [
        {
          "direction": "in",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AA",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MRESULT",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "MASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ROT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SIZE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SH_VAL",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SH_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SH_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MASK_SEL",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SFP_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BMASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "RDAA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "DETOIP",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "BITSEL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "I_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PSR",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "BMCODE",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "OV_FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACB_ZERO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STRING",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "SFPU_ADDSUB": [
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NZEXP",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[36:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "TT_SP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "SP_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UP_SP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "SFPU_MUL": [
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NZEXP",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[36:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "TT_SP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "SP_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UP_SP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "SHIFTER": [
        {
          "direction": "in",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AA",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MRESULT",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "MASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ROT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SIZE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SH_VAL",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "SH_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "SH_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "MASK_SEL",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC2",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bwd",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SFP_DAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "BMASKE",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "DP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "LD_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WRADR",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "RDAA",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "DETOIP",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "BITSEL",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "OVF_BCD",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DISP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSR",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "I_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "PSR",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "BMCODE",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "OV_FLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACB_ZERO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STRING",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "Multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "SP_FPU": [
        {
          "direction": "in",
          "name": "dataa",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "add_sub",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": "[35:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRC1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NZEXP",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "BWD",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "SELECT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "OUT",
          "type": "wire",
          "width": "[36:0]"
        },
        {
          "direction": "out",
          "name": "IOUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "CMPRES",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "START",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OPCODE",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FSR",
          "type": "wire",
          "width": "[8:3]"
        },
        {
          "direction": "in",
          "name": "FL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "FP_OUT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "TT_SP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "SP_CMP",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "SP_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UP_SP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "multiplexer",
          "type": "wire",
          "width": ""
        }
      ],
      "WRPORT": [
        {
          "direction": "in",
          "name": "WRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_Q",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "VADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "in",
          "name": "DADDR",
          "type": "wire",
          "width": "[3:2]"
        },
        {
          "direction": "out",
          "name": "WDAT",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "CAP_Q",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENB",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VALIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "WADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "WREN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RADR",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "VALOUT",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DBG_IN",
          "type": "wire",
          "width": "[40:2]"
        },
        {
          "direction": "in",
          "name": "READ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USER",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VIRTUELL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR_R",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "MMU_Q",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "DBG_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BRESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NEW_PTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IVAR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WR_MRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VADR",
          "type": "wire",
          "width": "[19:16]"
        },
        {
          "direction": "in",
          "name": "MVALID",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "WE_MV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_MV",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "DAT_MV",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "NEW_PTB_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CUPDATE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DRAM_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CA_SET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HIT_ALL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UPDATE",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_A",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MDONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USE_CA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INHIBIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KILL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRCRAM0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_CV",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WADR_CV",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "DAT_CV",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "INIT_CA_RUN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WRSET0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RMW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_FLAGS",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "MMU_VA",
          "type": "wire",
          "width": "[31:16]"
        },
        {
          "direction": "out",
          "name": "MMU_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PROT_ERROR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CVALID",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "in",
          "name": "DRAMSZ",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ADDR",
          "type": "wire",
          "width": "[31:4]"
        },
        {
          "direction": "in",
          "name": "TAG0",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "CFG",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "INVAL_L",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "KDET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENDRAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DC_ILO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_SPACE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_EQU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TAGDAT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "IO_READY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CAPDAT",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "PTB_WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SEL_PTB1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CPU_OUT",
          "type": "wire",
          "width": "[28:12]"
        },
        {
          "direction": "in",
          "name": "ENWR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "IC_PREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DMA_CHK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ICTODC",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "RWVAL",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "QWATWO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IO_ACC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_ADR",
          "type": "wire",
          "width": "[28:0]"
        },
        {
          "direction": "out",
          "name": "PTE_DAT",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "out",
          "name": "ABORT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IACC_STAT",
          "type": "wire",
          "width": "[3:1]"
        },
        {
          "direction": "out",
          "name": "ABO_LEVEL1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AUX_DAT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTB_ONE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MMU_DIN",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "IC_SIGS",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "KOMUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DMA_MUX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HLDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RWVFLAG",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PTE_STAT",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "WR_ALIGNER": [
        {
          "direction": "in",
          "name": "PACKET",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DP_Q",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "SIZE",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "WRDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "ENBYTE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "BCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACC_OK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "REG_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RDDATA",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "CA_HIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DP_DI",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "AUX_QW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "DCACHE_SM",
      "DCA_CONTROL",
      "DEBUG_AE",
      "DFPU_ADDSUB",
      "DFPU_BCD",
      "DFPU_DIV",
      "DFPU_MISC",
      "DFPU_MUL",
      "DIVI_PREP",
      "DP_FPU",
      "DP_LOGIK",
      "FFS_LOGIK",
      "FILTCMP",
      "FP_STAT_REG",
      "ICACHE_SM",
      "ILL_UNDEF",
      "I_PFAD",
      "KOLDETECT",
      "M32632",
      "MAKE_STAT",
      "MMU_MATCH",
      "MMU_UP",
      "MULFILTER",
      "NEU_VALID",
      "OPDEC_REG",
      "PREPDATA",
      "PROG_COUNTER",
      "REGISTER",
      "REG_LIST",
      "SCANDIG",
      "SCHALE",
      "SFPU_ADDSUB",
      "SFPU_MUL",
      "SHIFTER",
      "SP_FPU",
      "WRPORT",
      "WR_ALIGNER"
    ]
  },
  {
    "namespace": "opencores",
    "name": "minimips",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "A 32-bit MIPS processor core with RAM interface and interrupt support.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/minimips.git",
    "tags": [
      "access",
      "bus",
      "control",
      "controller",
      "ctrl",
      "di",
      "mem",
      "memory",
      "only",
      "pps",
      "random",
      "read"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2006-03-23T16:34:22+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "preserved",
    "external_uses": [
      {
        "library": "work",
        "package": "alu"
      }
    ],
    "provides_packages": [
      "pack_mips"
    ],
    "top_ports": {
      "minimips": [
        {
          "direction": "in",
          "name": "clock",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ram_req",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ram_adr",
          "type": "bus32",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ram_r_w",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ram_data",
          "type": "bus32",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ram_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "it_mat",
          "type": "std_logic",
          "width": ""
        }
      ],
      "ram": [
        {
          "direction": "in",
          "name": "req",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adr",
          "type": "bus32",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "data_inout",
          "type": "bus32",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_w",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready",
          "type": "std_logic",
          "width": ""
        }
      ],
      "rom": [
        {
          "direction": "in",
          "name": "adr",
          "type": "bus32",
          "width": ""
        },
        {
          "direction": "out",
          "name": "donnee",
          "type": "bus32",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fname",
          "type": "string",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "minimips",
      "ram",
      "rom"
    ]
  },
  {
    "namespace": "opencores",
    "name": "minsoc",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Minimal OpenRISC 1200 system-on-chip \u2014 OR1200 CPU with Wishbone-attached on-chip RAM, UART, Ethernet, and JTAG debug. Generic FPGA targets (Xilinx + Altera). Authors: Xanthopoulos, Hicks, Almansa, Yawn, Jayar, Fajardo (2009-2013).",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/minsoc.git",
    "tags": [
      "access",
      "action",
      "altera",
      "interface",
      "internal",
      "locked",
      "manager",
      "memory",
      "minsoc",
      "onchip",
      "peripheral",
      "startup"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:34:13Z",
    "updated_at": "2013-05-12T18:51:08+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "minsoc_top": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_flash_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_flash_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_flash_sclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_flash_ss",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "uart_stx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_srx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_tx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_tx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_tx_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_txd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "eth_rx_er",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rx_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rx_dv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rxd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "eth_col",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_crs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_trste",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_fds_mdint",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "eth_mdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_vref",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_gnd",
          "type": "wire",
          "width": ""
        }
      ],
      "mux2": [
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[dw-1:0]"
        }
      ],
      "tc_mi_to_st": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i0_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i0_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i0_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i0_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i0_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i1_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i1_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i1_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i1_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i1_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i2_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i2_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i2_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i2_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i3_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i3_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i3_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i3_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i3_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i4_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i4_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i4_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i4_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i4_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i5_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i5_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i5_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i5_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i5_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i6_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i6_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i6_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i6_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i6_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i7_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i7_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i7_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i7_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i7_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t0_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t0_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t0_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t0_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t0_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t1_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t1_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t1_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t1_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t1_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t2_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t2_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t2_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t2_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t2_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t3_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t3_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t3_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t3_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t3_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t4_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t4_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t4_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t4_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t4_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t5_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t5_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t5_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t5_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t5_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t6_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t6_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t6_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t6_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t6_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t7_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t7_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t7_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t7_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t7_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t8_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t8_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t8_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t8_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t8_wb_err_i",
          "type": "wire",
          "width": ""
        }
      ],
      "tc_si_to_mt": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i0_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i0_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i0_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i0_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i0_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i0_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i1_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i1_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i1_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i1_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i1_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i1_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i2_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i2_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i2_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i2_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i2_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i2_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i3_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i3_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i3_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i3_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i3_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i3_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i4_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i4_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i4_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i4_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i4_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i4_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i5_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i5_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i5_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i5_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i5_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i5_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i6_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i6_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i6_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i6_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i6_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i6_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_adr_i",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i7_wb_sel_i",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "in",
          "name": "i7_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i7_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i7_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "i7_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i7_wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t0_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t0_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t0_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t0_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t0_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t1_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t1_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t1_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t1_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t1_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t1_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t2_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t2_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t2_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t2_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t2_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t2_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t3_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t3_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t3_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t3_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t3_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t3_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t4_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t4_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t4_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t4_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t4_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t4_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t5_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t5_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t5_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t5_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t5_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t5_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t6_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t6_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t6_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t6_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t6_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t6_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t7_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t7_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t7_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t7_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t7_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t7_wb_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_adr_o",
          "type": "wire",
          "width": "[`TC_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "t8_wb_sel_o",
          "type": "wire",
          "width": "[`TC_BSW-1:0]"
        },
        {
          "direction": "out",
          "name": "t8_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t8_wb_dat_o",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t8_wb_dat_i",
          "type": "wire",
          "width": "[`TC_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "t8_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t8_wb_err_i",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "minsoc_top",
      "mux2",
      "tc_mi_to_st",
      "tc_si_to_mt"
    ]
  },
  {
    "namespace": "opencores",
    "name": "mips32r1",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "MIPS32 Release 1 RISC processor implementing the MIPS32R1 ISA with Wishbone bus and 5-stage pipeline.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/mips32r1.git",
    "tags": [
      "asynchronous",
      "bootloader",
      "circuit",
      "control",
      "controller",
      "detection",
      "inter-integrated",
      "physical",
      "receiver",
      "transmit",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2014-01-02T00:24:50+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "Decoder_2to4": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "B",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "PLL_100MHz_to_50MHz_100MHz": [
        {
          "direction": "in",
          "name": "CLKIN1_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT0_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT1_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOCKED_OUT",
          "type": "wire",
          "width": ""
        }
      ],
      "PLL_100MHz_to_50MHz_100MHz_66MHz": [
        {
          "direction": "in",
          "name": "CLKIN1_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT0_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT1_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT2_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOCKED_OUT",
          "type": "wire",
          "width": ""
        }
      ],
      "PLL_100MHz_to_66MHz": [
        {
          "direction": "in",
          "name": "CLKIN1_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT0_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOCKED_OUT",
          "type": "wire",
          "width": ""
        }
      ],
      "PLL_100MHz_to_66MHz_133MHz": [
        {
          "direction": "in",
          "name": "CLKIN1_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT0_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT1_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOCKED_OUT",
          "type": "wire",
          "width": ""
        }
      ],
      "PLL_100MHz_to_66MHz_133MHz_266MHz": [
        {
          "direction": "in",
          "name": "CLKIN1_IN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT0_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT1_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLKOUT2_OUT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOCKED_OUT",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "Decoder_2to4",
      "PLL_100MHz_to_50MHz_100MHz",
      "PLL_100MHz_to_50MHz_100MHz_66MHz",
      "PLL_100MHz_to_66MHz",
      "PLL_100MHz_to_66MHz_133MHz",
      "PLL_100MHz_to_66MHz_133MHz_266MHz",
      "Top_Tester"
    ]
  },
  {
    "namespace": "opencores",
    "name": "motion_estimation_processor",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Motion estimation engine computing block-matching displacement vectors for video compression workflows.",
    "license": "GPL-2.0-or-later",
    "language": "vhdl-2008",
    "library": "xilinxcorelib",
    "source_url": "https://github.com/freecores/motion_estimation_processor.git",
    "tags": [
      "address",
      "checker",
      "component",
      "datapath",
      "distance",
      "engine64",
      "macroblock",
      "memory64",
      "physical",
      "reference",
      "register",
      "selector"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:18:01Z",
    "updated_at": "2009-10-11T12:04:00+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "provides_packages": [
      "config"
    ],
    "top_ports": {
      "concatenate64": [
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "din2",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enable_hp_inter",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "quick_valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid",
          "type": "std_logic",
          "width": ""
        }
      ],
      "current_macroblock_memory64": [
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_VECTOR",
          "width": "4 downto 0"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "std_logic_VECTOR",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "std_logic_VECTOR",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "we",
          "type": "std_logic",
          "width": ""
        }
      ],
      "macroblock_data0": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data1": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data3": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data4": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data5": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data6": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "macroblock_data7": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "me_top": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "register_file_address",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "in",
          "name": "register_file_write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "register_file_data_in",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "register_file_data_out",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "done_interrupt",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "best_sad_debug",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "best_mv_debug",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "best_eu_debug",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "partition_mode_debug",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "qp_on_debug",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_rm_re_debug",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_rm_debug",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "dma_address",
          "type": "std_logic_vector",
          "width": "10 downto 0"
        },
        {
          "direction": "in",
          "name": "dma_data_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "dma_rm_we",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_cm_we",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_pom_we",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_prm_we",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_residue_out",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "dma_re_re",
          "type": "std_logic",
          "width": ""
        }
      ],
      "range_checker": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "candidate_mvx",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "candidate_mvy",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "frame_dimension_x",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "frame_dimension_y",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "mbx_coordinate",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "mby_coordinate",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "range_ok",
          "type": "std_logic",
          "width": ""
        }
      ],
      "reference_data0": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "reference_data1": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "reference_data2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "reference_data3": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        }
      ],
      "reference_macroblock_memory64": [
        {
          "direction": "in",
          "name": "addr",
          "type": "std_logic_VECTOR",
          "width": "5 downto 0"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "std_logic_VECTOR",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "std_logic_VECTOR",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "we",
          "type": "std_logic",
          "width": ""
        }
      ],
      "reference_memory64_remap": [
        {
          "direction": "in",
          "name": "addr_r",
          "type": "std_logic_vector",
          "width": "10 downto 0"
        },
        {
          "direction": "in",
          "name": "addr_w",
          "type": "std_logic_vector",
          "width": "10 downto 0"
        },
        {
          "direction": "in",
          "name": "enable_hp_inter",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "next_configuration",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start_row",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "out",
          "name": "dout2",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "we",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "concatenate64",
      "current_macroblock_memory64",
      "macroblock_data0",
      "macroblock_data1",
      "macroblock_data2",
      "macroblock_data3",
      "macroblock_data4",
      "macroblock_data5",
      "macroblock_data6",
      "macroblock_data7",
      "me_top",
      "range_checker",
      "reference_data0",
      "reference_data1",
      "reference_data2",
      "reference_data3",
      "reference_macroblock_memory64",
      "reference_memory64_remap"
    ]
  },
  {
    "namespace": "opencores",
    "name": "nand_controller",
    "latest": "94bb63210770",
    "versions": [
      "94bb63210770",
      "HEAD"
    ],
    "description": "Avalon interface controller for NAND flash memory read/write operations with command and address sequencing.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/nand_controller.git",
    "tags": [
      "avalon",
      "io",
      "latch",
      "master",
      "nand"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:24+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "provides_packages": [
      "onfi"
    ],
    "top_ports": {
      "nand_avalon": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "readdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "writedata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "pread",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pwrite",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "nand_cle",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nand_ale",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nand_nwe",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nand_nwp",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nand_nce",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nand_nre",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nand_rnb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "nand_data",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        }
      ]
    },
    "top_modules": [
      "nand_avalon"
    ]
  },
  {
    "namespace": "opencores",
    "name": "nextz80",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Z80-compatible 8-bit processor with Wishbone bus interface, suitable for retro-computer reimplementation and embedded controllers.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/nextz80.git",
    "tags": [
      "ram16x8d"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:52:00Z",
    "updated_at": "2014-02-06T21:34:08+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "ALU8": [
        {
          "direction": "in",
          "name": "D0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "D1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FIN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "FOUT",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "ALU8DOUT",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "OP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "EXOP",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "LDIFLAGS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSTHI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cdaa",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdaa",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[15:0]"
        }
      ],
      "NextZ80": [
        {
          "direction": "in",
          "name": "DI",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "DO",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "ADDR",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "WR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MREQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IORQ",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HALT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RESET",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NMI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WAIT",
          "type": "wire",
          "width": ""
        }
      ],
      "RegSelect": [
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ALU160_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DINW_SEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "XMASK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WAIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WE",
          "type": "wire",
          "width": ""
        }
      ],
      "Z80Reg": [
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "reg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ALU160_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DINW_SEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "XMASK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WAIT",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WE",
          "type": "wire",
          "width": ""
        }
      ],
      "daa": [
        {
          "direction": "in",
          "name": "D0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "D1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "FIN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "FOUT",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "ALU8DOUT",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "OP",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "EXOP",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "LDIFLAGS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DSTHI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cdaa",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hdaa",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOUT",
          "type": "wire",
          "width": "[15:0]"
        }
      ]
    },
    "top_modules": [
      "ALU8",
      "NextZ80",
      "RegSelect",
      "Z80Reg",
      "daa"
    ]
  },
  {
    "namespace": "opencores",
    "name": "nlprg",
    "latest": "fd86f57cd824",
    "versions": [
      "HEAD",
      "fd86f57cd824"
    ],
    "description": "This project provides an example of a non-linear pseudo random generator ( nlprg ). The nlprg can produce a pseudo-random sequence with a period of 2^n numbers, where n is the numbers of registers.",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/nlprg.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:55:14+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "readme",
    "top_ports": {
      "nlprg8": [
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o7",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "nlprg8"
    ]
  },
  {
    "namespace": "opencores",
    "name": "pairing",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Tate bilinear pairing computation over the F_3^m characteristic-3 extension field for pairing-based cryptography (Homer Hsing, 2011).",
    "license": "LGPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/pairing.git",
    "tags": [
      "add1",
      "add3",
      "add4",
      "algo",
      "cubic",
      "duursma",
      "f32m",
      "f33m",
      "mult2",
      "mult3",
      "pairing",
      "second"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2012-03-04T09:06:24+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "duursma_lee_algo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xp",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W6:0]"
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "f32m_add3": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f32m_add4": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f32m_cubic": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f32m_mult": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f32m_mux6": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f32m_neg": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f32m_sub": [
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W2:0]"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "f33m_inv": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f33m_mult": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f33m_mult2": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f33m_mult3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f33m_mux2": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f33m_mux3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f33m_neg": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f3m_mult",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`W3:0]"
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`W3:0]"
        }
      ],
      "f36m_mult": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W6:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W6:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f32m_mult",
          "type": "wire",
          "width": ""
        }
      ],
      "f3_add1": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3_mult": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3_sub": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3_sub1": [
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1:0]"
        }
      ],
      "f3m_add3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_add4": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_cubic": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_inv": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mult": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mult3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mux3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_mux6": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_neg": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_nine": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "f3m_sub": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func1": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func2": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func3": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func4": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func5": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func7": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "func8": [
        {
          "direction": "in",
          "name": "v1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "l0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "v0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH : 0]"
        },
        {
          "direction": "in",
          "name": "a0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "q",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH+2:0]"
        },
        {
          "direction": "in",
          "name": "aa",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[5:0]"
        }
      ],
      "second_part": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[`W6:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[`W6:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ins2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "f32m_mult",
          "type": "wire",
          "width": ""
        }
      ],
      "tate_pairing": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xp",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`W6:0]"
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ]
    },
    "top_modules": [
      "duursma_lee_algo",
      "f32m_add3",
      "f32m_add4",
      "f32m_cubic",
      "f32m_mult",
      "f32m_mux6",
      "f32m_neg",
      "f32m_sub",
      "f33m_inv",
      "f33m_mult",
      "f33m_mult2",
      "f33m_mult3",
      "f33m_mux2",
      "f33m_mux3",
      "f33m_neg",
      "f36m_mult",
      "f3_add1",
      "f3_mult",
      "f3_sub",
      "f3_sub1",
      "f3m_add3",
      "f3m_add4",
      "f3m_cubic",
      "f3m_inv",
      "f3m_mult",
      "f3m_mult3",
      "f3m_mux3",
      "f3m_mux6",
      "f3m_neg",
      "f3m_nine",
      "f3m_sub",
      "func1",
      "func2",
      "func3",
      "func4",
      "func5",
      "func7",
      "func8",
      "second_part",
      "tate_pairing"
    ]
  },
  {
    "namespace": "opencores",
    "name": "pci",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Bidirectional 32-bit PCI \u2194 Wishbone bridge supporting both initiator and target operation (Tadej Markovic + Miha Dolenc, OpenCores 2001-2006).",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/pci.git",
    "tags": [
      "asynchronous",
      "bridge32",
      "control",
      "controller",
      "interface",
      "master32",
      "multiplexer",
      "register",
      "synchronizer",
      "synchronous",
      "target32",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T22:57:14Z",
    "updated_at": "2009-03-10T08:24:20+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "pci_bridge32": [
        {
          "direction": "out",
          "name": "enables",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "with",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_rst_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_int_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_int_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wbs_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbs_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wbs_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wbs_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_cti_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wbs_bte_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wbs_cab_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbs_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbs_rty_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbs_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wbm_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbm_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbm_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wbm_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "wbm_bte_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_rst_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_rst_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_inta_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_inta_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_inta_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_req_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_frame_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_frame_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_frame_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_irdy_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_devsel_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_trdy_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_stop_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_ad_oe_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pci_cbe_oe_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "pci_irdy_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_irdy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_idsel_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_devsel_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_devsel_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_trdy_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_trdy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_stop_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_stop_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_ad_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "pci_ad_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pci_cbe_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "pci_cbe_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "pci_par_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_par_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_par_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_perr_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_perr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_perr_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_serr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_serr_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_si_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbist_so_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_ctrl_i",
          "type": "wire",
          "width": "[`PCI_MBIST_CTRL_WIDTH - 1:0]"
        },
        {
          "direction": "out",
          "name": "pci_cpci_hs_enum_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_cpci_hs_enum_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_cpci_hs_led_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pci_cpci_hs_led_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pci_cpci_hs_es_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "assign",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spoci_scl_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spoci_scl_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spoci_sda_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spoci_sda_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spoci_sda_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "later",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "pci_bridge32"
    ]
  },
  {
    "namespace": "opencores",
    "name": "pci32tlite_oc",
    "latest": "1685821cee9f",
    "versions": [
      "1685821cee9f",
      "HEAD"
    ],
    "description": "PCI 32-bit Lite Target controller \u2014 minimal PCI target-mode interface in VHDL, useful for Wishbone-bus designs needing a PCI front-end.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "onalib",
    "source_url": "https://github.com/routertl-mirrors/pci32tlite_oc.git",
    "tags": [
      "synchronizer",
      "synchronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T12:16:58Z",
    "updated_at": "2026-05-05T13:55:35+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "provides_packages": [
      "onapackage"
    ],
    "top_ports": {
      "pci32tLite": [
        {
          "direction": "in",
          "name": "clk33",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ad",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "cbe",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "par",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "frame",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irdy",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trdy",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "devsel",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stop",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idsel",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "perr",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serr",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "intb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_adr_o",
          "type": "std_logic_vector",
          "width": "24 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "WBSIZE-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "WBSIZE-1 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_sel_o",
          "type": "std_logic_vector",
          "width": "((WBSIZE/8)-1) downto 0"
        },
        {
          "direction": "out",
          "name": "wb_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rty_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_err_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_int_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "pfb": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "pfs": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "sync": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "sync2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "sync2h": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "sync2l": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "synch": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "syncl": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "syncv": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ],
      "syncv2h": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "pci32tLite",
      "pfb",
      "pfs",
      "sync",
      "sync2",
      "sync2h",
      "sync2l",
      "synch",
      "syncl",
      "syncv",
      "syncv2h"
    ]
  },
  {
    "namespace": "opencores",
    "name": "ps2_host_controller",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "PS/2 host controller that transmits and receives 8-bit data over PS/2 clock and data lines with status indication.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/ps2_host_controller.git",
    "tags": [
      "clk",
      "clock",
      "control",
      "controller",
      "ctrl",
      "host",
      "ps2",
      "receive",
      "receiver",
      "transmit",
      "transmitter",
      "watchdog"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2011-12-19T02:13:20+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "ps2_host": [
        {
          "direction": "in",
          "name": "sys_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ps2_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ps2_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "send_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "ps2_host"
    ]
  },
  {
    "namespace": "opencores",
    "name": "raytrac",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Ray tracing accelerator computing intersection tests with floating-point arithmetic for visibility, shadow, and reflection calculations.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/raytrac.git",
    "tags": [
      "block",
      "cla",
      "rca"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:18:01Z",
    "updated_at": "2011-08-05T00:09:00+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "altera_mf",
        "package": "all"
      }
    ],
    "provides_packages": [
      "arithpack"
    ],
    "top_ports": {
      "ema32x2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dpc",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "b32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "c32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "ema32x3": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dpc",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "b32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "c32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "res32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "func": [
        {
          "direction": "in",
          "name": "ad0",
          "type": "std_logic_vector",
          "width": "awidth-1 downto 0"
        },
        {
          "direction": "in",
          "name": "ad1",
          "type": "std_logic_vector",
          "width": "awidth-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q0",
          "type": "std_logic_vector",
          "width": "qwidth-1 downto 0"
        },
        {
          "direction": "out",
          "name": "q1",
          "type": "std_logic_vector",
          "width": "qwidth-1 downto 0"
        }
      ],
      "invr32": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dvd32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "qout32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "memblock": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aqa",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "out",
          "name": "aqb",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "out",
          "name": "aqc",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "out",
          "name": "aqd",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "ada",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "adb",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "adc",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "add",
          "type": "std_logic_vector",
          "width": "32*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "aaa",
          "type": "std_logic_vector",
          "width": "7*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "aab",
          "type": "std_logic_vector",
          "width": "7*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "aac",
          "type": "std_logic_vector",
          "width": "7*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "aad",
          "type": "std_logic_vector",
          "width": "7*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "awa",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "awb",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "awc",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "awd",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "q",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "std_logic_vector",
          "width": "11 downto 0"
        },
        {
          "direction": "in",
          "name": "w",
          "type": "std_logic",
          "width": ""
        }
      ],
      "mul2": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "b32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "p32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "raytrac": [
        {
          "direction": "in",
          "name": "A",
          "type": "std_logic_vector",
          "width": "18*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "std_logic_vector",
          "width": "18*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "C",
          "type": "std_logic_vector",
          "width": "18*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "D",
          "type": "std_logic_vector",
          "width": "18*3-1 downto 0"
        },
        {
          "direction": "in",
          "name": "opcode",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addcode",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ena",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sqrt0",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "sqrt1",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "addABx",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "addABy",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "addABz",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "addCDx",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "addCDy",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "addCDz",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "subABx",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "subABy",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "subABz",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "subCDx",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "subCDy",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "subCDz",
          "type": "std_logic_vector",
          "width": "17 downto 0"
        },
        {
          "direction": "out",
          "name": "CPX",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "CPY",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "CPZ",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "DP0",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "DP1",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "kvx0",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "kvy0",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "kvz0",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "kvx1",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "kvy1",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "kvz1",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "sqrt32": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "sq32",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "sqrtdiv": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "value",
          "type": "std_logic_vector",
          "width": "iwidth-1 downto 0"
        },
        {
          "direction": "out",
          "name": "zero",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sqr",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "inv",
          "type": "std_logic_vector",
          "width": "16 downto 0"
        }
      ]
    },
    "top_modules": [
      "ema32x2",
      "ema32x3",
      "func",
      "invr32",
      "memblock",
      "mul2",
      "raytrac",
      "sqrt32",
      "sqrtdiv",
      "unrm1"
    ]
  },
  {
    "namespace": "opencores",
    "name": "reed_solomon_decoder",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Generic Reed-Solomon decoder pipeline with configurable code parameters. Sibling to opencores/rs_decoder_31_19_6 (specific to the (31,19,6) code).",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/reed_solomon_decoder.git",
    "tags": [
      "access",
      "ascending",
      "binary",
      "correction",
      "datapath",
      "decoder",
      "in2out",
      "matrix",
      "memory",
      "physical",
      "syndromes",
      "transport"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2010-04-11T14:41:07+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "RS_dec": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "byte",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input_byte",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "Out_byte",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "CEO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Valid_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "block",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "roots",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "initial",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "RS_dec"
    ]
  },
  {
    "namespace": "opencores",
    "name": "rs_decoder_31_19_6",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Decodes Reed-Solomon encoded words and corrects errors in received data.",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/rs_decoder_31_19_6.git",
    "tags": [
      "buffer",
      "degree0",
      "degree1",
      "degree2",
      "degree3",
      "degree4",
      "degree5",
      "degree6",
      "fifo",
      "queue",
      "register",
      "register5"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2006-02-09T06:06:28+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "preserved",
    "top_ports": {
      "RSDecoder": [
        {
          "direction": "in",
          "name": "recword",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "corr_recword",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "degree0_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "degree1_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "degree2_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "degree3_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "degree4_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "degree5_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "degree6_cell": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "inverscomb": [
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lambda0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "homega0",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lastdataout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "errorvalue",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "rootcntr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "lcpmult": [
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "datain",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dataout",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "mux2_to_1": [
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "datain",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dataout",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "register5_wl": [
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "datain",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dataout",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "register5_wlh": [
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "datain",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dataout",
          "type": "wire",
          "width": "[4:0]"
        }
      ]
    },
    "top_modules": [
      "RSDecoder",
      "degree0_cell",
      "degree1_cell",
      "degree2_cell",
      "degree3_cell",
      "degree4_cell",
      "degree5_cell",
      "degree6_cell",
      "inverscomb",
      "lcpmult",
      "mux2_to_1",
      "register5_wl",
      "register5_wlh"
    ]
  },
  {
    "namespace": "opencores",
    "name": "s1_core",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Streamlined adaptation of Sun's OpenSPARC T1 \u2014 single 64-bit SPARC v9 core supporting 1-4 concurrent threads, with Wishbone master interface. Authors: Watson, Rozhdestvenskiy, Luzzu, Fazzino (2007-2018).",
    "license": "GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/s1_core.git",
    "tags": [
      "aluadder64",
      "asynchronous",
      "comparator",
      "controller",
      "correction",
      "multiplexer",
      "prencoder16",
      "synchronizer",
      "zzmulcsa32",
      "zzmulcsa42",
      "zzmulnand2",
      "zzmulppmuxi21"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:34:13Z",
    "updated_at": "2008-12-03T13:52:34+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "bw_mckbuf_14x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_17x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_19x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_1p5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_22x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_25x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_28x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_30x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_33x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_40x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_4p5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_7x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_mckbuf_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_idct_array": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "index0_x",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "index1_x",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "index_sel_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dec_wrway_x",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rdreq_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrreq_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrtag_w0_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wrtag_w1_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wrtag_w2_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wrtag_w3_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w0_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w1_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w2_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w3_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[32:0]"
        }
      ],
      "bw_r_irf_72_4x1_mux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrens",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "save",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "save_addr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "restore",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "restore_addr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "rd_thread",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "x0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "y",
          "type": "wire",
          "width": "[71:0]"
        }
      ],
      "bw_r_irf_core": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_tid_s2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_rs1_s",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_rs2_s",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_rs3_s",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren1_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren2_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren3_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ecl_irf_wen_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ecl_irf_wen_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ecl_irf_rd_m",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ecl_irf_rd_g",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "byp_irf_rd_data_w",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "byp_irf_rd_data_w2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "ecl_irf_tid_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ecl_irf_tid_g",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_old_lo_cwp_e",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_new_lo_cwp_e",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_old_e_cwp_e",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "rml_irf_new_e_cwp_e",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_even_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_odd_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_local_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_kill_restore_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_cwpswap_tid_e",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_old_agp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_new_agp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_global",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_global_tid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irf_byp_rs1_data_d_l",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs2_data_d_l",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3_data_d_l",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3h_data_d_l",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren1_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren2_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren3_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "thr_rs1",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rs2",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rs3",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rs3h",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs1_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs2_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3h_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "active_win_thr_rd_w_neg",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "active_win_thr_rd_w2_neg",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "thr_rd_w_neg",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rd_w2_neg",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "swap_global_d1_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_global_d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "global_tid_d1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "global_tid_d2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "old_agp_d1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "new_agp_d2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "swap_local_m_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_local_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "old_lo_cwp_m",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "new_lo_cwp_w",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "swap_even_m_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_even_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "old_e_cwp_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "new_e_cwp_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "swap_odd_m_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_odd_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cwpswap_tid_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cwpswap_tid_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "kill_restore_w",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_irf_register": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrens",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "save",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "save_addr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "restore",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "restore_addr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "rd_thread",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "x0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "y",
          "type": "wire",
          "width": "[71:0]"
        }
      ],
      "bw_r_rf16x2": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[159:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_adr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "word_wen",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "byte_wen",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[159:0]"
        },
        {
          "direction": "out",
          "name": "so_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_r",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rd_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_tlb_data_ram": [
        {
          "direction": "in",
          "name": "tlb_cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_cam_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "tlb_demap_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_addr_mask_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_ctxt",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rd_tag_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rw_index",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_auto",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cache_ptag_w0",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w1",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w2",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w3",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_set_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass_va",
          "type": "wire",
          "width": "[12:10]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_soft_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum_crit",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_cam_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cache_way_hit",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "cache_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_writeable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "remains",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_tag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_vld_tmp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index",
          "type": "wire",
          "width": "[6-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index",
          "type": "wire",
          "width": "[6-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_entry_vld",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "demap_other",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_data",
          "type": "wire",
          "width": "[53:0]"
        },
        {
          "direction": "in",
          "name": "cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cam_hit",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "demap_hit",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_used",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_locked",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "mismatch",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_index",
          "type": "wire",
          "width": "[(6 - 1):0]"
        },
        {
          "direction": "in",
          "name": "cam_hit_any",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        }
      ],
      "bw_r_tlb_tag_ram": [
        {
          "direction": "in",
          "name": "tlb_cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_cam_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "tlb_demap_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_addr_mask_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_ctxt",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rd_tag_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rw_index",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_auto",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cache_ptag_w0",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w1",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w2",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w3",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_set_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass_va",
          "type": "wire",
          "width": "[12:10]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_soft_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum_crit",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_cam_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cache_way_hit",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "cache_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_writeable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "remains",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_tag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_vld_tmp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index",
          "type": "wire",
          "width": "[6-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index",
          "type": "wire",
          "width": "[6-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_entry_vld",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "demap_other",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_data",
          "type": "wire",
          "width": "[53:0]"
        },
        {
          "direction": "in",
          "name": "cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cam_hit",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "demap_hit",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_used",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_locked",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "mismatch",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_index",
          "type": "wire",
          "width": "[(6 - 1):0]"
        },
        {
          "direction": "in",
          "name": "cam_hit_any",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        }
      ],
      "bw_u1_ao2222_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ao2222_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ao2222_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi211_0p3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi211_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi211_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi211_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi211_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi21_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi21_12x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi21_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi21_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi21_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi21_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi221_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi221_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi221_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi221_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi222_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi222_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi222_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi22_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi22_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi22_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi22_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi22_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi311_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi311_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi311_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi311_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi31_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi31_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi31_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi31_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi32_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi32_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi32_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi32_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi33_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi33_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi33_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_aoi33_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_10x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_15x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_20x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_30x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_40x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_buf_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_11x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_14x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_17x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_19x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_1p5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_22x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_25x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_28x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_30x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_33x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_40x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_4p5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_7x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckbuf_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckenbuf_14x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckenbuf_4p5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_ckenbuf_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_fill_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_fill_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_fill_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_fill_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_10x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_15x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_20x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_30x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_40x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_inv_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_invh_15x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_invh_25x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_invh_30x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_invh_50x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_invh_60x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_minbuf_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_minbuf_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_minbuf_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi21_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi21_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi21_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi21_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi21_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi31d_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi41d_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_muxi41d_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_10x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_15x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand2_7x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_10x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand3_7x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nand4_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_12x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor2_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_nor3_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai211_0p3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai211_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai211_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai211_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai211_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai21_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai21_12x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai21_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai21_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai21_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai21_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai221_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai221_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai221_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai221_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai222_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai222_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai222_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai22_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai22_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai22_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai22_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai22_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai311_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai311_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai311_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai311_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai31_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai31_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai31_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai31_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai32_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai32_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai32_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai32_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai33_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai33_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai33_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_oai33_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_scanl_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_scanlg_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soff_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soff_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soff_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soff_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffasr_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffi_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffi_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffm2_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffm2_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffr_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffr_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_soffr_8x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_syncff_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xnor2_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xnor2_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xnor2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xnor2_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xor2_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xor2_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xor2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_xor2_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhaoi21_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhaoi21_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhinv_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhinv_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhinv_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhinv_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhinv_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhinv_4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand2_0p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand2_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand2_1p4x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand2_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand2_3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand3_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand3_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand3_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand4_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand4_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnand4_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnor2_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnor2_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnor2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhnor3_0p6x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhoai211_0p3x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhoai211_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zhoai21_1x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zzeccxor2_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zzmulcsa32_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zzmulcsa42_5x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zzmulnand2_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_u1_zzmulppmuxi21_2x": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "dff": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dff_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dff_sscan": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffe": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffe_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async_ns_cl_r1": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async_ns_r1": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_ns_r1": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffre": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffre_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_async": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_async_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrle": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrle_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffsl_async_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffsl_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dp_mux2es": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux3ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux4ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux5ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux8ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "mux2ds": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "mux3ds": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "mux4ds": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "s1_top": [
        {
          "direction": "in",
          "name": "sys_clock_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_reset_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_irq_i",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "wbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_data_i",
          "type": "wire",
          "width": "[(`WB_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "wbm_cycle_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_strobe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_addr_o",
          "type": "wire",
          "width": "[`WB_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wbm_data_o",
          "type": "wire",
          "width": "[`WB_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wbm_sel_o",
          "type": "wire",
          "width": "[`WB_DATA_WIDTH/8-1:0]"
        }
      ],
      "sink": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "source": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "synchronizer_asr": [
        {
          "direction": "out",
          "name": "sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        }
      ],
      "zckenbuf_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zmuxi31d_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zmuxi41d_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zsoff_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zsoffasr_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zsoffi_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zsoffm2_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zsoffr_prim": [
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd18": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd32": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd32op4": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd32v": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd34c": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd48": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd56": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd64": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd64_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzadd8": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzbufh_60x4": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzecc_exu_chkecc2": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzecc_sctag_24b_gen": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzecc_sctag_30b_cor": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzecc_sctag_ecc39": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzecc_sctag_pgen_32b": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzinc32": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzinc48": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzinc64": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zznor16": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zznor24": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zznor64_32": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zznor64_32_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzor32": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzor36": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzor36_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzor8": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar16": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar28": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar32": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar32_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar34": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar34_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar8": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpar8_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpenc64": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "zzpenc64_lv": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "znor64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "znor32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs1_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "operand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs2_data",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "adder_out",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rs3_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "rs4_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "cout32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout64",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "add32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "p",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "parity",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "corrected_bit",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "cflag",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "pflag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "bw_mckbuf_14x",
      "bw_mckbuf_17x",
      "bw_mckbuf_19x",
      "bw_mckbuf_1p5x",
      "bw_mckbuf_22x",
      "bw_mckbuf_25x",
      "bw_mckbuf_28x",
      "bw_mckbuf_30x",
      "bw_mckbuf_33x",
      "bw_mckbuf_3x",
      "bw_mckbuf_40x",
      "bw_mckbuf_4p5x",
      "bw_mckbuf_6x",
      "bw_mckbuf_7x",
      "bw_mckbuf_8x",
      "bw_r_idct_array",
      "bw_r_irf_72_4x1_mux",
      "bw_r_irf_core",
      "bw_r_irf_register",
      "bw_r_rf16x2",
      "bw_r_tlb_data_ram",
      "bw_r_tlb_tag_ram",
      "bw_u1_ao2222_1x",
      "bw_u1_ao2222_2x",
      "bw_u1_ao2222_4x",
      "bw_u1_aoi211_0p3x",
      "bw_u1_aoi211_1x",
      "bw_u1_aoi211_2x",
      "bw_u1_aoi211_4x",
      "bw_u1_aoi211_8x",
      "bw_u1_aoi21_0p4x",
      "bw_u1_aoi21_12x",
      "bw_u1_aoi21_1x",
      "bw_u1_aoi21_2x",
      "bw_u1_aoi21_4x",
      "bw_u1_aoi21_8x",
      "bw_u1_aoi221_1x",
      "bw_u1_aoi221_2x",
      "bw_u1_aoi221_4x",
      "bw_u1_aoi221_8x",
      "bw_u1_aoi222_1x",
      "bw_u1_aoi222_2x",
      "bw_u1_aoi222_4x",
      "bw_u1_aoi22_0p4x",
      "bw_u1_aoi22_1x",
      "bw_u1_aoi22_2x",
      "bw_u1_aoi22_4x",
      "bw_u1_aoi22_8x",
      "bw_u1_aoi311_1x",
      "bw_u1_aoi311_2x",
      "bw_u1_aoi311_4x",
      "bw_u1_aoi311_8x",
      "bw_u1_aoi31_1x",
      "bw_u1_aoi31_2x",
      "bw_u1_aoi31_4x",
      "bw_u1_aoi31_8x",
      "bw_u1_aoi32_1x",
      "bw_u1_aoi32_2x",
      "bw_u1_aoi32_4x",
      "bw_u1_aoi32_8x",
      "bw_u1_aoi33_1x",
      "bw_u1_aoi33_2x",
      "bw_u1_aoi33_4x",
      "bw_u1_aoi33_8x",
      "bw_u1_buf_10x",
      "bw_u1_buf_15x",
      "bw_u1_buf_1x",
      "bw_u1_buf_20x",
      "bw_u1_buf_30x",
      "bw_u1_buf_40x",
      "bw_u1_buf_5x",
      "bw_u1_ckbuf_11x",
      "bw_u1_ckbuf_14x",
      "bw_u1_ckbuf_17x",
      "bw_u1_ckbuf_19x",
      "bw_u1_ckbuf_1p5x",
      "bw_u1_ckbuf_22x",
      "bw_u1_ckbuf_25x",
      "bw_u1_ckbuf_28x",
      "bw_u1_ckbuf_30x",
      "bw_u1_ckbuf_33x",
      "bw_u1_ckbuf_3x",
      "bw_u1_ckbuf_40x",
      "bw_u1_ckbuf_4p5x",
      "bw_u1_ckbuf_6x",
      "bw_u1_ckbuf_7x",
      "bw_u1_ckbuf_8x",
      "bw_u1_ckenbuf_14x",
      "bw_u1_ckenbuf_4p5x",
      "bw_u1_ckenbuf_6x",
      "bw_u1_fill_1x",
      "bw_u1_fill_2x",
      "bw_u1_fill_3x",
      "bw_u1_fill_4x",
      "bw_u1_inv_0p6x",
      "bw_u1_inv_10x",
      "bw_u1_inv_15x",
      "bw_u1_inv_1p4x",
      "bw_u1_inv_1x",
      "bw_u1_inv_20x",
      "bw_u1_inv_2x",
      "bw_u1_inv_30x",
      "bw_u1_inv_3x",
      "bw_u1_inv_40x",
      "bw_u1_inv_4x",
      "bw_u1_inv_5x",
      "bw_u1_inv_8x",
      "bw_u1_invh_15x",
      "bw_u1_invh_25x",
      "bw_u1_invh_30x",
      "bw_u1_invh_50x",
      "bw_u1_invh_60x",
      "bw_u1_minbuf_1x",
      "bw_u1_minbuf_4x",
      "bw_u1_minbuf_5x",
      "bw_u1_muxi21_0p6x",
      "bw_u1_muxi21_1x",
      "bw_u1_muxi21_2x",
      "bw_u1_muxi21_4x",
      "bw_u1_muxi21_6x",
      "bw_u1_muxi31d_4x",
      "bw_u1_muxi41d_4x",
      "bw_u1_muxi41d_6x",
      "bw_u1_nand2_0p4x",
      "bw_u1_nand2_0p6x",
      "bw_u1_nand2_10x",
      "bw_u1_nand2_15x",
      "bw_u1_nand2_1p4x",
      "bw_u1_nand2_1x",
      "bw_u1_nand2_2x",
      "bw_u1_nand2_3x",
      "bw_u1_nand2_4x",
      "bw_u1_nand2_5x",
      "bw_u1_nand2_7x",
      "bw_u1_nand3_0p4x",
      "bw_u1_nand3_0p6x",
      "bw_u1_nand3_10x",
      "bw_u1_nand3_1p4x",
      "bw_u1_nand3_1x",
      "bw_u1_nand3_2x",
      "bw_u1_nand3_3x",
      "bw_u1_nand3_4x",
      "bw_u1_nand3_5x",
      "bw_u1_nand3_7x",
      "bw_u1_nand4_0p6x",
      "bw_u1_nand4_1p4x",
      "bw_u1_nand4_1x",
      "bw_u1_nand4_2x",
      "bw_u1_nand4_3x",
      "bw_u1_nand4_4x",
      "bw_u1_nand4_6x",
      "bw_u1_nand4_8x",
      "bw_u1_nor2_0p6x",
      "bw_u1_nor2_12x",
      "bw_u1_nor2_1p4x",
      "bw_u1_nor2_1x",
      "bw_u1_nor2_2x",
      "bw_u1_nor2_3x",
      "bw_u1_nor2_4x",
      "bw_u1_nor2_6x",
      "bw_u1_nor2_8x",
      "bw_u1_nor3_0p6x",
      "bw_u1_nor3_1p4x",
      "bw_u1_nor3_1x",
      "bw_u1_nor3_2x",
      "bw_u1_nor3_3x",
      "bw_u1_nor3_4x",
      "bw_u1_nor3_6x",
      "bw_u1_nor3_8x",
      "bw_u1_oai211_0p3x",
      "bw_u1_oai211_1x",
      "bw_u1_oai211_2x",
      "bw_u1_oai211_4x",
      "bw_u1_oai211_8x",
      "bw_u1_oai21_0p4x",
      "bw_u1_oai21_12x",
      "bw_u1_oai21_1x",
      "bw_u1_oai21_2x",
      "bw_u1_oai21_4x",
      "bw_u1_oai21_8x",
      "bw_u1_oai221_1x",
      "bw_u1_oai221_2x",
      "bw_u1_oai221_4x",
      "bw_u1_oai221_8x",
      "bw_u1_oai222_1x",
      "bw_u1_oai222_2x",
      "bw_u1_oai222_4x",
      "bw_u1_oai22_0p4x",
      "bw_u1_oai22_1x",
      "bw_u1_oai22_2x",
      "bw_u1_oai22_4x",
      "bw_u1_oai22_8x",
      "bw_u1_oai311_1x",
      "bw_u1_oai311_2x",
      "bw_u1_oai311_4x",
      "bw_u1_oai311_8x",
      "bw_u1_oai31_1x",
      "bw_u1_oai31_2x",
      "bw_u1_oai31_4x",
      "bw_u1_oai31_8x",
      "bw_u1_oai32_1x",
      "bw_u1_oai32_2x",
      "bw_u1_oai32_4x",
      "bw_u1_oai32_8x",
      "bw_u1_oai33_1x",
      "bw_u1_oai33_2x",
      "bw_u1_oai33_4x",
      "bw_u1_oai33_8x",
      "bw_u1_scanl_2x",
      "bw_u1_scanlg_2x",
      "bw_u1_soff_1x",
      "bw_u1_soff_2x",
      "bw_u1_soff_4x",
      "bw_u1_soff_8x",
      "bw_u1_soffasr_2x",
      "bw_u1_soffi_4x",
      "bw_u1_soffi_8x",
      "bw_u1_soffm2_4x",
      "bw_u1_soffm2_8x",
      "bw_u1_soffr_2x",
      "bw_u1_soffr_4x",
      "bw_u1_soffr_8x",
      "bw_u1_syncff_4x",
      "bw_u1_xnor2_0p6x",
      "bw_u1_xnor2_1x",
      "bw_u1_xnor2_2x",
      "bw_u1_xnor2_4x",
      "bw_u1_xor2_0p6x",
      "bw_u1_xor2_1x",
      "bw_u1_xor2_2x",
      "bw_u1_xor2_4x",
      "bw_u1_zhaoi21_0p4x",
      "bw_u1_zhaoi21_1x",
      "bw_u1_zhinv_0p6x",
      "bw_u1_zhinv_1p4x",
      "bw_u1_zhinv_1x",
      "bw_u1_zhinv_2x",
      "bw_u1_zhinv_3x",
      "bw_u1_zhinv_4x",
      "bw_u1_zhnand2_0p4x",
      "bw_u1_zhnand2_0p6x",
      "bw_u1_zhnand2_1p4x",
      "bw_u1_zhnand2_1x",
      "bw_u1_zhnand2_2x",
      "bw_u1_zhnand2_3x",
      "bw_u1_zhnand3_0p6x",
      "bw_u1_zhnand3_1x",
      "bw_u1_zhnand3_2x",
      "bw_u1_zhnand4_0p6x",
      "bw_u1_zhnand4_1x",
      "bw_u1_zhnand4_2x",
      "bw_u1_zhnor2_0p6x",
      "bw_u1_zhnor2_1x",
      "bw_u1_zhnor2_2x",
      "bw_u1_zhnor3_0p6x",
      "bw_u1_zhoai211_0p3x",
      "bw_u1_zhoai211_1x",
      "bw_u1_zhoai21_1x",
      "bw_u1_zzeccxor2_5x",
      "bw_u1_zzmulcsa32_5x",
      "bw_u1_zzmulcsa42_5x",
      "bw_u1_zzmulnand2_2x",
      "bw_u1_zzmulppmuxi21_2x",
      "dff",
      "dff_ns",
      "dff_sscan",
      "dffe",
      "dffe_ns",
      "dffr",
      "dffr_async",
      "dffr_async_ns",
      "dffr_async_ns_cl_r1",
      "dffr_async_ns_r1",
      "dffr_ns",
      "dffr_ns_r1",
      "dffre",
      "dffre_ns",
      "dffrl",
      "dffrl_async",
      "dffrl_async_ns",
      "dffrl_ns",
      "dffrle",
      "dffrle_ns",
      "dffsl_async_ns",
      "dffsl_ns",
      "dp_mux2es",
      "dp_mux3ds",
      "dp_mux4ds",
      "dp_mux5ds",
      "dp_mux8ds",
      "mux2ds",
      "mux3ds",
      "mux4ds",
      "s1_top",
      "sink",
      "source",
      "synchronizer_asr",
      "zckenbuf_prim",
      "zmuxi31d_prim",
      "zmuxi41d_prim",
      "zsoff_prim",
      "zsoffasr_prim",
      "zsoffi_prim",
      "zsoffm2_prim",
      "zsoffr_prim",
      "zzadd18",
      "zzadd32",
      "zzadd32op4",
      "zzadd32v",
      "zzadd34c",
      "zzadd48",
      "zzadd56",
      "zzadd64",
      "zzadd64_lv",
      "zzadd8",
      "zzbufh_60x4",
      "zzecc_exu_chkecc2",
      "zzecc_sctag_24b_gen",
      "zzecc_sctag_30b_cor",
      "zzecc_sctag_ecc39",
      "zzecc_sctag_pgen_32b",
      "zzinc32",
      "zzinc48",
      "zzinc64",
      "zznor16",
      "zznor24",
      "zznor64_32",
      "zznor64_32_lv",
      "zzor32",
      "zzor36",
      "zzor36_lv",
      "zzor8",
      "zzpar16",
      "zzpar28",
      "zzpar32",
      "zzpar32_lv",
      "zzpar34",
      "zzpar34_lv",
      "zzpar8",
      "zzpar8_lv",
      "zzpenc64",
      "zzpenc64_lv"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sap_1_nanoprogrammed_processor",
    "latest": "0608d0daaf4b",
    "versions": [
      "0608d0daaf4b",
      "HEAD"
    ],
    "description": "SAP-1 (Simple-As-Possible) educational processor with nanoprogrammed control unit, following the Malvino reference design \u2014 pedagogical CPU implementation in Verilog.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/sap_1_nanoprogrammed_processor.git",
    "tags": [
      "accumulator",
      "addr",
      "counter",
      "decoder",
      "memory",
      "micro",
      "microcode",
      "nano",
      "nanocode",
      "only",
      "prog",
      "read"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T12:16:58Z",
    "updated_at": "2026-05-05T13:55:41+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "ACC": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "ADDR_ROM": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "ALU": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "BREG": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "IR": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "M3CPU8": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "MAR": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "MICROCODE_ROM": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "MICRO_PROG_COUNTER": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "NANOCODE_DECODER": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "NANOCODE_ROM": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "NANO_PROG_COUNTER": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "OREG": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "PC": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ],
      "SRAM": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_o",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_o_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "AR_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "PRE_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "ROM_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_o",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_o",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "EP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CP_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LM_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CE_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EI_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CS_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EA_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AD_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "EU_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LB_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LOAD_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CLEAR_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INC_MICRO_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ALU_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "A_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "OR_out",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "EP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PC_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "LM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PC_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "MAR_OUT",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MAR_IN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "SRAM_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SRAM_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_1",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "IR_OUT_2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "IR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AR_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AR_ROM_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "LOAD_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "INC_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLEAR_MICRO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PRE_OUT",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "PRE_IN",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "ROM_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MCR_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_PRE_OUT",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "NANO_PRE_IN",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "NANO_ROM_OUT",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "NANO_ROM_IN",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "in",
          "name": "ACC_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACC_ALU",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "ACC_BUS",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "B_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "B_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_A",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "ALU_B",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "SU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "AD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "EU",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ALU_OUT",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "O_IN",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "in",
          "name": "LO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O_OUT",
          "type": "wire",
          "width": "[8:0]"
        }
      ]
    },
    "top_modules": [
      "ACC",
      "ADDR_ROM",
      "ALU",
      "BREG",
      "IR",
      "M3CPU8",
      "MAR",
      "MICROCODE_ROM",
      "MICRO_PROG_COUNTER",
      "NANOCODE_DECODER",
      "NANOCODE_ROM",
      "NANO_PROG_COUNTER",
      "OREG",
      "PC",
      "SRAM"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sd_card_controller",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "SD card host controller with Wishbone host bus, supporting standard SD/SDHC commands and SPI-mode interfacing.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/sd_card_controller.git",
    "tags": [
      "access",
      "altera",
      "bistable",
      "buffer",
      "controller",
      "cyclic",
      "datapath",
      "detect",
      "divider",
      "monostable",
      "redundancy",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2013-09-10T16:51:33+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "generic_dpram": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "raddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "waddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "drivers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "finish",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wraddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "rdaddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "CLKA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRA",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "CLKB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRB",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        }
      ],
      "sdc_controller": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "card_detect",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_bte_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk_i_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_cmd",
          "type": "wire",
          "width": ""
        }
      ],
      "xilinx_ram_dp": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "raddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "waddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "drivers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "finish",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wraddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "rdaddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "CLKA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRA",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "CLKB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRB",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        }
      ]
    },
    "top_modules": [
      "generic_dpram",
      "sdc_controller",
      "xilinx_ram_dp"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sdcard_mass_storage_controller",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "SD card mass-storage controller with FAT16/FAT32 file system support, designed for embedded applications requiring persistent storage.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/sdcard_mass_storage_controller.git",
    "tags": [
      "asynchronous",
      "comparator",
      "controller",
      "counter",
      "divider",
      "physical",
      "receiver",
      "redundancy",
      "transmit",
      "transmitter",
      "versatile",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2010-10-15T13:30:30+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "CRC_7": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ],
      "sd_cmd_phy": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ],
      "sd_controller_fifo_wba": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ],
      "sd_counter": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ],
      "sd_data_phy": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ],
      "sd_fifo": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ],
      "sdc_controller": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_bte_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk_i_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_a",
          "type": "wire",
          "width": ""
        }
      ],
      "versatile_fifo_async_cmp": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_dat_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_out_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_out_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_clk_o_pad",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmd_dat_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_dat_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_adr_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sd_re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "in",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:2]"
        },
        {
          "direction": "out",
          "name": "start_dat_t",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_acces_token",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "out",
          "name": "q_bin",
          "type": "wire",
          "width": "[9:1]"
        },
        {
          "direction": "in",
          "name": "cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wptr",
          "type": "wire",
          "width": "[N:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BITVAL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CRC",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "DAT_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DAT_dat_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "DAT_dat_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "start_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "fifo_acces",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "CRC_7",
      "sd_cmd_phy",
      "sd_controller_fifo_wba",
      "sd_counter",
      "sd_data_phy",
      "sd_fifo",
      "sdc_controller",
      "versatile_fifo_async_cmp"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sdr_ctrl",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Single-data-rate SDRAM controller with Wishbone host bus, supporting standard 16-bit/32-bit memory configurations and bank interleaving.",
    "license": "GPL-2.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/sdr_ctrl.git",
    "tags": [
      "async",
      "asynchronous",
      "bank",
      "buffer",
      "convert",
      "core",
      "fifo",
      "queue",
      "sdrc",
      "sync",
      "synchronizer",
      "synchronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2013-06-17T04:44:18+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "sdrc_top": [
        {
          "direction": "in",
          "name": "sdram_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sdram_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_sdr_width",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_colbits",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_addr_i",
          "type": "wire",
          "width": "[APP_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[dw/8-1:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cti_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "sdr_cke",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdr_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdr_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdr_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdr_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdr_dqm",
          "type": "wire",
          "width": "[SDR_BW-1:0]"
        },
        {
          "direction": "out",
          "name": "sdr_ba",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "sdr_addr",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "inout",
          "name": "sdr_dq",
          "type": "wire",
          "width": "[SDR_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "sdr_init_done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_sdr_tras_d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_trp_d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_trcd_d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_req_depth",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_mode_reg",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_cas",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_trcar_d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_twr_d",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_rfsh",
          "type": "wire",
          "width": "[`SDR_RFSH_TIMER_W-1 : 0]"
        },
        {
          "direction": "in",
          "name": "cfg_sdr_rfmax",
          "type": "wire",
          "width": "[`SDR_RFSH_ROW_CNT_W -1 : 0]"
        },
        {
          "direction": "in",
          "name": "sdr_dout",
          "type": "wire",
          "width": "[SDR_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "sdr_den_n",
          "type": "wire",
          "width": "[SDR_BW-1:0]"
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        }
      ],
      "sync_fifo": [
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[W-1 : 0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[W-1 : 0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "sdrc_top",
      "sync_fifo"
    ]
  },
  {
    "namespace": "opencores",
    "name": "serial_div_uu",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "PWM reader ...for variable frequency PWM signals from real world sensors. Description: See description below (which suffices for IP core specification document.)",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/serial_div_uu.git",
    "tags": [
      "divide",
      "modulation",
      "pulse",
      "pwm",
      "reader",
      "serial",
      "uu",
      "width"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2005-10-25T06:23:36+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "pwm_reader": [
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pwm_signal_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dat_o",
          "type": "wire",
          "width": "[DAT_WIDTH_PP-1:0]"
        },
        {
          "direction": "out",
          "name": "stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "holding",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "pwm_reader"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sha256_hash_core",
    "latest": "094b65152da7",
    "versions": [
      "094b65152da7",
      "HEAD"
    ],
    "description": "SHA-256 cryptographic hash core \u2014 single-block 256-bit Secure Hash Algorithm 2 implementation with synchronous control interface.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/sha256_hash_core.git",
    "tags": [
      "control",
      "core",
      "gv",
      "hash",
      "memory",
      "msg",
      "only",
      "padding",
      "read",
      "rom",
      "sch",
      "sha256"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:40+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "gv_sha256": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "di_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "bytes_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "start_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "end_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "di_req_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "di_wr_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "do_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "H0_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H1_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H2_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H3_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H4_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H5_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H6_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "H7_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ]
    },
    "top_modules": [
      "gv_sha256"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sha3",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Keccak / SHA-3 cryptographic hash family \u2014 Apache-2.0 Verilog implementation with ack/in handshake interface.",
    "license": "Apache-2.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/sha3.git",
    "tags": [
      "permutation"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-01-29T07:40:49+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "keccak": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "in_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "byte_num",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "buffer_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[511:0]"
        },
        {
          "direction": "out",
          "name": "out_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "rconst2in1": [
        {
          "direction": "in",
          "name": "i",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "rc1",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "round2in1": [
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[1599:0]"
        },
        {
          "direction": "in",
          "name": "round_const_1",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[1599:0]"
        }
      ]
    },
    "top_modules": [
      "keccak",
      "rconst2in1",
      "round2in1"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sha_core",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "SHA-1 (160-bit Secure Hash Algorithm) cryptographic hash core \u2014 single-block hashing primitive.",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/sha_core.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2004-05-20T12:42:31+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "sha1": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "text_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "32bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "text_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cmd_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_o",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "sha256": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "text_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "32bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "text_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cmd_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_o",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "sha512": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "text_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "32bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "text_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cmd_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cmd_o",
          "type": "wire",
          "width": "[4:0]"
        }
      ]
    },
    "top_modules": [
      "sha1",
      "sha256",
      "sha512"
    ]
  },
  {
    "namespace": "opencores",
    "name": "spacewire_light",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Lightweight SpaceWire link interface for aerospace and instrumentation applications. ECSS-E-ST-50-12C-compliant link layer.",
    "license": "GPL-2.0-or-later",
    "language": "vhdl-2008",
    "library": "grlib",
    "source_url": "https://github.com/freecores/spacewire_light.git",
    "tags": [
      "fast",
      "spwrecvfront",
      "spwxmit"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2013-05-04T20:25:16+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "grlib",
        "package": "amba"
      },
      {
        "library": "grlib",
        "package": "devices"
      },
      {
        "library": "grlib",
        "package": "stdlib"
      },
      {
        "library": "techmap",
        "package": "gencomp"
      }
    ],
    "provides_packages": [
      "spwambapkg",
      "spwpkg"
    ],
    "top_ports": {
      "spwamba": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rxclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "apbi",
          "type": "apb_slv_in_type",
          "width": ""
        },
        {
          "direction": "out",
          "name": "apbo",
          "type": "apb_slv_out_type",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ahbi",
          "type": "ahb_mst_in_type",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ahbo",
          "type": "ahb_mst_out_type",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tick_in",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tick_out",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spw_di",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spw_si",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spw_do",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spw_so",
          "type": "std_logic",
          "width": ""
        }
      ],
      "streamtest": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rxclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "linkstart",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "autostart",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "linkdisable",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "senddata",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sendtick",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txdivcnt",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "linkstarted",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "linkconnecting",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "linkrun",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "linkerror",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gotdata",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dataerror",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tickerror",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spw_di",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spw_si",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spw_do",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spw_so",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "spwamba",
      "streamtest"
    ]
  },
  {
    "namespace": "opencores",
    "name": "sparc64soc",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Full SoC built around OpenSPARC T1 with floating-point unit, OS2WB Wishbone bridge, and OpenCores peripherals (NOR flash, UART, Ethernet, DRAM controllers). Capable of running Ubuntu Linux 2.6.22+. Authors: Rozhdestvenskiy, Fazzino (2010-2011).",
    "license": "GPL-2.0-only",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/sparc64soc.git",
    "tags": [
      "arbitration",
      "asynchronous",
      "independent",
      "multiplexer",
      "outputcontrol",
      "prencoder16",
      "receivecontrol",
      "rxaddrcheck",
      "synchronizer",
      "synchronous",
      "transmitcontrol",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:34:13Z",
    "updated_at": "2010-10-08T13:34:49+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "W1": [
        {
          "direction": "in",
          "name": "sysclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sysrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddr3_dq",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_n",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_ck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddr3_ck_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_a",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ba",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_odt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_dm",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "phy_init_done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rup",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "srx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flash_rev",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "mtx_clk_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mtxd_pad_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "mtxen_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mtxerr_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mrx_clk_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mrxd_pad_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mrxdv_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mrxerr_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcoll_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcrs_pad_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "md",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_100",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_1000",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_link",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_disp_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_char_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_an",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_addr",
          "type": "wire",
          "width": "[24:0]"
        },
        {
          "direction": "in",
          "name": "flash_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "flash_oen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_wen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_cen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_adv",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_rst",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_cm16x40": [
        {
          "direction": "in",
          "name": "adr_w",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[39:0]"
        },
        {
          "direction": "in",
          "name": "write_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adr_r",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[39:0]"
        },
        {
          "direction": "in",
          "name": "lookup_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[39:8]"
        },
        {
          "direction": "out",
          "name": "match",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "match_idx",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_cm16x40b": [
        {
          "direction": "in",
          "name": "adr_w",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[39:0]"
        },
        {
          "direction": "in",
          "name": "write_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adr_r",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[39:0]"
        },
        {
          "direction": "in",
          "name": "lookup_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[39:8]"
        },
        {
          "direction": "out",
          "name": "match",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "match_idx",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_dcm": [
        {
          "direction": "out",
          "name": "row_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cam_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask2",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask3",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "si_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr0",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr1",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr2",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr3",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rst_l_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rst_tri_en_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lkup_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "bw_r_efa": [
        {
          "direction": "in",
          "name": "vpp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "efa_sbc_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "pi_efa_prog_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sbc_efa_read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sbc_efa_word_addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "sbc_efa_bit_addr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sbc_efa_margin0_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sbc_efa_margin1_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pwr_ok",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "por_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sbc_efa_sup_det_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sbc_efa_power_down",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vddo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "remains",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_idct_array": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "index0_x",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "index1_x",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "index_sel_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dec_wrway_x",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rdreq_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrreq_x",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrtag_w0_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wrtag_w1_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wrtag_w2_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wrtag_w3_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w0_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w1_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w2_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "rdtag_w3_y",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "dec_wrway_y",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "way",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "flops",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "behavior",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_irf_72_4x1_mux": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "save",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "save_addr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "restore",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "restore_addr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wrens",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "rd_thread",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "x0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "y",
          "type": "wire",
          "width": "[71:0]"
        }
      ],
      "bw_r_irf_core": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_tid_s2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_rs1_s",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_rs2_s",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_rs3_s",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren1_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren2_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren3_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ecl_irf_wen_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ecl_irf_wen_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ecl_irf_rd_m",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ecl_irf_rd_g",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "byp_irf_rd_data_w",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "byp_irf_rd_data_w2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "ecl_irf_tid_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ecl_irf_tid_g",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_old_lo_cwp_e",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_new_lo_cwp_e",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_old_e_cwp_e",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "rml_irf_new_e_cwp_e",
          "type": "wire",
          "width": "[2:1]"
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_even_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_odd_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_local_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_kill_restore_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_cwpswap_tid_e",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_old_agp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_new_agp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "rml_irf_swap_global",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rml_irf_global_tid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irf_byp_rs1_data_d_l",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs2_data_d_l",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3_data_d_l",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3h_data_d_l",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren1_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren2_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_exu_ren3_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "thr_rs1",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rs2",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rs3",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rs3h",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs1_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs2_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "irf_byp_rs3h_data_d",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "active_win_thr_rd_w_neg",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "active_win_thr_rd_w2_neg",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "thr_rd_w_neg",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "thr_rd_w2_neg",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "swap_global_d1_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_global_d2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "global_tid_d1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "global_tid_d2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "old_agp_d1",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "new_agp_d2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "swap_local_m_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_local_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "old_lo_cwp_m",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "new_lo_cwp_w",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "swap_even_m_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_even_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "old_e_cwp_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "new_e_cwp_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "swap_odd_m_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "swap_odd_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cwpswap_tid_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cwpswap_tid_w",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "kill_restore_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "disabled",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_irf_register": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "save",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "save_addr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "restore",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "restore_addr",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wrens",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "rd_thread",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "x0",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x1",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "in",
          "name": "x3",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "y",
          "type": "wire",
          "width": "[71:0]"
        }
      ],
      "bw_r_l2d": [
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "col_offset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decc_in",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "in",
          "name": "decc_read_in",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "in",
          "name": "efc_scdata_fuse_clk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "efc_scdata_fuse_clk2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fuse_l2d_data_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fuse_l2d_rden",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fuse_l2d_rid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2d_wren",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "fuse_read_data_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_write_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scbuf_scdata_fbdecc_bot",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "in",
          "name": "scbuf_scdata_fbdecc_top",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "in",
          "name": "scdata_scbuf_decc_bot",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "in",
          "name": "scdata_scbuf_decc_top",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "way_sel",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "word_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fuse_l2d_rid_buf",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "fuse_l2d_data_in_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "arst_l_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "se_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sehold_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fuse_l2d_rden_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fuse_l2d_wren_buf",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "fuse_clk1_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fuse_clk2_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_write_disable_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "col_offset_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decc_in_buf",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "out",
          "name": "decc_out",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "out",
          "name": "l2d_fuse_data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scbuf_scdata_fbdecc_bot_buf",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "out",
          "name": "scbuf_scdata_fbdecc_top_buf",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "out",
          "name": "scdata_scbuf_decc_bot_buf",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "out",
          "name": "scdata_scbuf_decc_top_buf",
          "type": "wire",
          "width": "[155:0]"
        },
        {
          "direction": "out",
          "name": "set_buf",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "way_sel_buf",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "word_en_buf",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wr_en_buf",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_l2t": [
        {
          "direction": "in",
          "name": "index",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "bist_index",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_way",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "bist_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_wrdata0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wrdata1",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "in",
          "name": "bist_wrdata1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "lkup_tag_d1",
          "type": "wire",
          "width": "[27:1]"
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tag_stm",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2t_wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fuse_l2t_rid",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2t_repair_value",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2t_repair_en",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "efc_sctag_fuse_clk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "l2t_fuse_repair_value",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "l2t_fuse_repair_en",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "way_sel",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "way_sel_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "tag_way0",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way1",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way2",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way3",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way4",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way5",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way6",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way7",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way8",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way9",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way10",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way11",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "way",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wd_b_l",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "in",
          "name": "lkuptag",
          "type": "wire",
          "width": "[27:1]"
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_rid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "gbl_red_reg_en",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "gbl_red_reg_d",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "fclk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_bank_id_top",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_bank_id_bottom",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wayselect0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wayselect1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "red_reg_q_array2",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "red_reg_enq_array2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "does",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signals",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "will",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_l2t_subbank": [
        {
          "direction": "in",
          "name": "index",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "bist_index",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_way",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "bist_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_wrdata0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wrdata1",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "in",
          "name": "bist_wrdata1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "lkup_tag_d1",
          "type": "wire",
          "width": "[27:1]"
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tag_stm",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2t_wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fuse_l2t_rid",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2t_repair_value",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "fuse_l2t_repair_en",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "efc_sctag_fuse_clk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "l2t_fuse_repair_value",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "l2t_fuse_repair_en",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "way_sel",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "way_sel_1",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "tag_way0",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way1",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way2",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way3",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way4",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way5",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way6",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way7",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way8",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way9",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way10",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "out",
          "name": "tag_way11",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "way",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wd_b_l",
          "type": "wire",
          "width": "[27:0]"
        },
        {
          "direction": "in",
          "name": "lkuptag",
          "type": "wire",
          "width": "[27:1]"
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_rid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "gbl_red_reg_en",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "gbl_red_reg_d",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "fclk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_bank_id_top",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_bank_id_bottom",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gbl_red_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wayselect0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wayselect1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "red_reg_q_array2",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "red_reg_enq_array2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "does",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signals",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "will",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_rf16x128d": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_wl",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "when",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_rf16x2": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[159:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_adr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "word_wen",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "byte_wen",
          "type": "wire",
          "width": "[19:0]"
        },
        {
          "direction": "in",
          "name": "rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[159:0]"
        },
        {
          "direction": "out",
          "name": "so_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_r",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "when",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rd_addr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_rf32x108": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[107:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_adr2",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "sel_rdaddr1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_adr",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "read_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "word_wen",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[107:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "when",
          "type": "wire",
          "width": ""
        }
      ],
      "bw_r_tlb_data_ram": [
        {
          "direction": "in",
          "name": "tlb_cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_cam_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "tlb_demap_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_addr_mask_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_ctxt",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rd_tag_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rw_index",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_auto",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cache_ptag_w0",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w1",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w2",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w3",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_set_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass_va",
          "type": "wire",
          "width": "[12:10]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_soft_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum_crit",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_cam_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cache_way_hit",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "cache_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_writeable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "remains",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_tag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_vld_tmp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_entry_vld",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "demap_other",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_data",
          "type": "wire",
          "width": "[53:0]"
        },
        {
          "direction": "in",
          "name": "cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cam_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "demap_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_used",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_locked",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "mismatch",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_index",
          "type": "wire",
          "width": "[(6 - 1):0]"
        },
        {
          "direction": "in",
          "name": "cam_hit_any",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        }
      ],
      "bw_r_tlb_data_ram_fpga": [
        {
          "direction": "in",
          "name": "tlb_cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_cam_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "tlb_demap_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_addr_mask_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_ctxt",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rd_tag_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rw_index",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_auto",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cache_ptag_w0",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w1",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w2",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w3",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_set_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass_va",
          "type": "wire",
          "width": "[12:10]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_soft_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum_crit",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_cam_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cache_way_hit",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "cache_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_writeable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "remains",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_tag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_vld_tmp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_entry_vld",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "demap_other",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_data",
          "type": "wire",
          "width": "[53:0]"
        },
        {
          "direction": "in",
          "name": "cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cam_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "demap_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_used",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_locked",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "mismatch",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_index",
          "type": "wire",
          "width": "[(6 - 1):0]"
        },
        {
          "direction": "in",
          "name": "cam_hit_any",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        }
      ],
      "bw_r_tlb_tag_ram": [
        {
          "direction": "in",
          "name": "tlb_cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_cam_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "tlb_demap_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_addr_mask_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_ctxt",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rd_tag_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rw_index",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_auto",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cache_ptag_w0",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w1",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w2",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w3",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_set_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass_va",
          "type": "wire",
          "width": "[12:10]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_soft_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum_crit",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_cam_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cache_way_hit",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "cache_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_writeable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "remains",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_tag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_vld_tmp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_entry_vld",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "demap_other",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_data",
          "type": "wire",
          "width": "[53:0]"
        },
        {
          "direction": "in",
          "name": "cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cam_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "demap_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_used",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_locked",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "mismatch",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_index",
          "type": "wire",
          "width": "[(6 - 1):0]"
        },
        {
          "direction": "in",
          "name": "cam_hit_any",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        }
      ],
      "bw_r_tlb_tag_ram_fpga": [
        {
          "direction": "in",
          "name": "tlb_cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_cam_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "tlb_demap_key",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlb_addr_mask_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_ctxt",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rd_tag_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_rw_index",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlb_rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_auto",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlb_demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cache_ptag_w0",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w1",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w2",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_ptag_w3",
          "type": "wire",
          "width": "[29:0]"
        },
        {
          "direction": "in",
          "name": "cache_set_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass_va",
          "type": "wire",
          "width": "[12:10]"
        },
        {
          "direction": "in",
          "name": "tlb_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adj",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_soft_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "tlb_rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_pgnum_crit",
          "type": "wire",
          "width": "[39:10]"
        },
        {
          "direction": "out",
          "name": "tlb_cam_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cache_way_hit",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "cache_hit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tlb_writeable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "remains",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_tag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_vld_tmp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index",
          "type": "wire",
          "width": "[`TLB_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "tlb_index_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rw_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlb_entry_vld",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "wr_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_pid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "demap_all",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "demap_other",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_data",
          "type": "wire",
          "width": "[53:0]"
        },
        {
          "direction": "in",
          "name": "cam_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cam_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "demap_hit",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_used",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "tlb_entry_locked",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_tag",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "out",
          "name": "mismatch",
          "type": "wire",
          "width": "[`TLB_ENTRIES-1:0]"
        },
        {
          "direction": "in",
          "name": "rd_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cam_index",
          "type": "wire",
          "width": "[(6 - 1):0]"
        },
        {
          "direction": "in",
          "name": "cam_hit_any",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_tte_data",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "out",
          "name": "rd_tte_data",
          "type": "wire",
          "width": "[42:0]"
        }
      ],
      "bw_rf_16x65": [
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csn_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csn_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmux_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scan_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "margin",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "rd_a",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_a",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[64:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[64:0]"
        },
        {
          "direction": "out",
          "name": "listen_out",
          "type": "wire",
          "width": "[64:0]"
        }
      ],
      "bw_rf_16x81": [
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csn_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csn_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmux_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scan_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "margin",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "rd_a",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wr_a",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[80:0]"
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[80:0]"
        },
        {
          "direction": "out",
          "name": "listen_out",
          "type": "wire",
          "width": "[80:0]"
        }
      ],
      "cluster_header_ctu": [
        {
          "direction": "in",
          "name": "gclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cluster_cken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "grst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gdbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cluster_grst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "cluster_header_dup": [
        {
          "direction": "in",
          "name": "gclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cluster_cken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "grst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "adbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gdbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cluster_grst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "cluster_header_sync": [
        {
          "direction": "out",
          "name": "dram_rx_sync_local",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dram_tx_sync_local",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jbus_rx_sync_local",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jbus_tx_sync_local",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dram_rx_sync_global",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dram_tx_sync_global",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jbus_rx_sync_global",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jbus_tx_sync_global",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmp_gclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cmp_rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        }
      ],
      "dbl_buf": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[BUF_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_buf0",
          "type": "wire",
          "width": ""
        }
      ],
      "dcm_panel": [
        {
          "direction": "out",
          "name": "row_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cam_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask2",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask3",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "si_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr0",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr1",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr2",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr3",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rst_l_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rst_tri_en_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lkup_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "dcm_panel_pair": [
        {
          "direction": "out",
          "name": "row_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data2",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data3",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "cam_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask2",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask3",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "si_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr0",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr1",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr2",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr3",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "rst_l_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "rst_tri_en_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wr_data0",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data1",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data2",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "wr_data3",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_tri_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_warm",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wr_data",
          "type": "wire",
          "width": "[32:0]"
        },
        {
          "direction": "in",
          "name": "rw_addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "inv_mask",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lkup_hit",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "rd_data",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "dff_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dff_s": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dff_sscan": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffe_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffe_s": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async_ns_cl_r1": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_async_ns_r1": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_ns_r1": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffr_s": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffre_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffre_s": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_async": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_async_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrl_s": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrle_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffrle_s": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffsl_async_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dffsl_ns": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "dp_mux2es": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux3ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux4ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux5ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "dp_mux8ds": [
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel2_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel3_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in4",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel4_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in5",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in6",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in7",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel5_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel6_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel7_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        }
      ],
      "eth_cop": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m1_wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "m1_wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "m1_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m1_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m1_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m2_wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "m2_wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "m2_wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m2_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m2_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s1_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s1_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s1_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s1_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s1_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s2_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "s2_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s2_wb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s2_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "s2_wb_we_o",
          "type": "wire",
          "width": ""
        }
      ],
      "fpu_bufrpt_grp64": [
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "fpu_rptr_fp_cpx_grp16": [
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "fpu_rptr_inq": [
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "fpu_rptr_pcx_fpio_grp16": [
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[3:0]"
        }
      ],
      "lsu": [
        {
          "direction": "in",
          "name": "arst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bist_ctl_reg_out",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "const_cpuid",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ctu_sscan_tid",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "efc_spc_dfuse_ashift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "efc_spc_dfuse_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "efc_spc_dfuse_dshift",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "efc_spc_fuse_clk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "efc_spc_fuse_clk2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exu_lsu_rs2_data_e",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "exu_lsu_rs3_data_e",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "exu_tlu_misalign_addr_jmpl_rtn_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exu_tlu_va_oor_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ffu_lsu_blk_st_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ffu_lsu_blk_st_va_e",
          "type": "wire",
          "width": "[5:3]"
        },
        {
          "direction": "in",
          "name": "ffu_lsu_fpop_rq_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ffu_lsu_kill_fst_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gdbginit_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "grst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_alt_space_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_alt_space_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_asi_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_asi_rd_unc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_casa_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_destid_s",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_fwd_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_fwd_wr_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ibuf_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_imm_asi_d",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_imm_asi_vld_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_inv_clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ld_inst_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldst_dbl_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldst_fp_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldst_size_e",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldstub_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldxa_data_vld_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldxa_data_w2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldxa_illgl_va_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_ldxa_tid_w2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_memref_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_nceen",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_pcxpkt_e",
          "type": "wire",
          "width": "[51:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_pcxreq_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_pref_inst_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_rd_e",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "ifu_lsu_sign_ext_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_st_inst_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_swap_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_lsu_thrid_s",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ifu_tlu_flsh_inst_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_tlu_flush_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_tlu_inst_vld_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_tlu_mb_inst_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifu_tlu_sraddr_d",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "ifu_tlu_thrid_e",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ifu_tlu_wsr_inst_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_dcache_index",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "in",
          "name": "mbist_dcache_read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_dcache_way",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "mbist_dcache_word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_dcache_write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbist_write_data",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "mem_write_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mux_drive_disable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcx_spc_grant_px",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sehold",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spu_lsu_int_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spu_lsu_ldxa_data_vld_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spu_lsu_ldxa_data_w2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "spu_lsu_ldxa_illgl_va_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spu_lsu_ldxa_tid_w2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "spu_lsu_stxa_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spu_lsu_stxa_ack_tid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "spu_lsu_unc_error_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dsfsr_flt_vld",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_data_rd_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_dmp_actxt_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_dmp_all_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_dmp_nctxt_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_dmp_pctxt_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_dmp_sctxt_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_dmp_vld_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_invalidate_all_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_rw_index_g",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_rw_index_vld_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_tag_rd_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_tte_data_w2",
          "type": "wire",
          "width": "[42:0]"
        },
        {
          "direction": "in",
          "name": "tlu_dtlb_tte_tag_w2",
          "type": "wire",
          "width": "[58:0]"
        },
        {
          "direction": "in",
          "name": "tlu_early_flush_pipe2_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_early_flush_pipe_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_exu_early_flush_pipe_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_idtlb_dmp_key_g",
          "type": "wire",
          "width": "[40:0]"
        },
        {
          "direction": "in",
          "name": "tlu_idtlb_dmp_thrid_g",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_asi_m",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_asi_update_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_lsu_hpstate_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_hpv_priv",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_int_ld_ill_va_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_lsu_int_ldxa_data_w2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_int_ldxa_vld_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_lsu_ldxa_async_data_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_lsu_ldxa_tid_w2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_pcxpkt",
          "type": "wire",
          "width": "[25:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_priv_trap_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_lsu_pstate_am",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_pstate_cle",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_pstate_priv",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_redmode",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_redmode_rst_d1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_stxa_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tlu_lsu_stxa_ack_tid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_tid_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "tlu_lsu_tl_zero",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "bist_ctl_reg_in",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "bist_ctl_reg_wr_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ifu_tlu_flush_fd2_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ifu_tlu_flush_fd3_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ifu_tlu_flush_fd_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_asi_reg0",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_asi_reg1",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_asi_reg2",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_asi_reg3",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_dmmu_sfsr_trp_wr",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_dsfsr_din_g",
          "type": "wire",
          "width": "[23:0]"
        },
        {
          "direction": "out",
          "name": "lsu_exu_dfill_data_w2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "lsu_exu_dfill_vld_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_exu_flush_pipe_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_exu_ldst_miss_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_exu_rd_m",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "lsu_exu_st_dtlb_perr_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_exu_thr_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ffu_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_blk_asi_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_flush_pipe_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_ld_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ffu_ld_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_st_dtlb_perr_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_stb_full0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_stb_full1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_stb_full2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_stb_full3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ictag_mrgn",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_asi_addr",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_asi_load",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_asi_state",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_asi_thrid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_asi_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_cpxpkt_i1",
          "type": "wire",
          "width": "[`CPX_VLD-1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_cpxpkt_vld_i1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_dc_parity_error_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_dcache_data_perror",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_dcache_tag_perror",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_direct_map_l1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_error_tid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_flush_pipe_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_icache_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_io_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_itlb_en",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_l2_corr_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_l2_unc_error",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_ld_icache_index",
          "type": "wire",
          "width": "[11:5]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_ld_pcxpkt_tid",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_ld_pcxpkt_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_ldst_cmplt",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_ldst_miss_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_ldsta_internal_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_pcxpkt_ack_d",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_stallreq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_stbcnt0",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_stbcnt1",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_stbcnt2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_stbcnt3",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_stxa_data",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_tlb_data_su",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_tlb_data_ue",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ifu_tlb_tag_ue",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_itlb_mrgn",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_mamem_mrgn",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_mmu_defr_trp_taken_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_mmu_flush_pipe_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_mmu_rs3_data_g",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "lsu_pid_state0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "lsu_pid_state1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "lsu_pid_state2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "lsu_pid_state3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "lsu_spu_asi_state_e",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_spu_early_flush_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_spu_ldst_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_spu_stb_empty",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_spu_strm_ack_cmplt",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_t0_pctxt_state",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "lsu_t1_pctxt_state",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "lsu_t2_pctxt_state",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "lsu_t3_pctxt_state",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_async_tid_w2",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_async_ttype_vld_w2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_async_ttype_w2",
          "type": "wire",
          "width": "[6:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_cpx_req",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_cpx_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_daccess_excptn_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_dcache_miss_w2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_defr_trp_taken_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_dmmu_miss_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_dside_ctxt_m",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_dtlb_done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_early_flush2_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_early_flush_w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_intpkt",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_l2_dmiss",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_ldst_va_m",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_misalign_addr_ldst_atm_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_pctxt_m",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_pcxpkt_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_rs3_data_g",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_rsr_data_e",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_stb_full_w2",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_thrid_d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tlb_access_tid_m",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tlb_asi_state_m",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tlb_dmp_va_m",
          "type": "wire",
          "width": "[47:13]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tlb_ld_inst_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tlb_ldst_va_m",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tlb_st_inst_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_ttype_m2",
          "type": "wire",
          "width": "[8:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_ttype_vld_m2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_wsr_inst_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbist_dcache_data_in",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "out",
          "name": "spc_efc_dfuse_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spc_pcx_atom_pq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spc_pcx_data_pa",
          "type": "wire",
          "width": "[`PCX_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "spc_pcx_req_pq",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "cpx_spc_data_cx",
          "type": "wire",
          "width": "[`CPX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "spu_lsu_ldst_pckt",
          "type": "wire",
          "width": "[`PCX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "exu_lsu_ldst_va_e",
          "type": "wire",
          "width": "[47:0]"
        },
        {
          "direction": "in",
          "name": "exu_lsu_early_va_e",
          "type": "wire",
          "width": "[10:3]"
        },
        {
          "direction": "in",
          "name": "ffu_lsu_data",
          "type": "wire",
          "width": "[80:0]"
        },
        {
          "direction": "out",
          "name": "lsu_asi_state",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_ifu_err_addr",
          "type": "wire",
          "width": "[47:4]"
        },
        {
          "direction": "out",
          "name": "lsu_sscan_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "ifu_tlu_inst_vld_m_bf1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_ffu_bld_cnt_w",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "si0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exu_tlu_wsr_data_m",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_nucleus_ctxt_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_tte_pg_sz_g",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "lsu_tlu_nonalt_ldst_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_squash_va_oor_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_wtchpt_trp_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_priv_violtn_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_daccess_prot_g",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lsu_tlu_priv_action_g",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_array1": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_array2": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_bodec": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_booth": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_csa32": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_csa42": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ha": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_mux2": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_negen": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ppgen": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ppgen3": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ppgen3lsb4": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ppgen3sign": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ppgenrow3": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mul_ppgensign": [
        {
          "direction": "in",
          "name": "rs1_l",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "rs2",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "valid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "areg",
          "type": "wire",
          "width": "[96:0]"
        },
        {
          "direction": "in",
          "name": "accreg",
          "type": "wire",
          "width": "[135:129]"
        },
        {
          "direction": "in",
          "name": "x2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mul_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[135:0]"
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cout",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "sum",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "b6",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b3",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b8",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b2",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b1",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b7",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "b0",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b4",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "b5",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pcoutx2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psum",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "out",
          "name": "pcout",
          "type": "wire",
          "width": "[98:0]"
        },
        {
          "direction": "in",
          "name": "a1c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "in",
          "name": "pc",
          "type": "wire",
          "width": "[98:30]"
        },
        {
          "direction": "in",
          "name": "ps",
          "type": "wire",
          "width": "[98:31]"
        },
        {
          "direction": "in",
          "name": "a0s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a1s",
          "type": "wire",
          "width": "[81:0]"
        },
        {
          "direction": "in",
          "name": "a0c",
          "type": "wire",
          "width": "[81:4]"
        },
        {
          "direction": "out",
          "name": "n0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "p0_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "am2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pm1_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "z",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "head",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_in",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x",
          "type": "wire",
          "width": ""
        }
      ],
      "mux2ds": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "mux3ds": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "mux4ds": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "os2wb": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcx_req",
          "type": "wire",
          "width": "[  4:0]"
        },
        {
          "direction": "in",
          "name": "pcx_atom",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcx_data",
          "type": "wire",
          "width": "[123:0]"
        },
        {
          "direction": "out",
          "name": "pcx_grant",
          "type": "wire",
          "width": "[  4:0]"
        },
        {
          "direction": "out",
          "name": "cpx_ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cpx_packet",
          "type": "wire",
          "width": "[144:0]"
        },
        {
          "direction": "in",
          "name": "wb_data_i",
          "type": "wire",
          "width": "[ 63:0]"
        },
        {
          "direction": "in",
          "name": "wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_cycle",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_strobe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_sel",
          "type": "wire",
          "width": "[  7:0]"
        },
        {
          "direction": "out",
          "name": "wb_addr",
          "type": "wire",
          "width": "[ 63:0]"
        },
        {
          "direction": "out",
          "name": "wb_data_o",
          "type": "wire",
          "width": "[ 63:0]"
        },
        {
          "direction": "out",
          "name": "fp_pcx",
          "type": "wire",
          "width": "[123:0]"
        },
        {
          "direction": "out",
          "name": "fp_req",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fp_cpx",
          "type": "wire",
          "width": "[144:0]"
        },
        {
          "direction": "in",
          "name": "fp_rdy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "will",
          "type": "wire",
          "width": ""
        }
      ],
      "sink": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "source": [
        {
          "direction": "in",
          "name": "din",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dout",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in0",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "in1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in2",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in3",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "sel3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PORTS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clkl",
          "type": "wire",
          "width": ""
        }
      ],
      "spc_pcx_buf": [
        {
          "direction": "in",
          "name": "spc_pcx_data_pa_buf",
          "type": "wire",
          "width": "[`PCX_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "spc_pcx_atom_pq_buf",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spc_pcx_req_pq_buf",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "in",
          "name": "pcx_spc_grant_px",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "spc_pcx_data_pa",
          "type": "wire",
          "width": "[`PCX_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "spc_pcx_atom_pq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spc_pcx_req_pq",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "pcx_spc_grant_px_buf",
          "type": "wire",
          "width": "[4:0]"
        }
      ],
      "sync_pulse_synchronizer": [
        {
          "direction": "out",
          "name": "sync_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "se",
          "type": "wire",
          "width": ""
        }
      ],
      "ucb_flow_2buf": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_data",
          "type": "wire",
          "width": "[IOB_UCB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ucb_iob_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "thr_id_in",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "out",
          "name": "buf_id_in",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "out",
          "name": "size_in",
          "type": "wire",
          "width": "[`UCB_SIZE_HI-`UCB_SIZE_LO:0]"
        },
        {
          "direction": "out",
          "name": "addr_in",
          "type": "wire",
          "width": "[`UCB_ADDR_HI-`UCB_ADDR_LO:0]"
        },
        {
          "direction": "out",
          "name": "data_in",
          "type": "wire",
          "width": "[`UCB_DATA_HI-`UCB_DATA_LO:0]"
        },
        {
          "direction": "in",
          "name": "req_acpted",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_ack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_nack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "thr_id_out",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "buf_id_out",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "in",
          "name": "data128",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_out",
          "type": "wire",
          "width": "[REG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ack_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_typ",
          "type": "wire",
          "width": "[`UCB_PKT_HI-`UCB_PKT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_thr_id",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "dev_id",
          "type": "wire",
          "width": "[`UCB_INT_DEV_HI-`UCB_INT_DEV_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_stat",
          "type": "wire",
          "width": "[`UCB_INT_STAT_HI-`UCB_INT_STAT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_vec",
          "type": "wire",
          "width": "[`UCB_INT_VEC_HI-`UCB_INT_VEC_LO:0]"
        },
        {
          "direction": "out",
          "name": "int_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_data",
          "type": "wire",
          "width": "[UCB_IOB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iob_ucb_stall",
          "type": "wire",
          "width": ""
        }
      ],
      "ucb_flow_jbi": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_data",
          "type": "wire",
          "width": "[IOB_UCB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ucb_iob_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "thr_id_in",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "out",
          "name": "buf_id_in",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "out",
          "name": "size_in",
          "type": "wire",
          "width": "[`UCB_SIZE_HI-`UCB_SIZE_LO:0]"
        },
        {
          "direction": "out",
          "name": "addr_in",
          "type": "wire",
          "width": "[`UCB_ADDR_HI-`UCB_ADDR_LO:0]"
        },
        {
          "direction": "out",
          "name": "data_in",
          "type": "wire",
          "width": "[`UCB_DATA_HI-`UCB_DATA_LO:0]"
        },
        {
          "direction": "in",
          "name": "req_acpted",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_ack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_nack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "thr_id_out",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "buf_id_out",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "in",
          "name": "data128",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_out",
          "type": "wire",
          "width": "[REG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ack_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_typ",
          "type": "wire",
          "width": "[`UCB_PKT_HI-`UCB_PKT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_thr_id",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "dev_id",
          "type": "wire",
          "width": "[`UCB_INT_DEV_HI-`UCB_INT_DEV_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_stat",
          "type": "wire",
          "width": "[`UCB_INT_STAT_HI-`UCB_INT_STAT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_vec",
          "type": "wire",
          "width": "[`UCB_INT_VEC_HI-`UCB_INT_VEC_LO:0]"
        },
        {
          "direction": "out",
          "name": "int_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_data",
          "type": "wire",
          "width": "[UCB_IOB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iob_ucb_stall",
          "type": "wire",
          "width": ""
        }
      ],
      "ucb_flow_spi": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_data",
          "type": "wire",
          "width": "[IOB_UCB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ucb_iob_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ifill_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "thr_id_in",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "out",
          "name": "buf_id_in",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "out",
          "name": "size_in",
          "type": "wire",
          "width": "[`UCB_SIZE_HI-`UCB_SIZE_LO:0]"
        },
        {
          "direction": "out",
          "name": "addr_in",
          "type": "wire",
          "width": "[`UCB_ADDR_HI-`UCB_ADDR_LO:0]"
        },
        {
          "direction": "out",
          "name": "data_in",
          "type": "wire",
          "width": "[`UCB_DATA_HI-`UCB_DATA_LO:0]"
        },
        {
          "direction": "in",
          "name": "req_acpted",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_ack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_nack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifill_ack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ifill_nack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "thr_id_out",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "buf_id_out",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "in",
          "name": "data128",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_out",
          "type": "wire",
          "width": "[REG_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ack_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_typ",
          "type": "wire",
          "width": "[`UCB_PKT_HI-`UCB_PKT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_thr_id",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "dev_id",
          "type": "wire",
          "width": "[`UCB_INT_DEV_HI-`UCB_INT_DEV_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_stat",
          "type": "wire",
          "width": "[`UCB_INT_STAT_HI-`UCB_INT_STAT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_vec",
          "type": "wire",
          "width": "[`UCB_INT_VEC_HI-`UCB_INT_VEC_LO:0]"
        },
        {
          "direction": "out",
          "name": "int_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_data",
          "type": "wire",
          "width": "[UCB_IOB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iob_ucb_stall",
          "type": "wire",
          "width": ""
        }
      ],
      "ucb_noflow": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iob_ucb_data",
          "type": "wire",
          "width": "[IOB_UCB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ucb_iob_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_req_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "thr_id_in",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "out",
          "name": "buf_id_in",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "out",
          "name": "size_in",
          "type": "wire",
          "width": "[`UCB_SIZE_HI-`UCB_SIZE_LO:0]"
        },
        {
          "direction": "out",
          "name": "addr_in",
          "type": "wire",
          "width": "[`UCB_ADDR_HI-`UCB_ADDR_LO:0]"
        },
        {
          "direction": "out",
          "name": "data_in",
          "type": "wire",
          "width": "[`UCB_DATA_HI-`UCB_DATA_LO:0]"
        },
        {
          "direction": "in",
          "name": "rd_ack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rd_nack_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "thr_id_out",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "buf_id_out",
          "type": "wire",
          "width": "[`UCB_BUF_HI-`UCB_BUF_LO:0]"
        },
        {
          "direction": "in",
          "name": "data128",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_out",
          "type": "wire",
          "width": "[REG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "int_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_typ",
          "type": "wire",
          "width": "[`UCB_PKT_HI-`UCB_PKT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_thr_id",
          "type": "wire",
          "width": "[`UCB_THR_HI-`UCB_THR_LO:0]"
        },
        {
          "direction": "in",
          "name": "dev_id",
          "type": "wire",
          "width": "[`UCB_INT_DEV_HI-`UCB_INT_DEV_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_stat",
          "type": "wire",
          "width": "[`UCB_INT_STAT_HI-`UCB_INT_STAT_LO:0]"
        },
        {
          "direction": "in",
          "name": "int_vec",
          "type": "wire",
          "width": "[`UCB_INT_VEC_HI-`UCB_INT_VEC_LO:0]"
        },
        {
          "direction": "out",
          "name": "int_busy",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_vld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ucb_iob_data",
          "type": "wire",
          "width": "[UCB_IOB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iob_ucb_stall",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "W1",
      "bw_r_cm16x40",
      "bw_r_cm16x40b",
      "bw_r_dcm",
      "bw_r_efa",
      "bw_r_idct_array",
      "bw_r_irf_72_4x1_mux",
      "bw_r_irf_core",
      "bw_r_irf_register",
      "bw_r_l2d",
      "bw_r_l2t",
      "bw_r_l2t_subbank",
      "bw_r_rf16x128d",
      "bw_r_rf16x2",
      "bw_r_rf32x108",
      "bw_r_tlb_data_ram",
      "bw_r_tlb_data_ram_fpga",
      "bw_r_tlb_tag_ram",
      "bw_r_tlb_tag_ram_fpga",
      "bw_rf_16x65",
      "bw_rf_16x81",
      "cluster_header_ctu",
      "cluster_header_dup",
      "cluster_header_sync",
      "dbl_buf",
      "dcm_panel",
      "dcm_panel_pair",
      "dff_ns",
      "dff_s",
      "dff_sscan",
      "dffe_ns",
      "dffe_s",
      "dffr_async",
      "dffr_async_ns",
      "dffr_async_ns_cl_r1",
      "dffr_async_ns_r1",
      "dffr_ns",
      "dffr_ns_r1",
      "dffr_s",
      "dffre_ns",
      "dffre_s",
      "dffrl_async",
      "dffrl_async_ns",
      "dffrl_ns",
      "dffrl_s",
      "dffrle_ns",
      "dffrle_s",
      "dffsl_async_ns",
      "dffsl_ns",
      "dp_mux2es",
      "dp_mux3ds",
      "dp_mux4ds",
      "dp_mux5ds",
      "dp_mux8ds",
      "eth_cop",
      "fpu_bufrpt_grp64",
      "fpu_rptr_fp_cpx_grp16",
      "fpu_rptr_inq",
      "fpu_rptr_pcx_fpio_grp16",
      "lsu",
      "mul_array1",
      "mul_array2",
      "mul_bodec",
      "mul_booth",
      "mul_csa32",
      "mul_csa42",
      "mul_ha",
      "mul_mux2",
      "mul_negen",
      "mul_ppgen",
      "mul_ppgen3",
      "mul_ppgen3lsb4",
      "mul_ppgen3sign",
      "mul_ppgenrow3",
      "mul_ppgensign",
      "mux2ds",
      "mux3ds",
      "mux4ds",
      "os2wb",
      "sink",
      "source",
      "spc_pcx_buf",
      "sync_pulse_synchronizer",
      "ucb_flow_2buf",
      "ucb_flow_jbi",
      "ucb_flow_spi",
      "ucb_noflow"
    ]
  },
  {
    "namespace": "opencores",
    "name": "srl_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Xilinx SRL16/SRL32-based compact FIFO \u2014 uses SRL shift-register primitives for storage on Xilinx FPGA targets. VHDL utility primitive.",
    "license": "LGPL-2.1-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/srl_fifo.git",
    "tags": [
      "16",
      "32",
      "64",
      "buffer",
      "fifo",
      "queue",
      "srl"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2009-03-10T09:35:24+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "srl_fifo_16": [
        {
          "direction": "in",
          "name": "data_in",
          "type": "std_logic_vector",
          "width": "width -1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "std_logic_vector",
          "width": "width -1 downto 0"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_present",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        }
      ],
      "srl_fifo_32": [
        {
          "direction": "in",
          "name": "data_in",
          "type": "std_logic_vector",
          "width": "width -1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "std_logic_vector",
          "width": "width -1 downto 0"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_present",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        }
      ],
      "srl_fifo_64": [
        {
          "direction": "in",
          "name": "data_in",
          "type": "std_logic_vector",
          "width": "width -1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "std_logic_vector",
          "width": "width -1 downto 0"
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "half_full",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_present",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "srl_fifo_16",
      "srl_fifo_32",
      "srl_fifo_64"
    ]
  },
  {
    "namespace": "opencores",
    "name": "storm_soc",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Educational SoC with peripheral suite \u2014 I2C, UART, PS/2, PWM, 7-segment display, SPI, SRAM controller, timer, and vectored interrupt controller. Documented in STORM SoC datasheet PDF.",
    "license": "GPL-2.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/storm_soc.git",
    "tags": [
      "asynchronous",
      "circuit",
      "control",
      "controller",
      "inter-integrated",
      "interface",
      "modulation",
      "peripheral",
      "receiver",
      "transmitter",
      "universal",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:34:13Z",
    "updated_at": "2013-02-03T01:33:39+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "STORM_core_package"
      }
    ],
    "top_ports": {
      "Counter": [
        {
          "direction": "in",
          "name": "C1",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "C",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "std_logic",
          "width": ""
        }
      ],
      "SEVEN_SEG_CTRL": [
        {
          "direction": "in",
          "name": "WB_CLK_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WB_RST_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WB_CTI_I",
          "type": "STD_LOGIC_VECTOR",
          "width": "02 downto 0"
        },
        {
          "direction": "in",
          "name": "WB_TGC_I",
          "type": "STD_LOGIC_VECTOR",
          "width": "06 downto 0"
        },
        {
          "direction": "in",
          "name": "WB_ADR_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WB_DATA_I",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "WB_DATA_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "WB_SEL_I",
          "type": "STD_LOGIC_VECTOR",
          "width": "03 downto 0"
        },
        {
          "direction": "in",
          "name": "WB_WE_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WB_STB_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ACK_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_HALT_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WB_ERR_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HEX_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "27 downto 00"
        }
      ],
      "STORM_SoC_basic": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "UART0_RXD_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "UART0_TXD_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "START_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BOOT_CONFIG_I",
          "type": "STD_LOGIC_VECTOR",
          "width": "03 downto 0"
        },
        {
          "direction": "out",
          "name": "LED_BAR_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "07 downto 0"
        },
        {
          "direction": "in",
          "name": "GP_INPUT_I",
          "type": "STD_LOGIC_VECTOR",
          "width": "07 downto 0"
        },
        {
          "direction": "out",
          "name": "GP_OUTPUT_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "07 downto 0"
        },
        {
          "direction": "inout",
          "name": "I2C_SCL_IO",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "I2C_SDA_IO",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P0_CLK_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SPI_P0_MISO_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P0_MOSI_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P0_CS_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "02 downto 0"
        },
        {
          "direction": "out",
          "name": "SPI_P1_CLK_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SPI_P1_MISO_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P1_MOSI_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P1_CS_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "02 downto 0"
        },
        {
          "direction": "out",
          "name": "SPI_P2_CLK_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SPI_P2_MISO_I",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P2_MOSI_O",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_P2_CS_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "01 downto 0"
        },
        {
          "direction": "out",
          "name": "PWM0_PORT_O",
          "type": "STD_LOGIC_VECTOR",
          "width": "07 downto 0"
        }
      ],
      "ps2_wb": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "0 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ps2_clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ps2_dat",
          "type": "std_logic",
          "width": ""
        }
      ],
      "synchroniser": [
        {
          "direction": "in",
          "name": "C1",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "C",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "Counter",
      "SEVEN_SEG_CTRL",
      "STORM_SoC_basic",
      "ps2_wb",
      "synchroniser"
    ]
  },
  {
    "namespace": "opencores",
    "name": "synchronous_reset_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with FIFO interface and configurable parameters",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/synchronous_reset_fifo.git",
    "tags": [
      "buffer",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2011-12-19T18:38:18+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "fifo": [
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_enb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_enb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_in",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "fifo"
    ]
  },
  {
    "namespace": "opencores",
    "name": "systemcaes",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Encrypts or decrypts 128-bit AES data blocks using a provided key with configurable operation mode.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/systemcaes.git",
    "tags": [
      "aes",
      "bus",
      "byte",
      "controller",
      "mixcolum",
      "wb",
      "wishbone",
      "word"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2005-09-19T09:15:18+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "preserved",
    "top_ports": {
      "aes": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decrypt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key_i",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        }
      ],
      "aes192": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decrypt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key_i",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "if",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "but",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_aes_controller": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "load_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "decrypt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "key_o",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "aes",
      "aes192",
      "wb_aes_controller"
    ]
  },
  {
    "namespace": "opencores",
    "name": "t48",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Intel MCS-48 / 8048-family 8-bit microcontroller core in VHDL, implementing the original instruction set with on-chip ROM and RAM.",
    "license": "BSD-2-Clause",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/t48.git",
    "tags": [
      "access",
      "asynchronous",
      "branch",
      "control",
      "controller",
      "decoder",
      "master",
      "memory",
      "multiplexer",
      "synchronizer",
      "synchronous",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2008-05-02T21:20:41+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "work",
        "package": "LPM_COMPONENTS"
      }
    ],
    "provides_packages": [
      "t48_alu_pack",
      "t48_comp_pack",
      "t48_cond_branch_pack",
      "t48_core_comp_pack",
      "t48_decoder_pack",
      "t48_dmem_ctrl_pack",
      "t48_pack",
      "t48_pmem_ctrl_pack",
      "t48_system_comp_pack",
      "t48_tb_pack",
      "t8243_comp_pack"
    ],
    "top_ports": {
      "LPM_RAM_DQ": [
        {
          "direction": "in",
          "name": "DATA",
          "type": "std_logic_vector",
          "width": "LPM_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "ADDRESS",
          "type": "std_logic_vector",
          "width": "LPM_WIDTHAD-1 downto 0"
        },
        {
          "direction": "in",
          "name": "INCLOCK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OUTCLOCK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "WE",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "std_logic_vector",
          "width": "LPM_WIDTH-1 downto 0"
        }
      ],
      "LPM_ROM": [
        {
          "direction": "in",
          "name": "ADDRESS",
          "type": "STD_LOGIC_VECTOR",
          "width": "LPM_WIDTHAD-1 downto 0"
        },
        {
          "direction": "in",
          "name": "INCLOCK",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "OUTCLOCK",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "in",
          "name": "MEMENAB",
          "type": "STD_LOGIC",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "STD_LOGIC_VECTOR",
          "width": "LPM_WIDTH-1 downto 0"
        }
      ],
      "t49_rom": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rom_addr_i",
          "type": "std_logic_vector",
          "width": "10 downto 0"
        },
        {
          "direction": "out",
          "name": "rom_data_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "t8039": [
        {
          "direction": "in",
          "name": "xtal_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "t0_b",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ea_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psen_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ale_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "db_b",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "t1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "p2_b",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "inout",
          "name": "p1_b",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "prog_n_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "t8048": [
        {
          "direction": "in",
          "name": "xtal_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "t0_b",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ea_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psen_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ale_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "db_b",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "t1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "p2_b",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "inout",
          "name": "p1_b",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "prog_n_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "t8050_wb": [
        {
          "direction": "in",
          "name": "xtal_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t0_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "t0_dir_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ea_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rd_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "psen_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ale_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "t1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p2_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "p2_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "p2l_low_imp_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "p2h_low_imp_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p1_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "p1_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "p1_low_imp_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prog_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_adr_o",
          "type": "std_logic_vector",
          "width": "23 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "t8243": [
        {
          "direction": "in",
          "name": "cs_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prog_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "p2_b",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "inout",
          "name": "p4_b",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "inout",
          "name": "p5_b",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "inout",
          "name": "p6_b",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "inout",
          "name": "p7_b",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        }
      ],
      "t8243_sync_notri": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prog_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p2_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p2_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p2_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p4_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p4_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p4_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p5_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p5_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p5_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p6_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p6_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p6_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "p7_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p7_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "p7_en_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "LPM_RAM_DQ",
      "LPM_ROM",
      "t49_rom",
      "t8039",
      "t8048",
      "t8050_wb",
      "t8243",
      "t8243_sync_notri"
    ]
  },
  {
    "namespace": "opencores",
    "name": "theia_gpu",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "GPU core implementing a 3D graphics rendering pipeline with programmable shading.",
    "license": "GPL-2.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/theia_gpu.git",
    "tags": [
      "asynchronous",
      "busarbitrer",
      "fftoggleonce",
      "fullparallel",
      "multiplexer",
      "muxfullparalell",
      "omeminterface",
      "shiftleft",
      "syncronous",
      "tmeminterface",
      "upcounter",
      "walkingone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:18:01Z",
    "updated_at": "2011-08-22T03:28:39+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "CIRCULAR_SHIFTLEFT_POSEDGE_EX": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "FFD32_POSEDGE": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "FFD_POSEDGE_ASYNC_RESET": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "FFD_POSEDGE_SYNCRONOUS_RESET": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "FFT1": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "FFToggleOnce_1Bit": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "INCREMENT": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "R",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`LONG_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iOperation",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iInputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OutputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready",
          "type": "wire",
          "width": ""
        }
      ],
      "MUXFULLPARALELL_16bits_2SEL": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "MUXFULLPARALELL_16bits_2SEL_X": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "MUXFULLPARALELL_2SEL_GENERIC": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "MUXFULLPARALELL_3SEL_WALKINGONE": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "MUXFULLPARALELL_96bits_2SEL": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "Module_Host": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iHostDataReadConfirmed",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iMemorySize",
          "type": "wire",
          "width": "[`WB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iPrimitiveCount",
          "type": "wire",
          "width": "[`WB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "oReadAddress",
          "type": "wire",
          "width": "[`WB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iReadData",
          "type": "wire",
          "width": "[`WB_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iGPUCommitedResults",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oCoreSelectMask",
          "type": "wire",
          "width": "[`MAX_CORES-1:0]"
        },
        {
          "direction": "out",
          "name": "oMemSelect",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "DAT_O",
          "type": "wire",
          "width": "[`WB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "wire",
          "width": "[`WB_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "TGA_O",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "RENDREN_O",
          "type": "wire",
          "width": "[`MAX_CORES-1:0]"
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "MST_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "GRDY_I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "GACK_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STDONE_O",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oHostDataAvailable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iGPUDone",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iDebugWidth",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "wire",
          "width": ""
        }
      ],
      "RADIX_R_MUL_32_FULL_PARALLEL": [
        {
          "direction": "in",
          "name": "i1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "C",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "Out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "R",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "iUnscaled",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iInputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OutputReady",
          "type": "wire",
          "width": ""
        }
      ],
      "RAM_SINGLE_READ_PORT": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iWriteEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iReadAddress0",
          "type": "wire",
          "width": "[ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iReadAddress1",
          "type": "wire",
          "width": "[ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iWriteAddress",
          "type": "wire",
          "width": "[ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iDataIn",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "oDataOut0",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "oDataOut1",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        }
      ],
      "SELECT_1_TO_N": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "SHIFTER2_16_BITS": [
        {
          "direction": "in",
          "name": "i1",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "C",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "In",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "Out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "R",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "iUnscaled",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iInputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OutputReady",
          "type": "wire",
          "width": ""
        }
      ],
      "SHIFTLEFT_POSEDGE": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "SignedIntegerDivision": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iDividend",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "oQuotient",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iInputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oOutputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xQuotient",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "OutputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Quotient",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ExitStatus",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "UPCOUNTER_POSEDGE": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "UnsignedIntegerDivision": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iDividend",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "oQuotient",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "iInputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oOutputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xQuotient",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "OutputReady",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Quotient",
          "type": "wire",
          "width": "[`WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "ExitStatus",
          "type": "wire",
          "width": "[7:0]"
        }
      ],
      "UpCounter_16E": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "UpCounter_3": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ],
      "UpCounter_32": [
        {
          "direction": "in",
          "name": "Clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Initial",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "Sel",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "En",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O",
          "type": "wire",
          "width": "[OUTPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "O1",
          "type": "wire",
          "width": "[SIZE-1:0]"
        },
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "CIRCULAR_SHIFTLEFT_POSEDGE_EX",
      "FFD32_POSEDGE",
      "FFD_POSEDGE_ASYNC_RESET",
      "FFD_POSEDGE_SYNCRONOUS_RESET",
      "FFT1",
      "FFToggleOnce_1Bit",
      "INCREMENT",
      "MUXFULLPARALELL_16bits_2SEL",
      "MUXFULLPARALELL_16bits_2SEL_X",
      "MUXFULLPARALELL_2SEL_GENERIC",
      "MUXFULLPARALELL_3SEL_WALKINGONE",
      "MUXFULLPARALELL_96bits_2SEL",
      "Module_Host",
      "RADIX_R_MUL_32_FULL_PARALLEL",
      "RAM_SINGLE_READ_PORT",
      "SELECT_1_TO_N",
      "SHIFTER2_16_BITS",
      "SHIFTLEFT_POSEDGE",
      "SignedIntegerDivision",
      "UPCOUNTER_POSEDGE",
      "UnsignedIntegerDivision",
      "UpCounter_16E",
      "UpCounter_3",
      "UpCounter_32"
    ]
  },
  {
    "namespace": "opencores",
    "name": "tiny_aes",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AES (Advanced Encryption Standard) symmetric block cipher with 128/192/256-bit key support and configurable round-pipeline (Homer Hsing 2012+). Includes both encryption and decryption cores. Ships a FuseSoC manifest.",
    "license": "Apache-2.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/tiny_aes.git",
    "tags": [
      "128",
      "192",
      "256",
      "aes",
      "expand",
      "final",
      "key",
      "lookup",
      "round",
      "table",
      "type"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2022-10-04T19:37:32+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "S4": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "p0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "T": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "p0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "aes_128": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "aes_192": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "aes_256": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_128": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_type_A_192": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_type_A_256": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_type_B_192": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_type_B_256": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[255:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_type_C_192": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "expand_key_type_D_192": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "in",
          "name": "rcon",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "out_1",
          "type": "wire",
          "width": "[191:0]"
        },
        {
          "direction": "out",
          "name": "out_2",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "one_round": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state_in",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "out",
          "name": "state_out",
          "type": "wire",
          "width": "[127:0]"
        },
        {
          "direction": "in",
          "name": "key_in",
          "type": "wire",
          "width": "[127:0]"
        }
      ],
      "table_lookup": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "p0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "xS": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "state",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "p0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    },
    "top_modules": [
      "S4",
      "T",
      "aes_128",
      "aes_192",
      "aes_256",
      "expand_key_128",
      "expand_key_type_A_192",
      "expand_key_type_A_256",
      "expand_key_type_B_192",
      "expand_key_type_B_256",
      "expand_key_type_C_192",
      "expand_key_type_D_192",
      "one_round",
      "table_lookup",
      "xS"
    ]
  },
  {
    "namespace": "opencores",
    "name": "tiny_tate_bilinear_pairing",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Tate pairing engine for elliptic-curve pairing-based cryptography over 256-bit prime fields.",
    "license": "Apache-2.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/tiny_tate_bilinear_pairing.git",
    "tags": [
      "access",
      "add",
      "const",
      "f3",
      "f3m",
      "memory",
      "mod",
      "mult",
      "only",
      "random",
      "read"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:18:01Z",
    "updated_at": "2012-11-14T00:26:40+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "PPG": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "const_": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH_D0:0]"
        },
        {
          "direction": "out",
          "name": "effective",
          "type": "wire",
          "width": ""
        }
      ],
      "f3_add": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "f3_mult": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "f3_sub": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": "[`WIDTH_D0:0]"
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "f3m_add": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "mod_p": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl",
          "type": "wire",
          "width": "[10:0]"
        },
        {
          "direction": "in",
          "name": "d0",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "d1",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "out",
          "name": "C",
          "type": "wire",
          "width": "[`WIDTH:0]"
        },
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "A",
          "type": "wire",
          "width": "[`WIDTH:0]"
        }
      ],
      "pairing": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        }
      ],
      "select": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_in",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "addr_fsm_in",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "w_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_out",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "w_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from_ram",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "const_effective",
          "type": "wire",
          "width": ""
        }
      ],
      "tiny": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "w",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "out",
          "name": "done",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_in",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "addr_fsm_in",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "w_in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_out",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "out",
          "name": "w_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from_ram",
          "type": "wire",
          "width": "[197:0]"
        },
        {
          "direction": "in",
          "name": "const_effective",
          "type": "wire",
          "width": ""
        }
      ],
      "v1": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[193:0]"
        }
      ],
      "v2": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[193:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[193:0]"
        }
      ],
      "v3": [
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[1005:0]"
        },
        {
          "direction": "out",
          "name": "c",
          "type": "wire",
          "width": "[1005:0]"
        }
      ]
    },
    "top_modules": [
      "PPG",
      "const_",
      "f3_add",
      "f3_mult",
      "f3_sub",
      "f3m_add",
      "mod_p",
      "pairing",
      "select",
      "tiny",
      "v1",
      "v2",
      "v3"
    ]
  },
  {
    "namespace": "opencores",
    "name": "trigonometric_functions_in_double_fpu",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Trigonometric functions using double precision Floating Point Unit        ////",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/trigonometric_functions_in_double_fpu.git",
    "tags": [
      "cosecant",
      "cosine",
      "cotangent",
      "lut",
      "secant",
      "sine",
      "tangent"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-07-18T15:04:17+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "cosecant_lut": [
        {
          "direction": "in",
          "name": "quad",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "degrees",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "cosine_lut": [
        {
          "direction": "in",
          "name": "quad",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "degrees",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "cotangent_lut": [
        {
          "direction": "in",
          "name": "quad",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "degrees",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "dividor": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        }
      ],
      "secant_lut": [
        {
          "direction": "in",
          "name": "quad",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "degrees",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "sine_lut": [
        {
          "direction": "in",
          "name": "quad",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "degrees",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[63:0]"
        }
      ],
      "tangent_lut": [
        {
          "direction": "in",
          "name": "quad",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "degrees",
          "type": "wire",
          "width": "[`INPUT_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": "[63:0]"
        }
      ]
    },
    "top_modules": [
      "cosecant_lut",
      "cosine_lut",
      "cotangent_lut",
      "dividor",
      "secant_lut",
      "sine_lut",
      "tangent_lut"
    ]
  },
  {
    "namespace": "opencores",
    "name": "usb_phy",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Interfaces a USB transceiver with UTMI protocol, handling signal transmission, reception, and line state management.",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/usb_phy.git",
    "tags": [
      "bus",
      "layer",
      "phy",
      "physical",
      "receive",
      "receiver",
      "rx",
      "serial",
      "transmit",
      "transmitter",
      "universal",
      "usb"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2004-10-19T09:29:07+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "usb_phy": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_tx_mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usb_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txdp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rxd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DataOut_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "TxValid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "TxReady_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DataIn_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "RxValid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RxActive_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RxError_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "LineState_o",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    },
    "top_modules": [
      "usb_phy"
    ]
  },
  {
    "namespace": "opencores",
    "name": "usbhostslave",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "USB 1.1 host and slave controller in one package, with serial interface engine, host control state machine, and slave endpoint logic. Wishbone bus interface.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/usbhostslave.git",
    "tags": [
      "48mhz",
      "clock",
      "dpmem",
      "locked",
      "master",
      "model",
      "phase",
      "usb1t11",
      "usbhostcyc2wrap",
      "usbslavecyc2wrap",
      "wishbone",
      "xilinx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T22:57:14Z",
    "updated_at": "2011-03-18T17:52:17+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "speedCtrlMux": [
        {
          "direction": "in",
          "name": "directCtrlRate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "directCtrlPol",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sendPacketRate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sendPacketPol",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sendPacketSel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fullSpeedRate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fullSpeedPol",
          "type": "wire",
          "width": ""
        }
      ],
      "usbDeviceActelTop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ledOut",
          "type": "wire",
          "width": "[9:0]"
        },
        {
          "direction": "inout",
          "name": "usbSlaveVP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usbSlaveVM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbSlaveOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbDPlusPullup",
          "type": "wire",
          "width": ""
        }
      ],
      "usbDeviceAlteraTop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mc_addr",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "mc_ba",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "mc_dqm",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "mc_we_",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mc_cas_",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mc_ras_",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mc_cke_",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sdram_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spiClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spiMasterDataOut",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spiCS_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbHostOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usbSlaveVP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usbSlaveVM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbSlaveOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbDPlusPullup",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vBusDetect",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P_CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_RST_N",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_CS_N",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P8",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P9",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P10",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P11",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P12",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P13",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P14",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P15",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P16",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P17",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P18",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P19",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "SC_P20",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P21",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "SC_P22",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "SC_P23",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P24",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P26",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P27",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P28",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P29",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P30",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P31",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P32",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P33",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P34",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P35",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P36",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P37",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P38",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SC_P39",
          "type": "wire",
          "width": ""
        }
      ],
      "usbDeviceXilinxTop": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "E_NRST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SPI_SCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "NF_CE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "SD_CS",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usbSlaveVP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "usbSlaveVM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbSlaveOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usbDPlusPullup",
          "type": "wire",
          "width": ""
        }
      ],
      "usbHostCyc2Wrap": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "strobe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usbClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "USBWireVP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "USBWireVM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBFullSpeed",
          "type": "wire",
          "width": ""
        }
      ],
      "usbHostCyc2Wrap_usb1t11": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "strobe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usbClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USBWireVPin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USBWireVMin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireVPout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireVMout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBFullSpeed",
          "type": "wire",
          "width": ""
        }
      ],
      "usbHostSlaveAvalonWrap": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "writedata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "readdata",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "waitrequest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "chipselect",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usbClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USBWireVPI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USBWireVMI",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireVPO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireVMO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireDataOutTick",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireDataInTick",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireOutEn_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBFullSpeed",
          "type": "wire",
          "width": ""
        }
      ],
      "usbHostSlaveCyc2Wrap": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "strobe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usbClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "USBWireVP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "USBWireVM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBFullSpeed",
          "type": "wire",
          "width": ""
        }
      ],
      "usbSlaveCyc2Wrap": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "strobe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usbClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "USBWireVP",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "USBWireVM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBFullSpeed",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBDPlusPullup",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBDMinusPullup",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vBusDetect",
          "type": "wire",
          "width": ""
        }
      ],
      "usbSlaveCyc2Wrap_usb1t11": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "strobe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usbClk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USBWireVPin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "USBWireVMin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireVPout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireVMout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBWireOE_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBFullSpeed",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBDPlusPullup",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "USBDMinusPullup",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "vBusDetect",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "speedCtrlMux",
      "testCase0",
      "usbDeviceActelTop",
      "usbDeviceAlteraTop",
      "usbDeviceXilinxTop",
      "usbHostCyc2Wrap",
      "usbHostCyc2Wrap_usb1t11",
      "usbHostSlaveAvalonWrap",
      "usbHostSlaveCyc2Wrap",
      "usbSlaveCyc2Wrap",
      "usbSlaveCyc2Wrap_usb1t11"
    ]
  },
  {
    "namespace": "opencores",
    "name": "versatile_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Generic parameterized FIFO library covering single-clock and dual-clock variants with optional almost-full/almost-empty thresholds.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/versatile_fifo.git",
    "tags": [
      "access",
      "async",
      "asynchronous",
      "buffer",
      "comparator",
      "dual",
      "memory",
      "queue",
      "random",
      "simplex",
      "versatile",
      "vfifo"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2010-11-04T10:02:53+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "async_fifo_dw_simplex_top": [
        {
          "direction": "in",
          "name": "a_d",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "in",
          "name": "a_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_fifo_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_q",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "in",
          "name": "a_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_fifo_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_d",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "in",
          "name": "b_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_fifo_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_q",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "in",
          "name": "b_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_fifo_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_rst",
          "type": "wire",
          "width": ""
        }
      ],
      "async_fifo_mq": [
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_full",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_enable",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "clk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_enable",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "clk2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        }
      ],
      "async_fifo_mq_md": [
        {
          "direction": "in",
          "name": "d",
          "type": "wire",
          "width": "[data_width*nr_of_queues-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_full",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_enable",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "clk1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[data_width-1:0]"
        },
        {
          "direction": "out",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_enable",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        },
        {
          "direction": "in",
          "name": "clk2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": "[0:nr_of_queues-1]"
        }
      ],
      "sd_fifo": [
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_adr_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "sd_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "sd_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "sd_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_re_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sd_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fifo_full",
          "type": "wire",
          "width": "[1:4]"
        },
        {
          "direction": "out",
          "name": "fifo_empty",
          "type": "wire",
          "width": "[1:4]"
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        }
      ],
      "vfifo_dual_port_ram_": [
        {
          "direction": "in",
          "name": "d_a",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "adr_a",
          "type": "wire",
          "width": "[(ADDR_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "adr_b",
          "type": "wire",
          "width": "[(ADDR_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "we_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_b",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "d_b",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "q_a",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "we_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "vfifo_dual_port_ram_sc_dw": [
        {
          "direction": "in",
          "name": "d_a",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "adr_a",
          "type": "wire",
          "width": "[(ADDR_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "adr_b",
          "type": "wire",
          "width": "[(ADDR_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "we_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_b",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "d_b",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "q_a",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "we_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ],
      "vfifo_dual_port_ram_sc_sw": [
        {
          "direction": "in",
          "name": "d_a",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "adr_a",
          "type": "wire",
          "width": "[(ADDR_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "adr_b",
          "type": "wire",
          "width": "[(ADDR_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "we_a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_b",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "async_fifo_dw_simplex_top",
      "async_fifo_mq",
      "async_fifo_mq_md",
      "sd_fifo",
      "vfifo_dual_port_ram_",
      "vfifo_dual_port_ram_sc_dw",
      "vfifo_dual_port_ram_sc_sw"
    ]
  },
  {
    "namespace": "opencores",
    "name": "vga_lcd",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "VGA + LCD display controller generating timing for standard VGA modes and parallel LCD interfaces. Includes pixel clock generator and frame buffer interface.",
    "license": "GPL-2.0-or-later",
    "language": "verilog",
    "library": "count",
    "source_url": "https://github.com/freecores/vga_lcd.git",
    "tags": [
      "access",
      "altera",
      "buffer",
      "clkgen",
      "colproc",
      "counter",
      "curproc",
      "datapath",
      "master",
      "memory",
      "ported",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-03T23:36:17Z",
    "updated_at": "2003-09-23T13:09:26+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "provides_packages": [
      "count"
    ],
    "top_ports": {
      "Pgen": [
        {
          "direction": "in",
          "name": "mclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_Ven",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_HSyncL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Thsync",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Thgdel",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Thgate",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "Thlen",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "ctrl_VSyncL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tvsync",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Tvgdel",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Tvgate",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "Tvlen",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "ctrl_CSyncL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ctrl_BlankL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eoh",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eov",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Gate",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Hsync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Vsync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Csync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Blank",
          "type": "std_logic",
          "width": ""
        }
      ],
      "Tgen": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "HSyncL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Thsync",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Thgdel",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Thgate",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "Thlen",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "VSyncL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Tvsync",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Tvgdel",
          "type": "unsigned",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "Tvgate",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "Tvlen",
          "type": "unsigned",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "CSyncL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "BlankL",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eol",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eof",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gate",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Hsync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Vsync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Csync",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Blank",
          "type": "std_logic",
          "width": ""
        }
      ],
      "generic_dpram": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "raddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "waddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "drivers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "finish",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wraddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "rdaddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "CLKA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRA",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "CLKB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRB",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        }
      ],
      "generic_spram": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "raddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "drivers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "inclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ],
      "tst_bench": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NRESET",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INTA_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADR_I",
          "type": "unsigned",
          "width": "10 downto 2"
        },
        {
          "direction": "in",
          "name": "SDAT_I",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "SDAT_O",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "SEL_I",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "WE_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VGA_STB_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLUT_STB_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CYC_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACK_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ERR_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "unsigned",
          "width": "31 downto 2"
        },
        {
          "direction": "in",
          "name": "MDAT_I",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CAB_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PCLK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "VSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLANK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "R",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "G",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "B",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "ud_cnt": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nReset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_en",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ud",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nld",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "D",
          "type": "unsigned",
          "width": "SIZE -1 downto 0"
        },
        {
          "direction": "out",
          "name": "Q",
          "type": "unsigned",
          "width": "SIZE -1 downto 0"
        },
        {
          "direction": "in",
          "name": "resD",
          "type": "unsigned",
          "width": "SIZE -1 downto 0"
        },
        {
          "direction": "in",
          "name": "rci",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rco",
          "type": "std_logic",
          "width": ""
        }
      ],
      "vga_enh_top": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_inta_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_adr_i",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "in",
          "name": "wbs_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_bte_o",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "wbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_p_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvi_pclk_p_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvi_pclk_m_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvi_hsync_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvi_vsync_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvi_de_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dvi_d_o",
          "type": "wire",
          "width": "[11:0]"
        },
        {
          "direction": "out",
          "name": "clk_p_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "vsync_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "csync_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "blank_pad_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "r_pad_o",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "vid_mem": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NRESET",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INTA_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADR_I",
          "type": "unsigned",
          "width": "10 downto 2"
        },
        {
          "direction": "in",
          "name": "SDAT_I",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "SDAT_O",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "SEL_I",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "WE_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VGA_STB_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLUT_STB_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CYC_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACK_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ERR_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "unsigned",
          "width": "31 downto 2"
        },
        {
          "direction": "in",
          "name": "MDAT_I",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CAB_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PCLK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "VSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLANK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "R",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "G",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "B",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "wb_host": [
        {
          "direction": "in",
          "name": "CLK_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RST_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "NRESET",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "INTA_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADR_I",
          "type": "unsigned",
          "width": "10 downto 2"
        },
        {
          "direction": "in",
          "name": "SDAT_I",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "SDAT_O",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "SEL_I",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "WE_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "VGA_STB_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CLUT_STB_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "CYC_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ACK_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ERR_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ADR_O",
          "type": "unsigned",
          "width": "31 downto 2"
        },
        {
          "direction": "in",
          "name": "MDAT_I",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "SEL_O",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "WE_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "STB_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CYC_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CAB_O",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ACK_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ERR_I",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PCLK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "HSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "VSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "CSYNC",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "BLANK",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "R",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "G",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "B",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "xilinx_ram_dp": [
        {
          "direction": "in",
          "name": "rclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "raddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wclk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "waddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "drivers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "finish",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wraddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "rdaddress",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "wren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rdclocken",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "CLKA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRA",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOA",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "CLKB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "RSTB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ENB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ADDRB",
          "type": "wire",
          "width": "[awidth-1:0]"
        },
        {
          "direction": "in",
          "name": "DIB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        },
        {
          "direction": "in",
          "name": "WEB",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "DOB",
          "type": "wire",
          "width": "[dwidth-1:0]"
        }
      ],
      "xilinx_ram_sp": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "in",
          "name": "di",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "do",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "raddr",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "drivers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": "[awidth -1:0]"
        },
        {
          "direction": "in",
          "name": "inclock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q",
          "type": "wire",
          "width": "[dwidth -1:0]"
        },
        {
          "direction": "in",
          "name": "en",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "Pgen",
      "Tgen",
      "generic_dpram",
      "generic_spram",
      "tst_bench",
      "ud_cnt",
      "vga_enh_top",
      "vid_mem",
      "wb_host",
      "xilinx_ram_dp",
      "xilinx_ram_sp"
    ]
  },
  {
    "namespace": "opencores",
    "name": "video_stream_scaler",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Video stream scaler \u2014 line-buffer-based filtering pipeline that resamples raster video streams to a target output resolution. LGPL-2.1+ Verilog.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "verilog",
    "source_url": "https://github.com/freecores/video_stream_scaler.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2011-02-25T03:54:56+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "ramDualPort": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resolution",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dInValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nextDin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dOutValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nextDout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inputDiscardCnt",
          "type": "wire",
          "width": "[DISCARD_CNT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "pixels",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inputXRes",
          "type": "wire",
          "width": "[INPUT_X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "inputYRes",
          "type": "wire",
          "width": "[INPUT_Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "outputXRes",
          "type": "wire",
          "width": "[OUTPUT_X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "outputYRes",
          "type": "wire",
          "width": "[OUTPUT_Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "xScale",
          "type": "wire",
          "width": "[SCALE_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "yScale",
          "type": "wire",
          "width": "[SCALE_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "leftOffset",
          "type": "wire",
          "width": "[OUTPUT_X_RES_WIDTH-1+SCALE_FRAC_BITS:0]"
        },
        {
          "direction": "in",
          "name": "pixel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "topFracOffset",
          "type": "wire",
          "width": "[SCALE_FRAC_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "nearestNeighbor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "video",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "line",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lines",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceWrite",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "forceRead",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writeData",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fillCount",
          "type": "wire",
          "width": "[BUFFER_SIZE_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData00",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData01",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData10",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData11",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "readAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dataA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "addrA",
          "type": "wire",
          "width": "[(ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "weA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        }
      ],
      "ramFifo": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resolution",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dInValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nextDin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dOutValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nextDout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inputDiscardCnt",
          "type": "wire",
          "width": "[DISCARD_CNT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "pixels",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inputXRes",
          "type": "wire",
          "width": "[INPUT_X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "inputYRes",
          "type": "wire",
          "width": "[INPUT_Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "outputXRes",
          "type": "wire",
          "width": "[OUTPUT_X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "outputYRes",
          "type": "wire",
          "width": "[OUTPUT_Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "xScale",
          "type": "wire",
          "width": "[SCALE_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "yScale",
          "type": "wire",
          "width": "[SCALE_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "leftOffset",
          "type": "wire",
          "width": "[OUTPUT_X_RES_WIDTH-1+SCALE_FRAC_BITS:0]"
        },
        {
          "direction": "in",
          "name": "pixel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "topFracOffset",
          "type": "wire",
          "width": "[SCALE_FRAC_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "nearestNeighbor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "video",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "line",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lines",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceWrite",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "forceRead",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writeData",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fillCount",
          "type": "wire",
          "width": "[BUFFER_SIZE_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData00",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData01",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData10",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData11",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "readAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dataA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "addrA",
          "type": "wire",
          "width": "[(ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "weA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        }
      ],
      "streamScaler": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resolution",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dInValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "nextDin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dOutValid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nextDout",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inputDiscardCnt",
          "type": "wire",
          "width": "[DISCARD_CNT_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "pixels",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inputXRes",
          "type": "wire",
          "width": "[INPUT_X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "inputYRes",
          "type": "wire",
          "width": "[INPUT_Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "outputXRes",
          "type": "wire",
          "width": "[OUTPUT_X_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "outputYRes",
          "type": "wire",
          "width": "[OUTPUT_Y_RES_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "xScale",
          "type": "wire",
          "width": "[SCALE_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "yScale",
          "type": "wire",
          "width": "[SCALE_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "leftOffset",
          "type": "wire",
          "width": "[OUTPUT_X_RES_WIDTH-1+SCALE_FRAC_BITS:0]"
        },
        {
          "direction": "in",
          "name": "pixel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "topFracOffset",
          "type": "wire",
          "width": "[SCALE_FRAC_BITS-1:0]"
        },
        {
          "direction": "in",
          "name": "nearestNeighbor",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "video",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "line",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "has",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lines",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceRead2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advanceWrite",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "forceRead",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "writeData",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "writeEnable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fillCount",
          "type": "wire",
          "width": "[BUFFER_SIZE_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData00",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData01",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData10",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "readData11",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "readAddress",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "dataA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "addrA",
          "type": "wire",
          "width": "[(ADDRESS_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "weA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "qA",
          "type": "wire",
          "width": "[(DATA_WIDTH-1):0]"
        }
      ]
    },
    "top_modules": [
      "ramDualPort",
      "ramFifo",
      "streamScaler"
    ]
  },
  {
    "namespace": "opencores",
    "name": "viterbi_decoder_axi4s",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Viterbi maximum-likelihood decoder for forward error correction with AXI4-Stream input and output interfaces.",
    "license": "GPL-2.0-only",
    "language": "vhdl-2008",
    "library": "dec_viterbi",
    "source_url": "https://github.com/freecores/viterbi_decoder_axi4s.git",
    "tags": [
      "access",
      "branch",
      "buffer",
      "control",
      "controller",
      "decoder",
      "distance",
      "memory",
      "random",
      "traceback",
      "trellis",
      "viterbi"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-04T00:18:01Z",
    "updated_at": "2014-02-17T08:50:43+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "external_uses": [
      {
        "library": "dec_viterbi",
        "package": "pkg_components"
      },
      {
        "library": "dec_viterbi",
        "package": "pkg_helper"
      },
      {
        "library": "dec_viterbi",
        "package": "pkg_param"
      },
      {
        "library": "dec_viterbi",
        "package": "pkg_param_derived"
      },
      {
        "library": "dec_viterbi",
        "package": "pkg_trellis"
      },
      {
        "library": "dec_viterbi",
        "package": "pkg_types"
      }
    ],
    "top_ports": {
      "dec_viterbi": [
        {
          "direction": "in",
          "name": "aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_input_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_input_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axis_input_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_input_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_output_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_output_tdata",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axis_output_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axis_output_tready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_tvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_tdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axis_ctrl_tlast",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axis_ctrl_tready",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "dec_viterbi"
    ]
  },
  {
    "namespace": "opencores",
    "name": "viterbi_decoder_soft_decision",
    "latest": "21a58406dd00",
    "versions": [
      "21a58406dd00",
      "HEAD"
    ],
    "description": "Viterbi decoder that recovers information bits from received symbol pairs using branch and path metrics.",
    "license": "LGPL-2.1-or-later",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/viterbi_decoder_soft_decision.git",
    "tags": [
      "acs",
      "bmu",
      "dec",
      "decoder",
      "fsm",
      "rad2",
      "tbu",
      "vit"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:35+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "vit_top": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "info_seq_len",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "init_neg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "g_dvld",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start_vtd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "g0",
          "type": "wire",
          "width": "[WL_CB-1:0]"
        },
        {
          "direction": "in",
          "name": "g1",
          "type": "wire",
          "width": "[WL_CB-1:0]"
        },
        {
          "direction": "out",
          "name": "o_dec_bit",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "o_dec_bvld",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "vit_top"
    ]
  },
  {
    "namespace": "opencores",
    "name": "warp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Image warping pipeline with image-decay / temporal-aging effect \u2014 geometric distortion + temporal modulation.",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/warp.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2008-06-26T20:11:33+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "warp": [
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mwb_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "mwb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mwb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mwb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mwb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mwb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "mwb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "2",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "warp"
    ]
  },
  {
    "namespace": "opencores",
    "name": "wb_flash",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone-controlled parallel flash memory controller (CFI/JEDEC compatible). Verilog.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/wb_flash.git",
    "tags": [
      "bus",
      "flash",
      "wb",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2008-06-04T06:10:35+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "wb_flash": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[aw-1:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[dw-1:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_adr_o",
          "type": "wire",
          "width": "[18:0]"
        },
        {
          "direction": "out",
          "name": "flash_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "flash_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "flash_oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_ce",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flash_we",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "wb_flash"
    ]
  },
  {
    "namespace": "opencores",
    "name": "wb_lpc",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone-controlled LPC (Low Pin Count) bus interface \u2014 bridges Wishbone to LPC for x86-class designs needing legacy device buses (serial, KBD, BMC).",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/wb_lpc.git",
    "tags": [
      "bus",
      "dreq",
      "host",
      "lpc",
      "periph",
      "regfile",
      "serirq",
      "slave",
      "wb",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2008-12-27T19:46:18+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "serirq_host": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serirq_mode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serirq_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "Bus",
          "type": "wire",
          "width": ""
        }
      ],
      "serirq_slave": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serirq_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "Bus",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_dreq_host": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dma_chan_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "dma_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_dreq_periph": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dma_chan_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "dma_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_lpc_host": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbs_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wbs_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wbs_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wbs_tga_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "wbs_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbs_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbs_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lframe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lad_oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lad_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "Bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lad_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "dma_chan_i",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "dma_tc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "four",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_lpc_periph": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbm_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wbm_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wbm_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wbm_tga_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "wbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lframe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lad_oe",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lad_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "Bus",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lad_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dma_chan_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "dma_tc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        }
      ],
      "wb_regfile": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ws_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "datareg0",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "datareg1",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    },
    "top_modules": [
      "serirq_host",
      "serirq_slave",
      "wb_dreq_host",
      "wb_dreq_periph",
      "wb_lpc_host",
      "wb_lpc_periph",
      "wb_regfile"
    ]
  },
  {
    "namespace": "opencores",
    "name": "wb_mcs51",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "MCS51 to Wishbone Interface                                 ////",
    "license": "OpenCores-Permissive-1.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/wb_mcs51.git",
    "tags": [
      "bus",
      "mcs51",
      "wb",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2008-03-10T13:58:10+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "header",
    "top_ports": {
      "wb_mcs51": [
        {
          "direction": "in",
          "name": "nrst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcs51_ale",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcs51_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mcs51_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "mcs51_ad_inout",
          "type": "wire",
          "width": "[mcs51_aw-1:0]"
        },
        {
          "direction": "out",
          "name": "wbm_adr_o",
          "type": "wire",
          "width": "[wb_aw-1:0]"
        },
        {
          "direction": "in",
          "name": "wbm_dat_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wbm_dat_o",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "wbm_sel_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbm_err_i",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "wb_mcs51"
    ]
  },
  {
    "namespace": "opencores",
    "name": "wb_size_bridge",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone bus width-resize bridge \u2014 connects masters and slaves with mismatched data widths via byte-lane steering.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/wb_size_bridge.git",
    "tags": [
      "adapter",
      "asram",
      "async",
      "asynchronous",
      "bridge",
      "bus",
      "converter",
      "mem",
      "protocol",
      "size",
      "wb",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2011-03-29T01:42:07+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "asram_if": [
        {
          "direction": "inout",
          "name": "sram_dq",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "sram_addr",
          "type": "wire",
          "width": "[17:0]"
        },
        {
          "direction": "out",
          "name": "sram_ub_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sram_lb_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sram_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sram_ce_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sram_oe_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[18:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        }
      ],
      "async_mem_if": [
        {
          "direction": "inout",
          "name": "async_dq",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "async_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "out",
          "name": "async_ub_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_lb_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ce_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_oe_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ce_setup",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "op_hold",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "ce_hold",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "big_endian_if_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lo_byte_if_i",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "asram_if",
      "async_mem_if"
    ]
  },
  {
    "namespace": "opencores",
    "name": "wbfmtx",
    "latest": "d248fe6384ac",
    "versions": [
      "HEAD",
      "d248fe6384ac"
    ],
    "description": "Wishbone-controlled FM transmitter \u2014 software-defined-radio building block that takes a Wishbone-attached audio stream and produces an FM-modulated baseband output.",
    "license": "GPL-2.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/wbfmtx.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:52+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "wbfmtxhack": [
        {
          "direction": "in",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "samples",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "would",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_tx",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "o_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "wbfmtxhack"
    ]
  },
  {
    "namespace": "opencores",
    "name": "wf3d",
    "latest": "ffd766c3b3e7",
    "versions": [
      "HEAD",
      "ffd766c3b3e7"
    ],
    "description": "A 3D graphics rendering core that processes commands via Wishbone bus interface and manages memory transactions for 3D drawing operations.",
    "license": "BSD-2-Clause",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/routertl-mirrors/wf3d.git",
    "tags": [
      "arbiter",
      "arbitration",
      "clip",
      "core",
      "cull",
      "fadd",
      "fcnv",
      "matrix",
      "memory",
      "persdiv",
      "state",
      "viewport"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:54:00+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "fm_3d_core": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "int_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wb_adr_i",
          "type": "wire",
          "width": "[7:2]"
        },
        {
          "direction": "out",
          "name": "s_wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_wb_sel_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "s_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "s_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_adr_o",
          "type": "wire",
          "width": "[31:2]"
        },
        {
          "direction": "in",
          "name": "m_wb_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "m_wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "m_wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_req_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wr_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_adrs_s",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "o_ack_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_be_s",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "i_dbw_s",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_strr_s",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_dbr_s",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_req_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wr_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_adrs_m",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_len_m",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "i_ack_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_be_m",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "o_dbw_m",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "i_strr_m",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_dbr_m",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    },
    "top_modules": [
      "fm_3d_core"
    ]
  },
  {
    "namespace": "opencores",
    "name": "xconcentrator",
    "latest": "32767e185533",
    "versions": [
      "32767e185533",
      "HEAD"
    ],
    "description": "Concentrates multiple BNET input streams into a single output stream with data availability signaling.",
    "license": "BSD-2-Clause",
    "language": "vhdl-2008",
    "library": "lib1",
    "source_url": "https://github.com/routertl-mirrors/xconcentrator.git",
    "tags": [
      "bnet",
      "concentrator",
      "find",
      "switch",
      "target"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T11:46:13Z",
    "updated_at": "2026-05-05T12:42:29+02:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "provides_packages": [
      "bnet_def_pkg",
      "bnet_pkg"
    ],
    "top_ports": {
      "bnet_concentrator": [
        {
          "direction": "in",
          "name": "data_i",
          "type": "BNET_INPUT_ARR_CT",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dav_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "BNET_OUTPUT_ARR_CT",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_p",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "bnet_concentrator"
    ]
  },
  {
    "namespace": "opencores",
    "name": "xgate",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "XGATE Coprocessor - XGATE JTAG Module",
    "license": "LGPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/xgate.git",
    "tags": [
      "action",
      "barrel",
      "bypass",
      "debug",
      "decode",
      "encode",
      "group",
      "instr",
      "interrupt",
      "multiplexer",
      "register",
      "semaphore"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2013-01-27T16:52:29+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-04",
    "desc_source": "header",
    "top_ports": {
      "bc_2": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "bc_7": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_barrel_shift": [
        {
          "direction": "out",
          "name": "xgr1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgate_address",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "write_mem_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "mem_access",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_mem_strb_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_mem_strb_h",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "zero_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "negative_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xgchid",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "out",
          "name": "xgif_status",
          "type": "wire",
          "width": "[127:1]"
        },
        {
          "direction": "out",
          "name": "xg_sw_irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "host_semap",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "debug_active",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "single_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_mem_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "perif_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "risc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_rst_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_req_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ss_mem_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_mode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgdbg_set",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgdbg_clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgvbr",
          "type": "wire",
          "width": "[15:1]"
        },
        {
          "direction": "in",
          "name": "int_req",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "xgie",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "brk_irq_ena",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgchid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgsem",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgccr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgpc",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "xgsweif_c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "shift_rollover",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_left",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_ammount",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "shift_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "shift_filler",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "host_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "risc_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "risc_bit_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csem",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ssem",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_wrt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_bit_mask",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_bit",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_bypass_reg": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_id_reg": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_instr_decode": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_jtag": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_jtag_ir": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_jtag_sm": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_risc": [
        {
          "direction": "out",
          "name": "xgr1",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr2",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr3",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr4",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr5",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr6",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgr7",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "xgate_address",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "write_mem_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "mem_access",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_mem_strb_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "write_mem_strb_h",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "zero_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "negative_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "carry_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_flag",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xgchid",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "out",
          "name": "xgif_status",
          "type": "wire",
          "width": "[127:1]"
        },
        {
          "direction": "out",
          "name": "xg_sw_irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "host_semap",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "debug_active",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "single_step",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "read_mem_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "perif_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "risc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_rst_b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_req_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ss_mem_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xge",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_mode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgdbg_set",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgdbg_clear",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgvbr",
          "type": "wire",
          "width": "[15:1]"
        },
        {
          "direction": "in",
          "name": "int_req",
          "type": "wire",
          "width": "[ 6:0]"
        },
        {
          "direction": "in",
          "name": "xgie",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "brk_irq_ena",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgchid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgsem",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgccr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write_xgpc",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr7",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr6",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr5",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr4",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr3",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr2",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "write_xgr1",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "xgsweif_c",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_7",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_6",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_5",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_4",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_xgif_data",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "register",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RAM",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_out",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "shift_rollover",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_left",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_ammount",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "shift_in",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "shift_filler",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "out",
          "name": "host_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "risc_status",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "risc_bit_sel",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "csem",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ssem",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_wrt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_bit_mask",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "host_bit",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_tdo_mux": [
        {
          "direction": "out",
          "name": "jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_tdo_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "extest",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clamp",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "highz",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_lo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "force_pul_hi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bsd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "loading",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "update_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_dr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bsd_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user1_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "I",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "next_jtag_state",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "update_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "capture_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "shift_ir",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ir_reg",
          "type": "wire",
          "width": "[IR_BITS-1:0]"
        },
        {
          "direction": "out",
          "name": "ir_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_so",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idcode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usercode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sample",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "udi_1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_bypass",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_id",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "capture_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "update_en",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "si",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "enable",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "output_data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_out",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "so",
          "type": "wire",
          "width": ""
        }
      ],
      "xgate_top": [
        {
          "direction": "out",
          "name": "wbs_dat_o",
          "type": "wire",
          "width": "[DWIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "output",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "arst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wbs_adr_i",
          "type": "wire",
          "width": "[6:1]"
        },
        {
          "direction": "in",
          "name": "wbs_dat_i",
          "type": "wire",
          "width": "[DWIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wbs_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_dat_o",
          "type": "wire",
          "width": "[DWIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wbm_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wbm_adr_o",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "wbm_dat_i",
          "type": "wire",
          "width": "[DWIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "xgswt",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "xg_sw_irq",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xgif",
          "type": "wire",
          "width": "[MAX_CHANNEL:1]"
        },
        {
          "direction": "in",
          "name": "chan_req_i",
          "type": "wire",
          "width": "[MAX_CHANNEL:1]"
        },
        {
          "direction": "in",
          "name": "risc_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_mode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "secure_mode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scantestmode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flags",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "bc_2",
      "bc_7",
      "xgate_barrel_shift",
      "xgate_bypass_reg",
      "xgate_id_reg",
      "xgate_instr_decode",
      "xgate_jtag",
      "xgate_jtag_ir",
      "xgate_jtag_sm",
      "xgate_risc",
      "xgate_tdo_mux",
      "xgate_top"
    ]
  },
  {
    "namespace": "opencores",
    "name": "xge_mac",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "10 Gigabit Ethernet MAC with XGMII PHY interface and Wishbone bus (A. Tanguay 2008). Packet-level pkt_tx/pkt_rx user interface, includes generic FIFOs and clock-domain-crossing utilities.",
    "license": "LGPL-2.1-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/freecores/xge_mac.git",
    "tags": [
      "control",
      "controller",
      "dequeue",
      "enqueue",
      "independent",
      "interface",
      "receiver",
      "synchronizer",
      "synchronous",
      "transmit",
      "transmitter",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-02T19:26:23Z",
    "updated_at": "2008-06-07T02:59:56+00:00",
    "health_tier": "silver",
    "contract_url": "https://github.com/routertl/ip-index/blob/main/contracts/oc_xge_mac.md",
    "last_verified_at": "2026-05-04",
    "desc_source": "verdict",
    "top_ports": {
      "xge_mac": [
        {
          "direction": "in",
          "name": "clk_156m25",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_xgmii_rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_xgmii_tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pkt_rx_ren",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pkt_tx_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "pkt_tx_eop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pkt_tx_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "pkt_tx_sop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pkt_tx_val",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_156m25_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_xgmii_rx_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_xgmii_tx_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "wb_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wb_rst_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "xgmii_rxc",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "xgmii_rxd",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "pkt_rx_avail",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pkt_rx_data",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "pkt_rx_eop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pkt_rx_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pkt_rx_mod",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "pkt_rx_sop",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pkt_rx_val",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pkt_tx_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "wb_int_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "xgmii_txc",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "xgmii_txd",
          "type": "wire",
          "width": "[63:0]"
        }
      ]
    },
    "top_modules": [
      "xge_mac"
    ]
  },
  {
    "namespace": "opencores",
    "name": "xteacore",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "XTEA (eXtended Tiny Encryption Algorithm) cipher core \u2014 128-bit key, 64-bit block, 64 Feistel rounds. GPL-3+ VHDL.",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/xteacore.git",
    "tags": [
      "key",
      "round",
      "schedule"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2013-07-27T12:19:23+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "top_ports": {
      "xtea": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "enc",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "block_in",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "key",
          "type": "std_logic_vector",
          "width": "127 downto 0"
        },
        {
          "direction": "out",
          "name": "v_0_out",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "v_1_out",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ]
    },
    "top_modules": [
      "xtea"
    ]
  },
  {
    "namespace": "opencores",
    "name": "yac",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Yet Another CORDIC \u2014 generic iterative CORDIC pipeline for trigonometric and hyperbolic functions with parameterised data width.",
    "license": "LGPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/freecores/yac.git",
    "tags": [
      "cordic",
      "int",
      "iterative"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T10:26:01Z",
    "updated_at": "2014-03-30T09:58:35+00:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "verdict",
    "provides_packages": [
      "cordic_pkg"
    ],
    "top_ports": {
      "cordic_iterative_int": [
        {
          "direction": "in",
          "name": "clk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "start",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "done",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mode_i",
          "type": "std_logic_vector",
          "width": "4-1 downto 0"
        },
        {
          "direction": "in",
          "name": "x_i",
          "type": "std_logic_vector",
          "width": "XY_WIDTH-1  downto 0"
        },
        {
          "direction": "in",
          "name": "y_i",
          "type": "std_logic_vector",
          "width": "XY_WIDTH-1  downto 0"
        },
        {
          "direction": "in",
          "name": "a_i",
          "type": "std_logic_vector",
          "width": "A_WIDTH+2-1 downto 0"
        },
        {
          "direction": "out",
          "name": "x_o",
          "type": "std_logic_vector",
          "width": "XY_WIDTH+GUARD_BITS-1  downto 0"
        },
        {
          "direction": "out",
          "name": "y_o",
          "type": "std_logic_vector",
          "width": "XY_WIDTH+GUARD_BITS-1  downto 0"
        },
        {
          "direction": "out",
          "name": "a_o",
          "type": "std_logic_vector",
          "width": "A_WIDTH+2-1 downto 0"
        }
      ]
    },
    "top_modules": [
      "cordic_iterative_int"
    ]
  },
  {
    "namespace": "openhwgroup",
    "name": "cv32e40p",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Cv32e40p IP core with memory interface and interrupt support",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/openhwgroup/cv32e40p.git",
    "tags": [
      "aligner",
      "buffer",
      "compressed",
      "controller",
      "cv32e40p",
      "decoder",
      "divider",
      "hwloop",
      "interface",
      "prefetch",
      "register",
      "registers"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T09:34:04-04:00",
    "desc_source": "ports",
    "provides_packages": [
      "cv32e40p_apu_core_pkg",
      "cv32e40p_fpu_pkg",
      "cv32e40p_pkg",
      "fpnew_pkg"
    ],
    "top_ports": {
      "cv32e40p_top": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pulp_clock_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scan_cg_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "boot_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mtvec_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_halt_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "hart_id_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_exception_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "instr_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instr_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "instr_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_be_o",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "data_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_wdata_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "irq_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_id_o",
          "type": "wire",
          "width": "[ 4:0]"
        },
        {
          "direction": "in",
          "name": "debug_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_havereset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_running_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_halted_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fetch_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_sleep_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signals",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "cv32e40p_top"
    ]
  },
  {
    "namespace": "openhwgroup",
    "name": "cv32e40s",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "CV32E40S is a small and efficient, 32-bit, in-order RISC-V core with a 4-stage pipeline that implements the following instruction set architecture",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/openhwgroup/cv32e40s.git",
    "tags": [
      "alignment",
      "compressed",
      "controller",
      "correction",
      "cv32e40s",
      "feedback",
      "integrity",
      "interface",
      "prefetch",
      "prefetcher",
      "registers",
      "sequencer"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2024-10-31T08:14:27+01:00",
    "desc_source": "readme",
    "provides_packages": [
      "cv32e40s_pkg"
    ],
    "top_ports": {
      "cv32e40s_core": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scan_cg_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "boot_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_exception_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_halt_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mhartid_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mimpid_patch_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mtvec_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "instr_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instr_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "instr_memtype_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instr_prot_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "instr_dbg_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "instr_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instr_reqpar_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_gntpar_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rvalidpar_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instr_achk_o",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "instr_rchk_i",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "data_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_be_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "data_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_wdata_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_memtype_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_prot_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "data_dbg_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_reqpar_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_gntpar_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_rvalidpar_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_achk_o",
          "type": "wire",
          "width": "[12:0]"
        },
        {
          "direction": "in",
          "name": "data_rchk_i",
          "type": "wire",
          "width": "[4:0]"
        },
        {
          "direction": "out",
          "name": "mcycle_o",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wu_wfe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clic_irq_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clic_irq_id_i",
          "type": "wire",
          "width": "[CLIC_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clic_irq_level_i",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "clic_irq_priv_i",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "clic_irq_shv_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fencei_flush_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fencei_flush_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alert_minor_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alert_major_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_havereset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_running_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_halted_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_pc_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_pc_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "fetch_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_sleep_o",
          "type": "wire",
          "width": ""
        }
      ],
      "cv32e40s_popcnt": [
        {
          "direction": "in",
          "name": "in_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "result_o",
          "type": "wire",
          "width": "[5: 0]"
        }
      ]
    },
    "top_modules": [
      "cv32e40s_core",
      "cv32e40s_popcnt"
    ]
  },
  {
    "namespace": "openhwgroup",
    "name": "cv32e40x",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "CV32E40X is a small and efficient, 32-bit, in-order RISC-V core with a 4-stage pipeline that implements the following instruction set architecture",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/openhwgroup/cv32e40x.git",
    "tags": [
      "alignment",
      "compressed",
      "controller",
      "cv32e40x",
      "interface",
      "prefetch",
      "prefetcher",
      "register",
      "registers",
      "response",
      "sequencer",
      "triggers"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2024-11-06T12:19:59+01:00",
    "desc_source": "readme",
    "provides_packages": [
      "cv32e40x_pkg"
    ],
    "top_ports": {
      "cv32e40x_core": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scan_cg_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "boot_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_exception_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_halt_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mhartid_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "mimpid_patch_i",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "mtvec_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "instr_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instr_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "instr_memtype_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "instr_prot_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "instr_dbg_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "instr_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_be_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "data_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_wdata_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_memtype_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "data_prot_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "data_dbg_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_atop_o",
          "type": "wire",
          "width": "[5:0]"
        },
        {
          "direction": "in",
          "name": "data_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_exokay_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mcycle_o",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "input",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "wu_wfe_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clic_irq_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clic_irq_id_i",
          "type": "wire",
          "width": "[CLIC_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "clic_irq_level_i",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "clic_irq_priv_i",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "in",
          "name": "clic_irq_shv_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fencei_flush_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fencei_flush_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_havereset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_running_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_halted_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_pc_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_pc_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "fetch_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_sleep_o",
          "type": "wire",
          "width": ""
        }
      ],
      "cv32e40x_popcnt": [
        {
          "direction": "in",
          "name": "in_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "result_o",
          "type": "wire",
          "width": "[5: 0]"
        }
      ]
    },
    "top_modules": [
      "cv32e40x_core",
      "cv32e40x_popcnt"
    ]
  },
  {
    "namespace": "openhwgroup",
    "name": "cva6",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "CVA6 is a 6-stage, single-issue, in-order CPU which implements the 64-bit RISC-V instruction set. It fully implements I, M, A and C extensions as specified in Volume I: User-Level ISA V 2.3 as well as the draft privilege extension 1.10.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/openhwgroup/cva6.git",
    "tags": [
      "accumulator",
      "arbitration",
      "comparator",
      "compressed",
      "controller",
      "coprocessor",
      "dispatcher",
      "lightweight",
      "peripherals",
      "synchronizer",
      "synchronous",
      "wbyteenable"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-13T13:41:37+02:00",
    "desc_source": "readme",
    "provides_packages": [
      "aes_pkg",
      "ariane_pkg",
      "axi_pkg",
      "cf_math_pkg",
      "config_pkg",
      "cvxif_instr_pkg",
      "l15_pkg",
      "riscv",
      "std_cache_pkg",
      "triggers_pkg",
      "wt_cache_pkg"
    ],
    "top_ports": {
      "amo_alu": [
        {
          "direction": "in",
          "name": "ariane_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "amo_operand_a_i",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "in",
          "name": "amo_operand_b_i",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "amo_result_o",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "operand_b",
          "type": "wire",
          "width": ""
        }
      ],
      "ariane_verilog_wrap": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reset_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spc_grst_l",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "boot_addr_i",
          "type": "wire",
          "width": "[VLEN-1:0]"
        },
        {
          "direction": "in",
          "name": "hart_id_i",
          "type": "wire",
          "width": "[XLEN-1:0]"
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "ipi_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "time_irq_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "l15_req_o",
          "type": "wire",
          "width": "[$size(l15_pkg::l15_req_t)-1:0]"
        },
        {
          "direction": "in",
          "name": "l15_rtrn_i",
          "type": "wire",
          "width": "[$size(l15_pkg::l15_rtrn_t)-1:0]"
        }
      ],
      "ariane_xilinx": [
        {
          "direction": "in",
          "name": "parameters",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddr3_dq",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_n",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "inout",
          "name": "ddr3_dqs_p",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_addr",
          "type": "wire",
          "width": "[14:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ba",
          "type": "wire",
          "width": "[ 2:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ras_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_cas_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_we_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr3_ck_p",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_ck_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_cke",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_cs_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_dm",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "ddr3_odt",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "eth_rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rxck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rxctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eth_rxd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "eth_txck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_txctl",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_txd",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "inout",
          "name": "eth_mdio",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eth_mdc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "in",
          "name": "sw",
          "type": "wire",
          "width": "[ 7:0]"
        },
        {
          "direction": "out",
          "name": "fan_pwm",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c0_sys_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c0_sys_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sys_rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0_ddr4_adr",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_ba",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_cke",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_cs_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "inout",
          "name": "c0_ddr4_dm_dbi_n",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "inout",
          "name": "c0_ddr4_dq",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "inout",
          "name": "c0_ddr4_dqs_c",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "inout",
          "name": "c0_ddr4_dqs_t",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_odt",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_bg",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0_ddr4_act_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c0_ddr4_ck_c",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "c0_ddr4_ck_t",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "pci_exp_txp",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "pci_exp_txn",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "pci_exp_rxp",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "pci_exp_rxn",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "sys_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_ss",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prog_clko",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prog_rxen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prog_txen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prog_spien",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prog_rdn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prog_wrn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prog_oen",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "prog_siwun",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "prog_d",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "rx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        }
      ],
      "clint_sync": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rtc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "timer_irq_o",
          "type": "wire",
          "width": "[NR_CORES-1:0]"
        },
        {
          "direction": "out",
          "name": "ipi_o",
          "type": "wire",
          "width": "[NR_CORES-1:0]"
        },
        {
          "direction": "in",
          "name": "through",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serial_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "r_edge_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "f_edge_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serial_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "768",
          "name": "kHz",
          "type": "32.768",
          "width": ""
        },
        {
          "direction": "a",
          "name": "inter",
          "type": "k.a",
          "width": ""
        }
      ],
      "clint_sync_wedge": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rtc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "timer_irq_o",
          "type": "wire",
          "width": "[NR_CORES-1:0]"
        },
        {
          "direction": "out",
          "name": "ipi_o",
          "type": "wire",
          "width": "[NR_CORES-1:0]"
        },
        {
          "direction": "in",
          "name": "through",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serial_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "r_edge_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "f_edge_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serial_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "768",
          "name": "kHz",
          "type": "32.768",
          "width": ""
        },
        {
          "direction": "a",
          "name": "inter",
          "type": "k.a",
          "width": ""
        }
      ],
      "cva6_altera": [
        {
          "direction": "in",
          "name": "parameters",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_ref_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pll_ref_clk_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cpu_resetn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ddr4_ch0_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ddr4_ch0_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "ddr4_dq",
          "type": "wire",
          "width": "[71:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dqs_n",
          "type": "wire",
          "width": "[ 8:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dqs_p",
          "type": "wire",
          "width": "[ 8:0]"
        },
        {
          "direction": "inout",
          "name": "ddr4_dbi_n",
          "type": "wire",
          "width": "[ 8:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_ba",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_bg",
          "type": "wire",
          "width": "[ 1:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ddr4_ck_p",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_ck_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_a",
          "type": "wire",
          "width": "[ 16:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_act_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_cke",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_cs_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_odt",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "out",
          "name": "ddr4_par",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "in",
          "name": "ddr4_alert_n",
          "type": "wire",
          "width": "[ 0:0]"
        },
        {
          "direction": "in",
          "name": "oct_rzqin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led",
          "type": "wire",
          "width": "[ 3:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_ck",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_ck_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_a",
          "type": "wire",
          "width": "[16:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_act_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_ba",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_bg",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_cke",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_cs_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_odt",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_reset_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "emif_hps_mem_mem_par",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "emif_hps_mem_mem_alert_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "emif_hps_oct_oct_rzqin",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "emif_hps_pll_ref_clk_p",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "emif_hps_mem_mem_dbi_n",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "inout",
          "name": "emif_hps_mem_mem_dq",
          "type": "wire",
          "width": "[64-1:0]"
        },
        {
          "direction": "inout",
          "name": "emif_hps_mem_mem_dqs",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "inout",
          "name": "emif_hps_mem_mem_dqs_n",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "in",
          "name": "hps_jtag_tck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_jtag_tms",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_jtag_tdo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_jtag_tdi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_sdmmc_CCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_sdmmc_CMD",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_sdmmc_D0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_sdmmc_D1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_sdmmc_D2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_sdmmc_D3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_TX_CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_emac0_RX_CLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_TX_CTL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_emac0_RX_CTL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_TXD0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_TXD1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_emac0_RXD0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_emac0_RXD1",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_TXD2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_TXD3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_emac0_RXD2",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_emac0_RXD3",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_emac0_MDIO",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_emac0_MDC",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_uart0_RX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "hps_uart0_TX",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_i2c1_SDA",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_i2c1_SCL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "hps_gpio1_io0",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hps_ref_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "333",
          "name": "MHz",
          "type": "33.333",
          "width": ""
        }
      ],
      "find_first_one": [
        {
          "direction": "in",
          "name": "vector",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_i",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "first_one_o",
          "type": "wire",
          "width": "[$clog2(WIDTH)-1:0]"
        },
        {
          "direction": "out",
          "name": "no_ones_o",
          "type": "wire",
          "width": ""
        }
      ],
      "hpdcache_sram_1rw": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[ADDR_SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "hpdcache_sram_1rw_00000006_0000001c_00000040_00000001": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[ADDR_SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int",
          "type": "wire",
          "width": ""
        }
      ],
      "hpdcache_sram_wbyteenable_1rw": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[ADDR_SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ],
      "hpdcache_sram_wbyteenable_1rw_00000007_00000020_00000080_00000002": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[ADDR_SIZE-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int",
          "type": "wire",
          "width": ""
        }
      ],
      "miss_handler": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "flush_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "miss_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "busy_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bypass_gnt_o",
          "type": "wire",
          "width": "[NR_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "bypass_valid_o",
          "type": "wire",
          "width": "[NR_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rsp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "miss_gnt_o",
          "type": "wire",
          "width": "[NR_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "active_serving_o",
          "type": "wire",
          "width": "[NR_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "critical_word_o",
          "type": "wire",
          "width": "[63:0]"
        },
        {
          "direction": "out",
          "name": "critical_word_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mshr_addr_matches_o",
          "type": "wire",
          "width": "[NR_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "mshr_index_matches_o",
          "type": "wire",
          "width": "[NR_PORTS-1:0]"
        },
        {
          "direction": "in",
          "name": "amo_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "amo_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "req_o",
          "type": "wire",
          "width": "[CVA6Cfg.DCACHE_SET_ASSOC-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_o",
          "type": "wire",
          "width": "[CVA6Cfg.DCACHE_INDEX_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "cache_line_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cl_be_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in",
          "type": "wire",
          "width": "[CVA6Cfg.DCACHE_SET_ASSOC-1:0]"
        },
        {
          "direction": "in",
          "name": "valid_dirty",
          "type": "wire",
          "width": "[CVA6Cfg.DCACHE_SET_ASSOC-1:0]"
        },
        {
          "direction": "in",
          "name": "req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rsp_t",
          "type": "wire",
          "width": ""
        }
      ],
      "riscv_peripherals": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_debug_noc2_data_i",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "buf_ariane_debug_noc2_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_debug_buf_noc2_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_debug_buf_noc3_data_o",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "ariane_debug_buf_noc3_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_debug_noc3_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_bootrom_noc2_data_i",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "buf_ariane_bootrom_noc2_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_bootrom_buf_noc2_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_bootrom_buf_noc3_data_o",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "ariane_bootrom_buf_noc3_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_bootrom_noc3_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_clint_noc2_data_i",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "buf_ariane_clint_noc2_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_clint_buf_noc2_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_clint_buf_noc3_data_o",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "ariane_clint_buf_noc3_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_clint_noc3_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_plic_noc2_data_i",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "buf_ariane_plic_noc2_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_plic_buf_noc2_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ariane_plic_buf_noc3_data_o",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "ariane_plic_buf_noc3_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "buf_ariane_plic_noc3_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ariane_boot_sel_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ndmreset_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dmactive_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_req_o",
          "type": "wire",
          "width": "[NumHarts-1:0]"
        },
        {
          "direction": "in",
          "name": "unavailable_i",
          "type": "wire",
          "width": "[NumHarts-1:0]"
        },
        {
          "direction": "in",
          "name": "tck_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tms_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "td_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "td_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tdo_oe_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rtc_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "timer_irq_o",
          "type": "wire",
          "width": "[NumHarts-1:0]"
        },
        {
          "direction": "out",
          "name": "ipi_o",
          "type": "wire",
          "width": "[NumHarts-1:0]"
        },
        {
          "direction": "in",
          "name": "irq_sources_i",
          "type": "wire",
          "width": "[NumSources-1:0]"
        },
        {
          "direction": "in",
          "name": "irq_le_i",
          "type": "wire",
          "width": "[NumSources-1:0]"
        },
        {
          "direction": "768",
          "name": "kHz",
          "type": "32.768",
          "width": ""
        },
        {
          "direction": "a",
          "name": "inter",
          "type": "k.a",
          "width": ""
        }
      ],
      "tc_sram_wrapper_256_64_00000008_00000001_00000001_none_0": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": "[NumPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": "[NumPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "be_t",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "amo_alu",
      "ariane_verilog_wrap",
      "ariane_xilinx",
      "clint_sync",
      "clint_sync_wedge",
      "cva6_altera",
      "find_first_one",
      "hpdcache_sram_1rw",
      "hpdcache_sram_1rw_00000006_0000001c_00000040_00000001",
      "hpdcache_sram_wbyteenable_1rw",
      "hpdcache_sram_wbyteenable_1rw_00000007_00000020_00000080_00000002",
      "miss_handler",
      "riscv_peripherals",
      "tc_sram_wrapper_256_64_00000008_00000001_00000001_none_0"
    ]
  },
  {
    "namespace": "openhwgroup",
    "name": "cve2",
    "latest": "e35390a7754f",
    "versions": [
      "HEAD",
      "e35390a7754f",
      "0.0.0"
    ],
    "description": "CVE2 is a class of 2-stage pipeline OpenHW Foundation cores. Currently, the only core in this class is the CV32E20. CV32E20 is a fork of the [Ibex](https://github.com/lowRISC/ibex) core.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/openhwgroup/cve2.git",
    "tags": [
      "branch",
      "compressed",
      "controller",
      "counter",
      "decoder",
      "multdiv",
      "predict",
      "prefetch",
      "register",
      "registers",
      "tracing",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-03T11:00:29-04:00",
    "desc_source": "readme",
    "provides_packages": [
      "cve2_pkg",
      "cve2_tracer_pkg"
    ],
    "top_ports": {
      "cve2_branch_predict": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fetch_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "fetch_pc_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "fetch_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "predict_branch_taken_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "predict_branch_pc_o",
          "type": "wire",
          "width": "[31:0]"
        }
      ],
      "cve2_top_tracing": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prim_ram_1p_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hart_id_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "boot_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "instr_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "instr_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "instr_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "instr_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "instr_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_gnt_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_be_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "data_addr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "data_wdata_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_rdata_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "data_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_issue_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_issue_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_issue_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_issue_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_register_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_commit_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_commit_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_result_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "x_result_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "x_result_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_software_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_timer_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_external_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_fast_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "irq_nm_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "debug_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_halted_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dm_halt_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dm_exception_addr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "crash_dump_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fetch_enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "core_sleep_o",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "cve2_branch_predict",
      "cve2_top_tracing"
    ]
  },
  {
    "namespace": "openrisc",
    "name": "mor1kx",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "This repository contains an OpenRISC 1000 compliant processor IP core.",
    "license": "CERN-OHL-W-2.0",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/openrisc/mor1kx.git",
    "tags": [
      "cappuccino",
      "control",
      "controller",
      "espresso",
      "multiplexer",
      "prediction",
      "predictor",
      "processor",
      "prontoespresso",
      "saturation",
      "ticktimer",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2025-08-21T19:51:28+01:00",
    "desc_source": "readme",
    "top_ports": {
      "mor1kx": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iwbm_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "iwbm_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iwbm_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iwbm_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "iwbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "iwbm_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "iwbm_bte_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "iwbm_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iwbm_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iwbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "iwbm_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "iwbm_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dwbm_adr_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "dwbm_stb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dwbm_cyc_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dwbm_sel_o",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "dwbm_we_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dwbm_cti_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "dwbm_bte_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "dwbm_dat_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dwbm_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dwbm_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dwbm_dat_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "dwbm_rty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "du_addr_i",
          "type": "wire",
          "width": "[15:0]"
        },
        {
          "direction": "in",
          "name": "du_stb_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "du_dat_i",
          "type": "wire",
          "width": "[OPTION_OPERAND_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "du_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "du_dat_o",
          "type": "wire",
          "width": "[OPTION_OPERAND_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "du_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "du_stall_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "du_stall_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "traceport_exec_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "traceport_exec_pc_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "traceport_exec_jb_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "traceport_exec_jal_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "traceport_exec_jr_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "traceport_exec_jbtarget_o",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "traceport_exec_insn_o",
          "type": "wire",
          "width": "[`OR1K_INSN_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "traceport_exec_wbdata_o",
          "type": "wire",
          "width": "[OPTION_OPERAND_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "traceport_exec_wbreg_o",
          "type": "wire",
          "width": "[OPTION_RF_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "traceport_exec_wben_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "multicore_coreid_i",
          "type": "wire",
          "width": "[OPTION_OPERAND_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "multicore_numcores_i",
          "type": "wire",
          "width": "[OPTION_OPERAND_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "snoop_adr_i",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "snoop_en_i",
          "type": "wire",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "mor1kx"
    ]
  },
  {
    "namespace": "pulp-platform",
    "name": "addr_decode",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Decodes an input address against a set of rules to output a matching index or error flag.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "addr",
      "decode"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "addr_decode": [
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addresses",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "index",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "idx_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dec_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dec_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_idx_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "addr_decode_napot",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Decodes a NAPOT address against a rule map to output matching rule index or default index with validity status.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "addr",
      "decode",
      "napot"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "addr_decode_napot": [
        {
          "direction": "out",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "idx_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dec_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dec_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_idx_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_atop_filter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Filters AXI atomic transactions (ATOP) by managing in-flight write requests between slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "atop",
      "axi",
      "bus",
      "filter"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_atop_filter_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Filters and manages AXI atomic transactions (ATOP) between slave and master ports with in-flight transaction tracking.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "atop",
      "axi",
      "bus",
      "filter",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_atop_filter_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_counters",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Counter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "burst",
      "bus",
      "counters"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_burst_counters": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_set_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_dec_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cnt_req_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "cnt_gnt_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "alloc_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alloc_gnt_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_splitter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Splits AXI burst transactions into smaller bursts while managing read/write transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "burst",
      "bus",
      "splitter"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_splitter_gran",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Splitter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "burst",
      "bus",
      "gran",
      "splitter"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_splitter_gran_ax_chan",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Splitter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "ax",
      "axi",
      "burst",
      "bus",
      "chan",
      "gran",
      "splitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_burst_splitter_gran_ax_chan": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_set_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_dec_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alloc_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alloc_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "at",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_splitter_gran_counters",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Counter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "burst",
      "bus",
      "counters",
      "gran",
      "splitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_burst_splitter_gran_counters": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_set_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_dec_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "alloc_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alloc_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "at",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_unwrap",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wrapper with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "burst",
      "bus",
      "unwrap"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_burst_unwrap": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_set_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_dec_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cnt_req_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "cnt_gnt_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "alloc_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alloc_gnt_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_burst_unwrap_ax_chan",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wrapper with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "ax",
      "axi",
      "burst",
      "bus",
      "chan",
      "unwrap"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_burst_unwrap_ax_chan": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ax_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_set_err_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cnt_err_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cnt_dec_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "cnt_req_i",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "cnt_gnt_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "alloc_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "alloc_gnt_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cdc",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_cdc": [
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cdc_dst",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "dst"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cdc_dst_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "dst",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_cdc_dst_intf": [
        {
          "direction": "in",
          "name": "aw_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_slave_aw_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_slave_aw_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "w_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_slave_w_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_slave_w_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "b_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_slave_b_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_slave_b_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "ar_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_slave_ar_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_slave_ar_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "r_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_slave_r_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_slave_r_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cdc_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_cdc_intf": [
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cdc_src",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "src"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cdc_src_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "interface",
      "intf",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_cdc_src_intf": [
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aw_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_master_aw_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_master_aw_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "w_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_master_w_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_master_w_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "b_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_master_b_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_master_b_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "ar_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_master_ar_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_master_ar_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "r_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_master_r_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_master_r_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_chan_compare",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Compares AXI transactions between two independent clock domains for protocol compliance and equivalence.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "chan",
      "compare"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_chan_compare": [
        {
          "direction": "in",
          "name": "clk_a_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_b_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ar_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_chan_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_chan_logger",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Logs AXI protocol transactions across all five channels (AW, W, B, AR, R) with ready/valid handshake monitoring.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "chan",
      "logger"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "axi_pkg",
      "axi_test"
    ],
    "top_ports": {
      "axi_chan_logger": [
        {
          "direction": "in",
          "name": "addr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "prot_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "strb",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ax_beat_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_beat_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_beat_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_beat_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_type_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user_rand",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "function",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is_read",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "user_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "task",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "string",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "byte_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "end_sim_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ar_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ar_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ar_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cut",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Decouples AXI master and slave ports with optional register stages on individual channels.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cut"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_cut_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Cuts AXI transaction paths with optional register stages to decouple master and slave timing domains.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cut",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_cut_intf": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_delayer",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Delays AXI transactions on request and response paths with configurable fixed or random latency.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "delayer"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_delayer": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_delayer_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Introduces configurable fixed or random delays on AXI request and response channels between slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "delayer",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_delayer_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_demux",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Demultiplexes a single AXI slave port to multiple AXI master ports based on address-based selection signals.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "demultiplexer",
      "demux"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_demux_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Demultiplexes a single AXI slave port to multiple AXI master ports based on address-based routing signals.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "demultiplexer",
      "demux",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_demux_intf": [
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_demux_simple",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Demultiplexes a single AXI slave port to multiple AXI master ports based on write and read address select signals.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "demultiplexer",
      "demux",
      "simple"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_dumper",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Monitors and logs AXI bus transactions with configurable per-channel verbosity.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dumper"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_dumper": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_dumper_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Monitors and logs AXI bus transactions with configurable channel tracing for write/read requests and responses.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dumper",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_dumper_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_dw_converter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI transactions between different data widths on slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "converter",
      "dw"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "axi_pkg"
    ],
    "top_ports": {
      "axi_dw_converter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_mst_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_dw_converter_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI transactions between different data widths on slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "converter",
      "dw",
      "interface",
      "intf"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "axi_pkg"
    ],
    "top_ports": {
      "axi_dw_converter_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_mst_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_dw_downsizer",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI transactions from wider slave port to narrower master port data width.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "downsizer",
      "dw"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "axi_pkg"
    ]
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_dw_upsizer",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI transactions from a narrower slave port to a wider master port.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "dw",
      "upsizer"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "provides_packages": [
      "axi_pkg"
    ]
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_err_slv",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI error slave that responds to all transactions with configurable error codes and data.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "err",
      "slv"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "buffer",
      "bus",
      "fifo",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_fifo": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_fifo_delay_dyn",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "buffer",
      "bus",
      "delay",
      "dyn",
      "fifo",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_fifo_delay_dyn": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "w_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "b_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "ar_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "r_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_i",
          "type": "wire",
          "width": "[CounterWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "payload_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_fifo_delay_dyn_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "buffer",
      "bus",
      "delay",
      "dyn",
      "fifo",
      "interface",
      "intf",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_fifo_delay_dyn_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "w_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "b_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "ar_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "r_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_i",
          "type": "wire",
          "width": "[CounterWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "payload_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_fifo_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "buffer",
      "bus",
      "fifo",
      "interface",
      "intf",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_fifo_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_from_mem",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "ROM with memory interface",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_from_mem": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_addr_i",
          "type": "wire",
          "width": "[MemAddrWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_wdata_i",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_be_i",
          "type": "wire",
          "width": "[DataWidth/8-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_rsp_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_rsp_rdata_o",
          "type": "wire",
          "width": "[DataWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_rsp_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_rsp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_id_remap",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Remaps AXI transaction IDs from a wider slave port to a narrower master port while enforcing per-ID and total in-flight transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "id",
      "remap"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_id_remap_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Remaps AXI transaction IDs from a wider slave port to a narrower master port while enforcing per-ID and total in-flight transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "id",
      "interface",
      "intf",
      "remap"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_id_remap_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IDs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "field_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "idx_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "push_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_inp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "exists_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "exists_full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pop_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_id_remap_table",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Remaps AXI transaction IDs from a wide slave port to a narrower master port while enforcing in-flight transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "id",
      "remap",
      "table"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_id_remap_table": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "IDs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "field_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "idx_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "push_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_inp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "exists_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "exists_full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pop_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_id_serialize",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Serializes AXI transactions by remapping slave port IDs to master port IDs while enforcing per-ID transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "id",
      "serialize"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_id_serialize_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Remaps AXI transaction IDs from a wide slave port to a narrower master port with configurable ID mapping and transaction tracking.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "id",
      "interface",
      "intf",
      "serialize"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_id_serialize_intf": [
        {
          "direction": "in",
          "name": "IDs",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "with",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_interleaved_xbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interleaved",
      "xbar"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_interleaved_xbar": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interleaved_mode_ena_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_mst_port_i",
          "type": "wire",
          "width": "[Cfg.NoSlvPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_interleaved_xbar_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "interleaved",
      "intf",
      "xbar"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_interleaved_xbar_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "interleaved_mode_ena_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_mst_port_i",
          "type": "wire",
          "width": "[Cfg.NoSlvPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_inval_filter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Description: Listens to AXI4 AW channel and issue single cacheline invalidations. All other channels are passed through.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "filter",
      "inval"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "header",
    "top_ports": {
      "axi_inval_filter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inval_addr_o",
          "type": "wire",
          "width": "[AddrWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "inval_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inval_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_isolate",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Isolates an AXI master port from a slave port by blocking transactions and optionally returning error responses.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "isolate"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_isolate": [
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "isolate_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isolated_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_isolate_inner",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Isolates AXI slave port from master port, blocking transactions and optionally returning error responses when isolation is active.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "inner",
      "isolate"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_isolate_inner": [
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "isolate_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isolated_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_isolate_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Isolates an AXI master port from slave port requests, optionally terminating transactions with error responses.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "isolate"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_isolate_intf": [
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "isolate_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isolated_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_iw_converter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions between slave and master ports with different ID widths.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "converter",
      "iw"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_iw_converter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_iw_converter_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions between slave and master ports with different ID widths and transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "converter",
      "interface",
      "intf",
      "iw"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_iw_converter_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_join_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Joins/passes through an AXI slave interface to an AXI master interface.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "join"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_join_intf": [
        {
          "direction": "Slave",
          "name": "in",
          "type": "AXI_BUS.Slave",
          "width": ""
        },
        {
          "direction": "Master",
          "name": "out",
          "type": "AXI_BUS.Master",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lfsr",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 interface with dual LFSR shift registers for serial write/read data manipulation and testmode support.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "feedback",
      "lfsr",
      "linear",
      "prng",
      "register",
      "shift"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lfsr": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_rsp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_ser_data_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_ser_data_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_ser_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_ser_data_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "r_ser_data_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_ser_en_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_cdc_dst_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "dst",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_cdc_dst_intf": [
        {
          "direction": "in",
          "name": "aw_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_slave_aw_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_slave_aw_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "w_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_slave_w_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_slave_w_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "b_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_slave_b_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_slave_b_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "ar_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_slave_ar_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_slave_ar_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "r_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_slave_r_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_slave_r_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_cdc_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_cdc_intf": [
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_cdc_src_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "interface",
      "intf",
      "lightweight",
      "lite",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_cdc_src_intf": [
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aw_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_master_aw_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_master_aw_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "w_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_master_w_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_master_w_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "b_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_master_b_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_master_b_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "ar_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_data_master_ar_wptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "async_data_master_ar_rptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "in",
          "name": "r_chan_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_data_master_r_wptr_i",
          "type": "wire",
          "width": "[LogDepth:0]"
        },
        {
          "direction": "out",
          "name": "async_data_master_r_rptr_o",
          "type": "wire",
          "width": "[LogDepth:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_cut_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI cut module that optionally registers request/response signals to break combinational paths between slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "cut",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_cut_intf": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_demux",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Demultiplexes a single AXI4-Lite slave port to multiple master ports based on address write/read select signals.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "demultiplexer",
      "demux",
      "lightweight",
      "lite"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_demux_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Demultiplexes a single AXI4-Lite slave port to multiple master ports based on address-phase select signals.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "demultiplexer",
      "demux",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_demux_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "select_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "control",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_dw_converter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4-Lite transactions between different data widths on slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "converter",
      "dw",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_dw_converter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_slv_res_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_mst_res_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spill",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_dw_converter_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4-Lite transactions between slave and master ports with different data widths.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "converter",
      "dw",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_dw_converter_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_slv_res_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_mst_res_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "address",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spill",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_join_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Passes through AXI-Lite transactions from slave input to master output interface.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "join",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_join_intf": [
        {
          "direction": "Slave",
          "name": "in",
          "type": "AXI_LITE.Slave",
          "width": ""
        },
        {
          "direction": "Master",
          "name": "out",
          "type": "AXI_LITE.Master",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_mailbox",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Command mailbox with FIFO interface and interrupt support",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite",
      "mailbox"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_mailbox": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbox_w_full_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_w_push_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_w_flush_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usage_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbox_r_empty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_r_pop_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_r_flush_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clear_irq_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spill",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "depending",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_mailbox_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Command mailbox with FIFO interface and interrupt support",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite",
      "mailbox"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_mailbox_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbox_w_full_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_w_push_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_w_flush_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usage_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbox_r_empty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_r_pop_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_r_flush_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clear_irq_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spill",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "depending",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_mailbox_slave",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Slave with FIFO interface and interrupt support",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite",
      "mailbox",
      "slave"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_mailbox_slave": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbox_w_full_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_w_push_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_w_flush_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "usage_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mbox_r_empty_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_r_pop_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mbox_r_flush_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clear_irq_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "type",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spill",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "depending",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_multicut_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Inserts multiple pipeline stages on AXI bus to break combinational paths and improve timing.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite",
      "multicut"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_mux",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexes multiple AXI4-Lite master ports onto a single slave port with configurable transaction buffering and pipeline stages.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite",
      "multiplexer",
      "mux"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_mux_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexes multiple AXI4-Lite master ports onto a single slave port with configurable transaction buffering and pipeline stages.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite",
      "multiplexer",
      "mux"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_mux_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_regs",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite slave interface that manages a register file with configurable access protection and byte-level read-only enforcement.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_regs": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_active_o",
          "type": "wire",
          "width": "[RegNumBytes-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_active_o",
          "type": "wire",
          "width": "[RegNumBytes-1:0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "byte_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reg_load_i",
          "type": "wire",
          "width": "[RegNumBytes-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_regs_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite slave module that manages memory-mapped registers with configurable read-only bytes and access protection.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_regs_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wr_active_o",
          "type": "wire",
          "width": "[RegNumBytes-1:0]"
        },
        {
          "direction": "out",
          "name": "rd_active_o",
          "type": "wire",
          "width": "[RegNumBytes-1:0]"
        },
        {
          "direction": "in",
          "name": "value",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "byte_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "reg_load_i",
          "type": "wire",
          "width": "[RegNumBytes-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_to_apb",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4-Lite protocol requests to APB4 protocol for routing to multiple slave devices based on address mapping.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "advanced",
      "amba",
      "apb",
      "axi",
      "bus",
      "lightweight",
      "lite",
      "peripheral"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_to_apb": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "apb_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "apb_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "apb_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pprot_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "sel_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "penable_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwrite_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pready_i",
          "type": "wire",
          "width": "[NoApbSlaves-1:0]"
        },
        {
          "direction": "in",
          "name": "pslverr_i",
          "type": "wire",
          "width": "[NoApbSlaves-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_to_apb_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4-Lite requests to APB4 transactions with configurable address mapping across multiple slaves.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "advanced",
      "amba",
      "apb",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite",
      "peripheral"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_to_apb_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "apb_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "apb_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "apb_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pprot_o",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "sel_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "penable_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pwrite_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pready_i",
          "type": "wire",
          "width": "[NoApbSlaves-1:0]"
        },
        {
          "direction": "in",
          "name": "pslverr_i",
          "type": "wire",
          "width": "[NoApbSlaves-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_to_axi",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI-Lite protocol requests to full AXI protocol with configurable data width and cache policies.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_to_axi_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI-Lite protocol requests to full AXI protocol with configurable data width and cache policies.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_lite_to_axi_intf": [
        {
          "direction": "in",
          "name": "req_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_lite_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_xbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite",
      "xbar"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_xbar": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_mst_port_i",
          "type": "wire",
          "width": "[Cfg.NoSlvPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_lite_xbar_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite",
      "xbar"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_lite_xbar_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_mst_port_i",
          "type": "wire",
          "width": "[Cfg.NoSlvPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_modify_address",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Transforms AXI slave requests by modifying addresses before forwarding to the master port.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "address",
      "amba",
      "axi",
      "bus",
      "modify"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_modify_address": [
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_modify_address_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Transforms AXI slave request addresses and forwards them to master port with modified addressing.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "address",
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "modify"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_modify_address_intf": [
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_multicut",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Inserts multiple pipeline stages on AXI write/read channels to break timing paths.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "multicut"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_multicut": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_multicut_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Buffers AXI transactions through multiple pipeline stages to break combinational paths between slave and master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "multicut"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_multicut_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assign",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_mux",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexes multiple AXI slave ports onto a single AXI master port with configurable transaction buffering and pipeline stages.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "multiplexer",
      "mux"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_mux_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexes multiple AXI slave ports onto a single AXI master port with configurable transaction buffering and pipeline stages.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "multiplexer",
      "mux"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_mux_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_opt_lfsr",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite interface to dual LFSR with independent serial shift ports for read and write path testing.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "feedback",
      "lfsr",
      "linear",
      "opt",
      "prng",
      "register",
      "shift"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_opt_lfsr": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_lite_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_lite_rsp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_ser_data_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_ser_data_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_ser_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_ser_data_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "r_ser_data_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_ser_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ser_data_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ser_data_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ser_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[Width-1:0]"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[Width-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_rw_join",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexes separate AXI read and write slave ports onto a single AXI master port.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "join",
      "rw"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_rw_join": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_rw_split",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Splits a single AXI slave port into separate read and write master ports.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "rw",
      "split"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_rw_split": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_serializer",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Serializes concurrent AXI read and write transactions from slave to master port with configurable transaction limits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "serializer"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_serializer_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Serializes concurrent AXI transactions into sequential requests while tracking in-flight read and write transactions.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "serializer"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_serializer_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_slave_compare",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Compares AXI4+ATOP transactions between reference and test channels, flagging mismatches on write/read address, write data, and response phases.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "compare",
      "slave"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_slave_compare": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_rsp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_mismatch_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mismatch_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_throttle",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Throttles AXI transactions by limiting concurrent write and read requests based on available credits.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "throttle"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_throttle": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_rsp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_credit_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "r_credit_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_axi_lite",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts full AXI4+ATOP protocol transactions to AXI4-Lite protocol with configurable burst handling and transaction buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "lightweight",
      "lite"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_axi_lite_id_reflect",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts full AXI4+ATOP transactions to AXI4-Lite while preserving transaction IDs through queuing.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "id",
      "lightweight",
      "lite",
      "reflect"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_axi_lite_id_reflect": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "full_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lite_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lite_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_axi_lite_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts full AXI4+ATOP transactions to AXI4-Lite protocol while managing multiple concurrent transactions.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "lightweight",
      "lite"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_axi_lite_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "full_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "lite_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "lite_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_detailed_mem",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP requests to detailed multi-bank memory transactions with configurable buffering and per-bank address/data distribution.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "detailed",
      "mem"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_detailed_mem_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions to detailed memory interface requests across multiple interleaved banks with response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "detailed",
      "interface",
      "intf",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_detailed_mem_intf": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_lock_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_user_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_err_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_exokay_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "response",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wuser_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rvalid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inp_ruser_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "bank_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "oup_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oup_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "bank_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "oup_ruser_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "if",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions into parallel memory bank requests with configurable address/data width and response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "mem"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_banked",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions to multi-bank memory requests with configurable latency and bank interleaving.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "banked",
      "bus",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_banked": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[MemNumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[MemNumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[MemNumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_atop_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_to_mem_busy_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_banked_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions into banked memory interface requests with configurable latency and bank arbitration.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "banked",
      "bus",
      "interface",
      "intf",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_banked_intf": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[MemNumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[MemNumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[MemNumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_atop_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_to_mem_busy_o",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_interleaved",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions to interleaved memory bank requests, distributing data across multiple banks with response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interleaved",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_interleaved": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_atop_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_interleaved_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions into interleaved memory requests across multiple banks with response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "interleaved",
      "intf",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_interleaved_intf": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_atop_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions to multi-bank memory interface requests with response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_intf": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_split",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions to split memory port requests with configurable data width conversion and response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "mem",
      "split"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_split": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_to_mem_split_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions into split memory port requests with configurable data width and response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "mem",
      "split"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_to_mem_split_intf": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumMemPorts-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_xbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "xbar"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_xbar_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "xbar"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "axi_xbar_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slv_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slv_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mst_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mst_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_mst_port_i",
          "type": "wire",
          "width": "[Cfg.NoSlvPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_xbar_unmuxed",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI crossbar interconnect that routes transactions from multiple slave ports to multiple master ports based on address mapping rules.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "unmuxed",
      "xbar"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_xbar_unmuxed_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI crossbar that routes transactions from multiple slave ports to multiple master ports based on address mapping rules.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "unmuxed",
      "xbar"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_xbar_unmuxed_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "for",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_default_mst_port_i",
          "type": "wire",
          "width": "[Cfg.NoSlvPorts-1:0]"
        },
        {
          "direction": "in",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_xp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4+ATOP crossbar interconnect that routes transactions from multiple slave ports to master ports based on configurable address maps and connectivity.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "xp"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_xp": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_xp_intf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI crossbar interconnect routing transactions from multiple slave ports to master ports based on address mapping rules.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "interface",
      "intf",
      "xp"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_xp_intf": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "axi_zero_mem",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Bridges AXI4+ATOP transactions to a zero-latency memory interface with configurable banks and response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "amba",
      "axi",
      "bus",
      "mem",
      "zero"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "axi_zero_mem": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "boxcar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "This module can be used to generate any mask that can be obtained",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "top_ports": {
      "boxcar": [
        {
          "direction": "in",
          "name": "idx_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mask_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cb_filter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Filter with FIFO interface",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "cb",
      "filter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cb_filter": [
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "look_data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "look_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "incr_data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "incr_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decr_data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "decr_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "filter_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "filter_usage_o",
          "type": "wire",
          "width": "[HashWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "filter_full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "filter_empty_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "filter_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Flags",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "indicator_o",
          "type": "wire",
          "width": "[2**HashWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cc_onehot",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Detects whether the input value has exactly one bit set to one.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "cc",
      "clock",
      "crossing",
      "onehot"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "cc_onehot": [
        {
          "direction": "in",
          "name": "d_i",
          "type": "wire",
          "width": "[Width-1:0]"
        },
        {
          "direction": "out",
          "name": "is_onehot_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "level",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_2phase_clearable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "2phase",
      "cdc",
      "clearable",
      "clock",
      "crossing",
      "domain"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_2phase_clearable": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_2phase_dst",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "2phase",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "dst"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_2phase_dst": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_2phase_dst_clearable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "2phase",
      "cdc",
      "clearable",
      "clock",
      "crossing",
      "domain",
      "dst"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_2phase_dst_clearable": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_2phase_src",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "2phase",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_2phase_src": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_2phase_src_clearable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "2phase",
      "cdc",
      "clearable",
      "clock",
      "crossing",
      "domain",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_2phase_src_clearable": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_4phase",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "4phase",
      "cdc",
      "clock",
      "crossing",
      "domain"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_4phase_dst",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "4phase",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "dst"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_4phase_dst": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_4phase_src",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Clock domain crossing with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "4phase",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_4phase_src": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "assignments",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_2phase",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "2phase",
      "buffer",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "fifo",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_fifo_2phase": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_gray",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "fifo",
      "gray",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_fifo_gray": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_wptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_rptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_wptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "out",
          "name": "async_rptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_gray_clearable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "cdc",
      "clearable",
      "clock",
      "crossing",
      "domain",
      "fifo",
      "gray",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_fifo_gray_clearable": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_wptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_rptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_wptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "out",
          "name": "async_rptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_gray_dst",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "dst",
      "fifo",
      "gray",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_fifo_gray_dst": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_wptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_rptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_wptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "out",
          "name": "async_rptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_gray_dst_clearable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "cdc",
      "clearable",
      "clock",
      "crossing",
      "domain",
      "dst",
      "fifo",
      "gray",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_fifo_gray_dst_clearable": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_wptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_rptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_wptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "out",
          "name": "async_rptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_gray_src",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "cdc",
      "clock",
      "crossing",
      "domain",
      "fifo",
      "gray",
      "queue",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "cdc_fifo_gray_src": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_wptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_rptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_wptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "out",
          "name": "async_rptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_fifo_gray_src_clearable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "cdc",
      "clearable",
      "clock",
      "crossing",
      "domain",
      "fifo",
      "gray",
      "queue",
      "src"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_fifo_gray_src_clearable": [
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_clear_pending_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_wptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_rptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "in",
          "name": "async_wptr_i",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        },
        {
          "direction": "out",
          "name": "async_rptr_o",
          "type": "wire",
          "width": "[LOG_DEPTH:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_reset_ctrlr",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Title : CDC Clear Signaling Synchronization",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "cdc",
      "clock",
      "crossing",
      "ctrlr",
      "domain",
      "reset"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ]
  },
  {
    "namespace": "pulp-platform",
    "name": "cdc_reset_ctrlr_half",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Title : CDC Clear Signaling Synchronization",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "cdc",
      "clock",
      "crossing",
      "ctrlr",
      "domain",
      "half",
      "reset"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "provides_packages": [
      "cdc_reset_ctrlr_pkg"
    ],
    "top_ports": {
      "cdc_reset_ctrlr_half": [
        {
          "direction": "in",
          "name": "a_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_clear_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_clear_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_isolate_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_isolate_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_clear_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_clear_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "b_isolate_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b_isolate_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "isolate_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "isolate_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clear_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clear_seq_phase_e",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_req_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "async_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Assignment",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "clk_div",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Divides an input clock by a configurable ratio to produce a slower output clock with optional test mode bypass.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "clk",
      "clock",
      "div",
      "divider"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "clk_int_div_static",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Title         : Static Integer Clock Divider",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "clk",
      "clock",
      "div",
      "divider",
      "int",
      "static"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "top_ports": {
      "clk_int_div_static": [
        {
          "direction": "out",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_mode_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "clk_mux_glitch_free",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Title         : Glitch-free Clock Multiplexer",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "clk",
      "clock",
      "free",
      "glitch",
      "multiplexer",
      "mux"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "top_ports": {
      "clk_mux_glitch_free": [
        {
          "direction": "out",
          "name": "at",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clks_i",
          "type": "wire",
          "width": "[NUM_INPUTS-1:0]"
        },
        {
          "direction": "in",
          "name": "test_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_rstn_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_sel_i",
          "type": "wire",
          "width": "[SelWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "during",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stages",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "back",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "before",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "but",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "clk_or_tree",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Title         : Glitch-free Clock Multiplexer",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "clk",
      "clock",
      "tree"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "top_ports": {
      "clk_or_tree": [
        {
          "direction": "out",
          "name": "at",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clock",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "b",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clks_i",
          "type": "wire",
          "width": "[NUM_INPUTS-1:0]"
        },
        {
          "direction": "in",
          "name": "test_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_rstn_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "async_sel_i",
          "type": "wire",
          "width": "[SelWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "during",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stages",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gate",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "back",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "before",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "OR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "but",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "clock_divider",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Divides input clock frequency by a programmable factor with gating and test mode control.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "clock",
      "divider"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "clock_divider": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_mode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_gate_async_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_div_data_i",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "clk_div_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_div_ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "RESET",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "clock_divider_counter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Divides an input clock by a programmable factor to generate a slower output clock.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "clock",
      "counter",
      "divider"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "counter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "A configurable up/down counter with optional overflow detection and value loading.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "credit_counter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Tracks and manages a pool of credits, allowing increments, decrements, and reinitialization.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "counter",
      "credit"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "credit_counter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "credit_cnt_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "credit_give_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "credit_take_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "credit_init_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "credit_left_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "credit_crit_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "credit_full_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "ecc_decode",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Decodes ECC-encoded data, corrects single-bit errors, and detects double-bit errors with syndrome output.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "code",
      "correction",
      "decode",
      "ecc",
      "error"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "provides_packages": [
      "ecc_pkg"
    ],
    "top_ports": {
      "ecc_decode": [
        {
          "direction": "out",
          "name": "word",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "encoded_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parity_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "single_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "parity_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "double_error_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "ecc_encode",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Encodes data with error-correcting code parity bits for single-error correction capability.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "code",
      "correction",
      "ecc",
      "encode",
      "error"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "provides_packages": [
      "ecc_pkg"
    ],
    "top_ports": {
      "ecc_encode": [
        {
          "direction": "in",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "encoded_data_t",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "edge_detect",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Detects rising and falling edges on an input data stream using clock-synchronized sampling.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "detect",
      "edge"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "edge_detect": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "re_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fe_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "edge_propagator",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Detects input edges and synchronously propagates them across two independent clock domains.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "edge",
      "propagator"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "edge_propagator": [
        {
          "direction": "in",
          "name": "clk_tx_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_tx_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "edge_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_rx_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_rx_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "edge_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "edge_propagator_ack",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Propagates an edge pulse from transmit to receive clock domain and returns acknowledgment.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "ack",
      "edge",
      "propagator"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "edge_propagator_rx",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Receive engine",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "edge",
      "propagator",
      "receive",
      "receiver",
      "rx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "edge_propagator_rx": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "edge_propagator_tx",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Transmit engine",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "edge",
      "propagator",
      "transmit",
      "transmitter",
      "tx"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "edge_propagator_tx": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rstn_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ack_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "exp_backoff",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Implements exponential backoff with random wait periods for retry logic using a configurable LFSR.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "backoff",
      "exp"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "exp_backoff": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "set_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clr_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "is_zero_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "fall_through_register",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Buffers data with ready/valid handshake protocol, passing through when output is ready.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "fall",
      "register",
      "through"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "fall_through_register": [
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clr_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with FIFO interface",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "fifo": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "threshold_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dtype",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "push_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pop_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "fifo_v2",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with FIFO interface",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "fifo",
      "queue",
      "v2"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "find_first_one",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Finds the position of the first set bit in an input vector, with optional bit reversal.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "find",
      "first"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "find_first_one": [
        {
          "direction": "in",
          "name": "vector",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_i",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "first_one_o",
          "type": "wire",
          "width": "[$clog2(WIDTH)-1:0]"
        },
        {
          "direction": "out",
          "name": "no_ones_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "generic_LFSR_8bit",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "8-bit LFSR generating pseudo-random numbers with configurable width in one-hot and binary encodings.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "8bit",
      "feedback",
      "lfsr",
      "linear",
      "prng",
      "register",
      "shift"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "generic_LFSR_8bit": [
        {
          "direction": "out",
          "name": "data_OH_o",
          "type": "wire",
          "width": "[OH_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "data_BIN_o",
          "type": "wire",
          "width": "[BIN_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "enable_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "generic_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "fifo",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "generic_fifo": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "grant_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "grant_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_mode_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "generic_fifo_adv",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "adv",
      "buffer",
      "fifo",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "generic_fifo_adv": [
        {
          "direction": "in",
          "name": "clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "grant_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "grant_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "test_mode_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "hash_block",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Counting Bloom filter that performs parallel hash-based lookups, increments, and decrements on fixed-width counter buckets.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "block",
      "hash"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "hash_block": [
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "look_data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "look_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "incr_data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "incr_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "decr_data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "decr_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "filter_clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "filter_usage_o",
          "type": "wire",
          "width": "[HashWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "filter_full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "filter_empty_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "filter_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "Flags",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[InpWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "indicator_o",
          "type": "wire",
          "width": "[2**HashWidth-1:0]"
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "id_queue",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Queue IP core with FIFO interface and configurable parameters",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "id",
      "queue"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "id_queue": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cannot",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "can",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inp_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "exists_req_i",
          "type": "wire",
          "width": "[NUM_CMP_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "exists_o",
          "type": "wire",
          "width": "[NUM_CMP_PORTS-1:0]"
        },
        {
          "direction": "out",
          "name": "exists_gnt_o",
          "type": "wire",
          "width": "[NUM_CMP_PORTS-1:0]"
        },
        {
          "direction": "in",
          "name": "oup_pop_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oup_req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oup_data_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oup_gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "request",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "id",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "isochronous_4phase_handshake",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Synchronizes ready/valid handshake signals between two independent clock domains using 4-phase protocol.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "4phase",
      "handshake",
      "isochronous"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "isochronous_4phase_handshake": [
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "isochronous_spill_register",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Synchronizes data across clock domains using isochronous handshake with optional bypass mode.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "isochronous",
      "register",
      "spill"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "isochronous_spill_register": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "in",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dst_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dst_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "lfsr_8bit",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Generates pseudo-random 8-bit values for cache way selection using a linear feedback shift register.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "8bit",
      "feedback",
      "lfsr",
      "linear",
      "prng",
      "register",
      "shift"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "lfsr_8bit": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "refill_way_oh",
          "type": "wire",
          "width": "[        WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "refill_way_bin",
          "type": "wire",
          "width": "[$clog2(WIDTH)-1:0]"
        },
        {
          "direction": "out",
          "name": "assignment",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "lossy_valid_to_stream",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts a lossy valid input interface to a ready/valid stream output, discarding data when output is not ready.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "lossy",
      "stream",
      "valid"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "lossy_valid_to_stream": [
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "side",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "generates",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "by",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "Interface",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "max_counter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "A parameterizable counter that tracks current value and maximum value reached, with up/down counting, load, and overflow detection.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "counter",
      "max"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "max_counter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_max_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "load_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "down_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delta_i",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "max_o",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "overflow_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "overflow_max_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "mem_stream_to_banks_detailed",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4+ATOP transactions into parallel memory bank requests with configurable width distribution and response buffering.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "banks",
      "detailed",
      "mem",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "preserved",
    "top_ports": {
      "mem_stream_to_banks_detailed": [
        {
          "direction": "out",
          "name": "fifo",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "busy_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_pkg",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_lock_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "mem_id_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_user_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_err_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "mem_exokay_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "response",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wuser_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rvalid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inp_ruser_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "bank_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "oup_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oup_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "bank_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "oup_ruser_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "if",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "mem_to_banks",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Splits memory transactions across multiple banks, distributing data and address bits while managing request/response flow.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "banks",
      "mem"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "mem_to_banks": [
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "write",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gnt_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "atop_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rvalid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_req_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "bank_gnt_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "out",
          "name": "oup_data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "oup_strb_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bank_we_o",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        },
        {
          "direction": "in",
          "name": "bank_rvalid_i",
          "type": "wire",
          "width": "[NumBanks-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "mem_to_banks_detailed",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Splits memory transactions across multiple banks, distributing data and strobe signals while managing address translation and response aggregation.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "banks",
      "detailed",
      "mem"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "multiaddr_decode",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Decodes which address map rules match a given address set in {addr, mask} representation.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "decode",
      "multiaddr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "multiaddr_decode": [
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rule_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "select_o",
          "type": "wire",
          "width": "[NoIndices-1:0]"
        },
        {
          "direction": "out",
          "name": "dec_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dec_error_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "address",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "mv_filter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Median voting filter that outputs the majority bit value from recent samples with configurable threshold.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "filter",
      "mv"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "mv_filter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sample_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clear_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "passthrough_stream_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "fifo",
      "passthrough",
      "queue",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "passthrough_stream_fifo": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "type_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "plru_tree",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Implements a pseudo-least-recently-used (PLRU) replacement policy tracker that identifies the least recently used cache entry among multiple entries.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "plru",
      "tree"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "plru_tree": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "used_i",
          "type": "wire",
          "width": "[ENTRIES-1:0]"
        },
        {
          "direction": "out",
          "name": "plru_o",
          "type": "wire",
          "width": "[ENTRIES-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "popcount",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Counts the number of set bits in a fixed-width input data word.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "popcount": [
        {
          "direction": "in",
          "name": "vector",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "wire",
          "width": "[  INPUT_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "popcount_o",
          "type": "wire",
          "width": "[PopcountWidth-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "prioarbiter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Arbitrates multiple requests using priority encoding, outputting the highest-priority granted request index and validity signal.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "prioarbiter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": "[NUM_REQ-1:0]"
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": "[NUM_REQ-1:0]"
        },
        {
          "direction": "out",
          "name": "vld_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "idx_o",
          "type": "wire",
          "width": "[$clog2(NUM_REQ)-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "pulp_sync_wedge",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Synchronizes an asynchronous serial input across clock domains and detects rising and falling edges.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "pulp",
      "sync",
      "synchronizer",
      "synchronous",
      "wedge"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "read",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Date: 07.11.2022 Description: Dummy circuit to assign a signal, prevent signal being removed after non-ungroupped synthesis compilation",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "top_ports": {
      "read": [
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "ring_buffer",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "This module implements a flexible ring buffer with decoupled write and read access. It supports sequential writes and random reads with a valid/ready handshake protocol.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "ring"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "header",
    "top_ports": {
      "ring_buffer": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rvalid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "advance_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "step_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "logic",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "rr_arb_tree",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Round-robin tree arbiter that selects among NumIn requests and multiplexes corresponding data with fair or simple priority rotation.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "arb",
      "arbiter",
      "arbitration",
      "rr",
      "tree"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "rrarbiter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Round-robin arbiter that prioritizes and grants access to one of multiple concurrent requests.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "rrarbiter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": "[NUM_REQ-1:0]"
        },
        {
          "direction": "out",
          "name": "ack_o",
          "type": "wire",
          "width": "[NUM_REQ-1:0]"
        },
        {
          "direction": "out",
          "name": "vld_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "idx_o",
          "type": "wire",
          "width": "[$clog2(NUM_REQ)-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "rstgen",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Generates synchronized reset signals with optional test mode override and initialization output.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "serial_deglitch",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Filters noisy serial input data through a shift register to eliminate glitches.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "deglitch",
      "serial"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "serial_deglitch": [
        {
          "direction": "out",
          "name": "high",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "process",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "shift_reg",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Shift register that delays an input signal by a configurable number of stages.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "reg",
      "register",
      "shift"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "shift_reg": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dtype",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "spill_register",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Buffers data with ready/valid handshake, decoupling upstream and downstream timing.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "register",
      "spill"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "sram",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "RAM with memory interface",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "sram": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "we_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_i",
          "type": "wire",
          "width": "[$clog2(NUM_WORDS)-1:0]"
        },
        {
          "direction": "in",
          "name": "wdata_i",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "be_i",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "rdata_o",
          "type": "wire",
          "width": "[DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "when",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_arbiter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Arbiter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "arbiter",
      "arbitration",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "stream_arbiter": [
        {
          "direction": "in",
          "name": "streams",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stream",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "handshake",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DATA_T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_valid_i",
          "type": "wire",
          "width": "[N_INP-1:0]"
        },
        {
          "direction": "out",
          "name": "inp_ready_o",
          "type": "wire",
          "width": "[N_INP-1:0]"
        },
        {
          "direction": "out",
          "name": "oup_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oup_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_arbiter_flushable",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Arbiter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "arbiter",
      "arbitration",
      "flushable",
      "stream"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_delay",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Delays a ready/valid stream by a fixed or random number of cycles while maintaining handshake protocol.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "delay",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_delay": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "payload_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_fifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "fifo",
      "queue",
      "stream"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_fifo_delay_dyn",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/axi.git",
    "tags": [
      "buffer",
      "delay",
      "dyn",
      "fifo",
      "queue",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-05-07T16:14:15+02:00",
    "desc_source": "ports",
    "top_ports": {
      "stream_fifo_delay_dyn": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aw_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "w_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "b_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "ar_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "r_delay_i",
          "type": "wire",
          "width": "[DelayWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "axi_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "axi_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay_i",
          "type": "wire",
          "width": "[CounterWidth-1:0]"
        },
        {
          "direction": "in",
          "name": "payload_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delay",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_fifo_optimal_wrap",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "buffer",
      "fifo",
      "optimal",
      "queue",
      "stream",
      "wrap"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "stream_fifo_optimal_wrap": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "usage_o",
          "type": "wire",
          "width": "[AddrDepth-1:0]"
        },
        {
          "direction": "in",
          "name": "interface",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "type_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_filter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Filter with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "filter",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "stream_filter": [
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "drop_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_fork_dynamic",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Dynamically routes an input stream to multiple output streams based on a selection mask.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "dynamic",
      "fork",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_fork_dynamic": [
        {
          "direction": "in",
          "name": "stream",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "streams",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "handshake",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel_i",
          "type": "wire",
          "width": "[N_OUP-1:0]"
        },
        {
          "direction": "in",
          "name": "sel_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sel_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": "[N_OUP-1:0]"
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": "[N_OUP-1:0]"
        },
        {
          "direction": "out",
          "name": "handshaking",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_join",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Combines multiple input streams into a single output stream using ready-valid handshakes.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "join",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_join": [
        {
          "direction": "in",
          "name": "streams",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stream",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "handshake",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_valid_i",
          "type": "wire",
          "width": "[N_INP-1:0]"
        },
        {
          "direction": "out",
          "name": "inp_ready_o",
          "type": "wire",
          "width": "[N_INP-1:0]"
        },
        {
          "direction": "out",
          "name": "oup_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oup_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_mux",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexer with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "multiplexer",
      "mux",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports",
    "top_ports": {
      "stream_mux": [
        {
          "direction": "out",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "DATA_T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inp_valid_i",
          "type": "wire",
          "width": "[N_INP-1:0]"
        },
        {
          "direction": "out",
          "name": "inp_ready_o",
          "type": "wire",
          "width": "[N_INP-1:0]"
        },
        {
          "direction": "in",
          "name": "inp_sel_i",
          "type": "wire",
          "width": "[SEL_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "oup_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "oup_ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_omega_net",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Streaming omega network that arbitrates and routes data from multiple inputs to multiple outputs using round-robin arbitration with AXI-style handshaking.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "net",
      "omega",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_omega_net": [
        {
          "direction": "out",
          "name": "selection",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "at",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "index",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "the",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "came",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "idx_inp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "payload_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel_oup_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": "[NumInp-1:0]"
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": "[NumInp-1:0]"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": "[NumOut-1:0]"
        },
        {
          "direction": "out",
          "name": "can",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": "[NumOut-1:0]"
        },
        {
          "direction": "in",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shuffle",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ports",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_register",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Buffers streaming data with ready/valid handshaking, decoupling input and output flow control.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "register",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_register": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clr_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "testmode_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "T",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ready_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_throttle",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Limits outstanding requests by gating request flow based on available credit count using ready/valid handshakes.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "stream",
      "throttle"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_throttle": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "req_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "req_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rsp_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rsp_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "credit_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_to_mem",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Bridges a memory request/response stream interface with buffering to decouple downstream consumers from memory latency.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "mem",
      "stream"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "stream_to_mem": [
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_req_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "req_valid_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "req_ready_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_resp_t",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "resp_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "resp_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mem_req_valid_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_req_ready_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "mem_resp_valid_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "stream_xbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch with ready/valid handshake",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "stream",
      "xbar"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "ports"
  },
  {
    "namespace": "pulp-platform",
    "name": "sync_wedge",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Synchronizes an asynchronous serial input and detects its rising and falling edges.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "sync",
      "synchronizer",
      "synchronous",
      "wedge"
    ],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved"
  },
  {
    "namespace": "pulp-platform",
    "name": "trip_counter",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Counts up by delta_i each cycle until reaching bound_i, signaling completion via trip_o.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [
      "counter",
      "trip"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "trip_counter": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ni",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "delta_i",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "bound_i",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "wire",
          "width": "[WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "last_o",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "trip_o",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "pulp-platform",
    "name": "unread",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Marks an input signal as intentionally unused to suppress compiler warnings.",
    "license": "Apache-2.0",
    "language": "systemverilog",
    "library": "work",
    "source_url": "https://github.com/pulp-platform/common_cells.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-04-15T23:18:14Z",
    "updated_at": "2026-04-17T14:02:22+00:00",
    "desc_source": "preserved",
    "top_ports": {
      "unread": [
        {
          "direction": "in",
          "name": "d_i",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "routertl-stubs",
    "name": "wbgenplus",
    "latest": "6f122afe0685",
    "versions": [
      "6f122afe0685",
      "HEAD"
    ],
    "description": "Empty stub for wbgenplus_pkg.  mkreider/wbgenplus's codegen emits `use work.wbgenplus_pkg.all;` in every generated VHDL file unconditionally, but the runtime support package the clause references was never published in any public repo (RTL-P4.35: verified across mkreider/wbgenplus, GSI bel_projects, GSI's wr-cores fork, mkreider/eca, gitlab.com/ohwr/project \u2014 0 hits filename-wide).  Audit of consumers in white-rabbit/wr-eca shows zero symbol references from wbgenplus_pkg, so an empty package suffices.  When external_uses.work.wbgenplus_pkg resolves through the registry, this stub is the canonical provider \u2014 explicit curator provenance, not a copy of any upstream artifact.",
    "license": "MIT",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/routertl/stubs.git",
    "tags": [
      "sentinel",
      "stub",
      "wbgenplus"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T13:05:03Z",
    "updated_at": "2026-05-07T15:04:29+02:00",
    "desc_source": "curator",
    "provides_packages": [
      "wbgenplus_pkg"
    ],
    "top_modules": [
      "wbgenplus_stub_sentinel"
    ]
  },
  {
    "namespace": "stnolting",
    "name": "neo430",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": ":information_source: Please check out the follow-up project: [The NEORV32 RISC-V Processor](https://github.com/stnolting/neorv32)",
    "license": "BSD-3-Clause",
    "language": "vhdl-2008",
    "library": "neo430",
    "source_url": "https://github.com/stnolting/neo430.git",
    "tags": [
      "asynchronous",
      "axi4lite",
      "interface",
      "modulation",
      "peripheral",
      "processor",
      "receiver",
      "redundancy",
      "register",
      "sysconfig",
      "transmitter",
      "universal"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2021-11-23T08:13:21+01:00",
    "status": "deprecated-upstream",
    "successor": "stnolting/neorv32",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "readme",
    "external_uses": [
      {
        "library": "iCE40UP",
        "package": "components"
      }
    ],
    "provides_packages": [
      "neo430_application_image",
      "neo430_bootloader_image",
      "neo430_package"
    ],
    "top_ports": {
      "neo430_test": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_ulogic_vector",
          "width": "07 downto 0"
        },
        {
          "direction": "out",
          "name": "uart_txd_o",
          "type": "std_ulogic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rxd_i",
          "type": "std_ulogic",
          "width": ""
        }
      ],
      "neo430_top_avm": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "pwm_o",
          "type": "std_logic_vector",
          "width": "03 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_gen_o",
          "type": "std_logic_vector",
          "width": "02 downto 0"
        },
        {
          "direction": "out",
          "name": "uart_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_cs_o",
          "type": "std_logic_vector",
          "width": "05 downto 0"
        },
        {
          "direction": "inout",
          "name": "twi_sda_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "twi_scl_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_irq_i",
          "type": "std_logic_vector",
          "width": "07 downto 0"
        },
        {
          "direction": "out",
          "name": "ext_ack_o",
          "type": "std_logic_vector",
          "width": "07 downto 0"
        },
        {
          "direction": "out",
          "name": "avm_address",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "avm_readdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "avm_writedata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "avm_byteenable",
          "type": "std_logic_vector",
          "width": "03 downto 0"
        },
        {
          "direction": "out",
          "name": "avm_write",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "avm_read",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "avm_waitrequest",
          "type": "std_logic",
          "width": ""
        }
      ],
      "neo430_top_axi4lite": [
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "pwm_o",
          "type": "std_logic_vector",
          "width": "03 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_gen_o",
          "type": "std_logic_vector",
          "width": "02 downto 0"
        },
        {
          "direction": "out",
          "name": "uart_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_cs_o",
          "type": "std_logic_vector",
          "width": "05 downto 0"
        },
        {
          "direction": "inout",
          "name": "twi_sda_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "twi_scl_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_irq_i",
          "type": "std_logic_vector",
          "width": "07 downto 0"
        },
        {
          "direction": "out",
          "name": "ext_ack_o",
          "type": "std_logic_vector",
          "width": "07 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awaddr",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_wdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_wstrb",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_araddr",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "m_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_rdata",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_axi_bready",
          "type": "std_logic",
          "width": ""
        }
      ],
      "neo430_top_std_logic": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gpio_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "gpio_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "pwm_o",
          "type": "std_logic_vector",
          "width": "03 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_gen_o",
          "type": "std_logic_vector",
          "width": "02 downto 0"
        },
        {
          "direction": "out",
          "name": "uart_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_cs_o",
          "type": "std_logic_vector",
          "width": "05 downto 0"
        },
        {
          "direction": "inout",
          "name": "twi_sda_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "inout",
          "name": "twi_scl_io",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_adr_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_sel_o",
          "type": "std_logic_vector",
          "width": "03 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ext_irq_i",
          "type": "std_logic_vector",
          "width": "07 downto 0"
        },
        {
          "direction": "out",
          "name": "ext_ack_o",
          "type": "std_logic_vector",
          "width": "07 downto 0"
        }
      ]
    },
    "top_modules": [
      "neo430_test",
      "neo430_top_avm",
      "neo430_top_axi4lite",
      "neo430_top_std_logic"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-common",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Shared internals required by every wr-cores subsystem \u2014 WRF (White Rabbit Fabric) primitives, DMTD (Digital Multi-Tap Delay) phase meters, pulse helpers, fabric mux/reg/loopback. Not a standalone install target; auto-pulled via external_uses by wr-ptp-core, wr-endpoint, wr-softpll-ng, wr-streamers, wr-mini-nic.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "controller",
      "deglitcher",
      "detect",
      "fabric",
      "loopback",
      "multi",
      "multiplexer",
      "period",
      "register",
      "source",
      "stamper",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "endpoint_pkg",
      "endpoint_private_pkg",
      "ep_wbgen2_pkg",
      "lbk_wbgen2_pkg",
      "wr_fabric_pkg"
    ],
    "top_ports": {
      "dmtd_phase_meas": [
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_dmtd_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_b_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_dmtd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "navg_i",
          "type": "std_logic_vector",
          "width": "11 downto 0"
        },
        {
          "direction": "out",
          "name": "phase_meas_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "phase_meas_p_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "hpll_period_detect": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_fbck_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_refclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_fbck_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_sysclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "freq_err_o",
          "type": "std_logic_vector",
          "width": "11 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_err_stb_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "hpll_fbcr_fd_gate_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "hpll_fbcr_ferr_set_i",
          "type": "std_logic_vector",
          "width": "11 downto 0"
        }
      ],
      "multi_dmtd_with_deglitcher": [
        {
          "direction": "in",
          "name": "rst_n_dmtdclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_sysclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_dmtd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_in_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tag_o",
          "type": "std_logic_vector",
          "width": "g_counter_bits-1 downto 0"
        },
        {
          "direction": "out",
          "name": "tag_stb_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "shift_dir_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "deglitch_threshold_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "dbg_dmtdout_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "pulse_gen": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pulse_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_time_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "trig_ready_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "trig_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "trig_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "in",
          "name": "trig_valid_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "pulse_stamper": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pulse_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_time_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "tag_tai_o",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "out",
          "name": "tag_cycles_o",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "tag_valid_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_fabric_sink": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "dvalid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sof_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eof_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bytesel_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dreq_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wb_fabric_source": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "dvalid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sof_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eof_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "error_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bytesel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dreq_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wrf_loopback": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_sel_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "snk_adr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "snk_dat_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "snk_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_stall_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_sel_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "src_adr_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "src_dat_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "src_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_stall_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_sel_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_adr_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_dat_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_dat_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_stall_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_fabric_sink": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "addr_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "dvalid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sof_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "eof_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "error_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bytesel_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dreq_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwb_fabric_source": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "addr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "dvalid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sof_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "eof_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "error_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "bytesel_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dreq_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwrf_mux": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ep_src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ep_src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ep_snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ep_snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "mux_src_o",
          "type": "t_wrf_source_out_array",
          "width": "g_muxed_ports-1 downto 0"
        },
        {
          "direction": "in",
          "name": "mux_src_i",
          "type": "t_wrf_source_in_array",
          "width": "g_muxed_ports-1 downto 0"
        },
        {
          "direction": "out",
          "name": "mux_snk_o",
          "type": "t_wrf_sink_out_array",
          "width": "g_muxed_ports-1 downto 0"
        },
        {
          "direction": "in",
          "name": "mux_snk_i",
          "type": "t_wrf_sink_in_array",
          "width": "g_muxed_ports-1 downto 0"
        },
        {
          "direction": "in",
          "name": "mux_class_i",
          "type": "t_wrf_mux_class",
          "width": "g_muxed_ports-1 downto 0"
        }
      ],
      "xwrf_reg": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "dmtd_phase_meas",
      "hpll_period_detect",
      "multi_dmtd_with_deglitcher",
      "pulse_gen",
      "pulse_stamper",
      "wb_fabric_sink",
      "wb_fabric_source",
      "wrf_loopback",
      "xwb_fabric_sink",
      "xwb_fabric_source",
      "xwrf_mux",
      "xwrf_reg"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-eca",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "ECA \u2014 Event Conditional Action timing controller. Hardware action scheduler that triggers outputs on absolute timestamp matches with sub-ns precision. Includes bitonic sort, MSI delivery, FIFOs, Wishbone slaves, free-list, scubus channel adapter, time-latched unit (TLU) integration.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "adder",
      "bitonic",
      "buffer",
      "channel",
      "compact",
      "event",
      "helper",
      "offset",
      "scubus",
      "search",
      "walker",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "eca_ac_wbm_auto_pkg",
      "eca_auto_pkg",
      "eca_internals_pkg",
      "eca_pkg",
      "eca_queue_auto_pkg",
      "eca_tlu_auto_pkg"
    ],
    "top_ports": {
      "eca_ac_wbm": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ref_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_i",
          "type": "t_channel",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        }
      ],
      "eca_bitonic": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "nums_i",
          "type": "t_eca_matrix",
          "width": "2**g_log_size-1 downto 0, g_wide-1 downto 0"
        },
        {
          "direction": "out",
          "name": "nums_o",
          "type": "t_eca_matrix",
          "width": "2**g_log_size-1 downto 0, g_wide-1 downto 0"
        }
      ],
      "eca_compact": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "holes_i",
          "type": "std_logic_vector",
          "width": "g_size-1 downto 0"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "std_logic_vector",
          "width": "g_size-1 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_logic_vector",
          "width": "g_size-1 downto 0"
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "t_eca_matrix",
          "width": "g_size-1 downto 0, g_wide-1 downto 0"
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "t_eca_matrix",
          "width": "g_size-1 downto 0, g_wide-1 downto 0"
        }
      ],
      "eca_fifo": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "push_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "full_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "data_i",
          "type": "t_eca_matrix",
          "width": "g_rows-1 downto 0, g_cols-1 downto 0"
        },
        {
          "direction": "in",
          "name": "pop_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fresh_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data_o",
          "type": "t_eca_matrix",
          "width": "g_rows-1 downto 0, g_cols-1 downto 0"
        }
      ],
      "eca_queue": [
        {
          "direction": "in",
          "name": "a_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "a_stall_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_channel_i",
          "type": "t_channel",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "q_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ],
      "eca_scubus_channel": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "channel_i",
          "type": "t_channel",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tag_valid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tag",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        }
      ],
      "eca_tlu": [
        {
          "direction": "in",
          "name": "c_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_time_i",
          "type": "t_time",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_gpio_i",
          "type": "t_gpio_array",
          "width": "g_inputs-1 downto 0"
        },
        {
          "direction": "out",
          "name": "a_stream_o",
          "type": "t_stream",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_stall_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "eca_wb_event": [
        {
          "direction": "in",
          "name": "w_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "w_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "w_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "e_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "e_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "e_stream_o",
          "type": "t_stream",
          "width": ""
        },
        {
          "direction": "in",
          "name": "e_stall_i",
          "type": "std_logic",
          "width": ""
        }
      ],
      "wr_eca": [
        {
          "direction": "in",
          "name": "c_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "c_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "c_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "a_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "a_time_o",
          "type": "t_time",
          "width": ""
        },
        {
          "direction": "in",
          "name": "a_stream_i",
          "type": "t_stream_array",
          "width": "g_num_streams-1 downto 0"
        },
        {
          "direction": "out",
          "name": "a_stall_o",
          "type": "std_logic_vector",
          "width": "g_num_streams-1 downto 0"
        },
        {
          "direction": "in",
          "name": "a_stall_i",
          "type": "std_logic_vector",
          "width": "g_channel_types'range"
        },
        {
          "direction": "out",
          "name": "a_channel_o",
          "type": "t_channel_array",
          "width": "g_channel_types'range"
        },
        {
          "direction": "out",
          "name": "a_io_o",
          "type": "t_gpio_array",
          "width": "g_num_ios-1 downto 0"
        },
        {
          "direction": "in",
          "name": "i_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "i_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "eca_ac_wbm",
      "eca_bitonic",
      "eca_compact",
      "eca_fifo",
      "eca_queue",
      "eca_scubus_channel",
      "eca_tlu",
      "eca_wb_event",
      "wr_eca"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-endpoint",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "1G WR Endpoint \u2014 Gigabit Ethernet MAC + 1000Base-X PCS + PTP timestamping unit. Carrier-grade Ethernet path with timestamping hooks for sub-ns precision. Includes auto-negotiation, flow control, RMON counters, packet filtering, VLAN, RX bypass queue.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "1000basex",
      "alignment",
      "autonegotiation",
      "controller",
      "injection",
      "management",
      "processor",
      "redundancy",
      "synchronizer",
      "synchronous",
      "timestamping",
      "transmitter"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "endpoint_pkg",
      "endpoint_private_pkg",
      "ep_crc32_pkg",
      "ep_wbgen2_pkg",
      "wr_fabric_pkg"
    ],
    "top_ports": {
      "ep_flow_control": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_pause_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_pause_delay_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "tx_pause_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_pause_delay_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_pause_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_flow_enable_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_buffer_used_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "ep_fcr_txpause_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ep_fcr_rxpause_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ep_fcr_tx_thr_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "ep_fcr_tx_quanta_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "rmon_rcvd_pause_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rmon_sent_pause_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "ep_rmon_counters": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cntr_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cntr_pulse_i",
          "type": "std_logic_vector",
          "width": "g_num_counters-1 downto 0"
        },
        {
          "direction": "out",
          "name": "ram_addr_o",
          "type": "std_logic_vector",
          "width": "g_ram_addr_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "ram_data_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "ram_data_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "ram_wr_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "cntr_overflow_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "ep_rx_bypass_queue": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dreq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dreq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "purge_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "ep_shift_reg": [
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "d_i",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dreq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "q_o",
          "type": "std_logic_vector",
          "width": "g_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "dreq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "flush_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "purge_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "empty_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "ep_tx_framer": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pcs_fab_o",
          "type": "t_ep_internal_fabric",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcs_error_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcs_busy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pcs_dreq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_pause_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_pause_delay_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "fc_pause_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_flow_enable_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txtsu_port_id_o",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "txtsu_fid_o",
          "type": "std_logic_vector",
          "width": "16 -1 downto 0"
        },
        {
          "direction": "out",
          "name": "txtsu_ts_value_o",
          "type": "std_logic_vector",
          "width": "28 + 4 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "txtsu_ts_incorrect_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txtsu_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txtsu_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txts_timestamp_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "txts_timestamp_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ep_ctrl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "regs_i",
          "type": "t_ep_out_registers",
          "width": ""
        }
      ],
      "xwr_endpoint": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_dmtd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ref_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_dmtd_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_txclk_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_rxclk_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_csync_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_rst_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_loopen_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_loopen_vec_o",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "phy_tx_prbs_sel_o",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_sfp_tx_fault_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_sfp_los_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_sfp_tx_disable_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rdy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_ref_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_tx_data_o",
          "type": "std_logic_vector",
          "width": "f_pcs_data_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "phy_tx_k_o",
          "type": "std_logic_vector",
          "width": "f_pcs_k_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_tx_disparity_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_tx_enc_err_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_data_i",
          "type": "std_logic_vector",
          "width": "f_pcs_data_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_rx_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_k_i",
          "type": "std_logic_vector",
          "width": "f_pcs_k_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_rx_enc_err_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_bitslide_i",
          "type": "std_logic_vector",
          "width": "f_pcs_bts_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "phy8_o",
          "type": "t_phy_8bits_from_wrc",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy8_i",
          "type": "t_phy_8bits_to_wrc",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy16_o",
          "type": "t_phy_16bits_from_wrc",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy16_i",
          "type": "t_phy_16bits_to_wrc",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_tx_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_txd_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "gmii_tx_en_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "gmii_tx_er_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rx_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rxd_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "gmii_rx_er_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "gmii_rx_dv_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txtsu_port_id_o",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "out",
          "name": "txtsu_frame_id_o",
          "type": "std_logic_vector",
          "width": "16 -1 downto 0"
        },
        {
          "direction": "out",
          "name": "txtsu_ts_value_o",
          "type": "std_logic_vector",
          "width": "28 + 4 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "txtsu_ts_incorrect_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txtsu_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txtsu_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rtu_full_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rtu_almost_full_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtu_rq_strobe_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtu_rq_abort_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtu_rq_smac_o",
          "type": "std_logic_vector",
          "width": "48 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rtu_rq_dmac_o",
          "type": "std_logic_vector",
          "width": "48 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rtu_rq_vid_o",
          "type": "std_logic_vector",
          "width": "12 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rtu_rq_has_vid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rtu_rq_prio_o",
          "type": "std_logic_vector",
          "width": "3 - 1 downto 0"
        },
        {
          "direction": "out",
          "name": "rtu_rq_has_prio_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pfilter_pclass_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "pfilter_drop_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pfilter_done_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_tx_pause_req_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_tx_pause_delay_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "fc_tx_pause_ready_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_rx_pause_start_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "fc_rx_pause_quanta_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "fc_rx_pause_prio_mask_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "fc_rx_buffer_occupation_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "inject_req_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "inject_ready_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "inject_packet_sel_i",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "inject_user_value_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "rmon_events_o",
          "type": "std_logic_vector",
          "width": "c_epevents_sz-1 downto 0"
        },
        {
          "direction": "out",
          "name": "txts_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rxts_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_link_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_act_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "link_kill_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "link_up_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "stop_traffic_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dbg_tx_pcs_wr_count_o",
          "type": "std_logic_vector",
          "width": "5+4 downto 0"
        },
        {
          "direction": "out",
          "name": "dbg_tx_pcs_rd_count_o",
          "type": "std_logic_vector",
          "width": "5+4 downto 0"
        },
        {
          "direction": "out",
          "name": "nice_dbg_o",
          "type": "t_dbg_ep",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "ep_flow_control",
      "ep_rmon_counters",
      "ep_rx_bypass_queue",
      "ep_shift_reg",
      "ep_tx_framer",
      "xwr_endpoint"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-mini-nic",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Mini-NIC \u2014 minimal Wishbone-mastered Ethernet NIC for the embedded LM32 SoftCPU running the PTP stack. Memory-mapped TX/RX packet buffers, Wishbone slave control register file.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "buffer",
      "bus",
      "mini",
      "minic",
      "nic",
      "packet",
      "slave",
      "wb",
      "wishbone",
      "wr",
      "xwr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "minic_wbgen2_pkg",
      "wr_fabric_pkg"
    ],
    "top_ports": {
      "minic_packet_buffer": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "minic_addr_i",
          "type": "std_logic_vector",
          "width": "g_memsize_log2-1 downto 0"
        },
        {
          "direction": "in",
          "name": "minic_data_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "minic_wr_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "minic_data_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_data_i",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "out",
          "name": "wb_data_o",
          "type": "std_logic_vector",
          "width": "31 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_addr_i",
          "type": "std_logic_vector",
          "width": "g_memsize_log2-1 downto 0"
        },
        {
          "direction": "in",
          "name": "wb_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_ack_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "xwr_mini_nic": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txtsu_port_id_i",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        },
        {
          "direction": "in",
          "name": "txtsu_frame_id_i",
          "type": "std_logic_vector",
          "width": "16 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "txtsu_tsval_i",
          "type": "std_logic_vector",
          "width": "28 + 4 - 1 downto 0"
        },
        {
          "direction": "in",
          "name": "txtsu_tsincorrect_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "txtsu_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "txtsu_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "minic_packet_buffer",
      "xwr_mini_nic"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-pps-gen",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "PPS (Pulse-Per-Second) generator with sub-nanosecond fine offset adjustment. Clock-locked output pulse for distribution to downstream timing consumers; Wishbone-controlled offset register.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "bus",
      "gen",
      "pps",
      "wb",
      "wishbone",
      "wr",
      "xwr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "top_ports": {
      "xwr_pps_gen": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ref_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "link_ok_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_in_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_csync_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_out_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_led_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tm_utc_o",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "out",
          "name": "tm_cycles_o",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "tm_time_valid_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "xwr_pps_gen"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-ptp-core",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "WR PTP Core (WRPC) \u2014 the headline IEEE-1588 PTP core delivering sub-nanosecond clock synchronization across Ethernet. Integrates WR Endpoint + Softpll + PPS gen + LM32 SoftCPU running the PTP stack. Used at LHC, KM3NeT, GSI, ESS, and accelerator facilities worldwide.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "bus",
      "core",
      "diags",
      "periph",
      "syscon",
      "wb",
      "wishbone",
      "wr",
      "wrc",
      "xwr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "endpoint_pkg",
      "endpoint_private_pkg",
      "ep_crc32_pkg",
      "ep_wbgen2_pkg",
      "minic_wbgen2_pkg",
      "softpll_pkg",
      "spll_wbgen2_pkg",
      "sysc_wbgen2_pkg",
      "wr_fabric_pkg",
      "wrc_diags_wbgen2_pkg",
      "wrcore_pkg"
    ],
    "top_ports": {
      "xwr_core": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_dmtd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_aux_i",
          "type": "std_logic_vector",
          "width": "g_aux_clks-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clk_ext_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_mul_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_mul_locked_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_stopped_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_ext_rst_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_ext_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_hpll_load_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_hpll_data_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_dpll_load_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_dpll_data_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_ref_clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_tx_data_o",
          "type": "std_logic_vector",
          "width": "f_pcs_data_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "phy_tx_k_o",
          "type": "std_logic_vector",
          "width": "f_pcs_k_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_tx_disparity_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_tx_enc_err_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_data_i",
          "type": "std_logic_vector",
          "width": "f_pcs_data_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_rx_rbclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_k_i",
          "type": "std_logic_vector",
          "width": "f_pcs_k_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_rx_enc_err_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rx_bitslide_i",
          "type": "std_logic_vector",
          "width": "f_pcs_bts_width(g_pcs_16bit)-1 downto 0"
        },
        {
          "direction": "out",
          "name": "phy_rst_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_rdy_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_loopen_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_loopen_vec_o",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "out",
          "name": "phy_tx_prbs_sel_o",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "phy_sfp_tx_fault_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy_sfp_los_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy_sfp_tx_disable_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy8_o",
          "type": "t_phy_8bits_from_wrc",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy8_i",
          "type": "t_phy_8bits_to_wrc",
          "width": ""
        },
        {
          "direction": "out",
          "name": "phy16_o",
          "type": "t_phy_16bits_from_wrc",
          "width": ""
        },
        {
          "direction": "in",
          "name": "phy16_i",
          "type": "t_phy_16bits_to_wrc",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_act_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "led_link_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "scl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sfp_scl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_scl_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sfp_sda_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_sda_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sfp_det_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "btn1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "btn2_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_sclk_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_ncs_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "spi_mosi_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "spi_miso_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "uart_rxd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "uart_txd_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "owr_pwren_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "owr_en_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "owr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "aux_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aux_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wrf_src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrf_src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wrf_snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wrf_snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "timestamps_o",
          "type": "t_txtsu_timestamp",
          "width": ""
        },
        {
          "direction": "in",
          "name": "timestamps_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "abscal_txts_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "abscal_rxts_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_tx_pause_req_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "fc_tx_pause_delay_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "fc_tx_pause_ready_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tm_link_up_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tm_dac_value_o",
          "type": "std_logic_vector",
          "width": "23 downto 0"
        },
        {
          "direction": "out",
          "name": "tm_dac_wr_o",
          "type": "std_logic_vector",
          "width": "g_aux_clks-1 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_clk_aux_lock_en_i",
          "type": "std_logic_vector",
          "width": "g_aux_clks-1 downto 0"
        },
        {
          "direction": "out",
          "name": "tm_clk_aux_locked_o",
          "type": "std_logic_vector",
          "width": "g_aux_clks-1 downto 0"
        },
        {
          "direction": "out",
          "name": "tm_time_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tm_tai_o",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "out",
          "name": "tm_cycles_o",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "pps_csync_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "pps_led_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rst_aux_n_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "aux_diag_i",
          "type": "t_generic_word_array",
          "width": "g_diag_ro_size-1 downto 0"
        },
        {
          "direction": "out",
          "name": "aux_diag_o",
          "type": "t_generic_word_array",
          "width": "g_diag_rw_size-1 downto 0"
        },
        {
          "direction": "out",
          "name": "link_ok_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "xwr_core"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-softpll-ng",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "SoftPLL-NG \u2014 software-controlled PLL for sub-nanosecond clock recovery. Carrier-grade clock-domain alignment using DDMTD (Dual-Mixer Time-to-Digital) phase detection plus bang-bang + period-detect digital PI loops. The clock-recovery heart of the WR system.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "aligner",
      "bangbang",
      "bus",
      "detect",
      "ng",
      "pd",
      "period",
      "slave",
      "softpll",
      "spll",
      "wishbone",
      "xwr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "softpll_pkg",
      "spll_wbgen2_pkg"
    ],
    "top_ports": {
      "spll_bangbang_pd": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_fb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_refclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_fbck_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_sysclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_div_ref_i",
          "type": "std_logic_vector",
          "width": "5 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_div_fb_i",
          "type": "std_logic_vector",
          "width": "5 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_gating_i",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "sync_p_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sync_en_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "sync_done_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "err_wrap_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "err_o",
          "type": "std_logic_vector",
          "width": "g_error_bits-1 downto 0"
        },
        {
          "direction": "out",
          "name": "err_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ref_present_o",
          "type": "std_logic",
          "width": ""
        }
      ],
      "spll_period_detect": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic_vector",
          "width": "g_num_ref_inputs-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clk_dmtd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_dmtdclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_sysclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "freq_err_o",
          "type": "std_logic_vector",
          "width": "11 downto 0"
        },
        {
          "direction": "out",
          "name": "freq_err_stb_p_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_sel_i",
          "type": "std_logic_vector",
          "width": "4 downto 0"
        }
      ],
      "xwr_softpll_ng": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ref_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ext_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_dmtd_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic_vector",
          "width": "g_num_ref_inputs-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clk_fb_i",
          "type": "std_logic_vector",
          "width": "g_num_outputs-1 downto 0"
        },
        {
          "direction": "in",
          "name": "clk_dmtd_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_mul_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_mul_locked_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ext_stopped_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "clk_ext_rst_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_csync_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "pps_ext_a_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_dmtd_data_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_dmtd_load_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "dac_out_data_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_out_sel_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "out",
          "name": "dac_out_load_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "out_enable_i",
          "type": "std_logic_vector",
          "width": "g_num_outputs-1 downto 0"
        },
        {
          "direction": "out",
          "name": "out_locked_o",
          "type": "std_logic_vector",
          "width": "g_num_outputs-1 downto 0"
        },
        {
          "direction": "in",
          "name": "slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "debug_o",
          "type": "std_logic_vector",
          "width": "5 downto 0"
        },
        {
          "direction": "out",
          "name": "dbg_fifo_irq_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "spll_bangbang_pd",
      "spll_period_detect",
      "xwr_softpll_ng"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-streamers",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Streaming layer over WR \u2014 application-layer TX/RX framers for sending arbitrary user data over the WR Ethernet path. Drop-buffer, escape detection/insertion, statistics counters, Wishbone-mapped configuration.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "buffer",
      "detector",
      "dropping",
      "escape",
      "inserter",
      "receive",
      "receiver",
      "streamer",
      "streamers",
      "transmit",
      "transmitter",
      "wishbone"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "endpoint_pkg",
      "softpll_pkg",
      "streamers_pkg",
      "streamers_priv_pkg",
      "sysc_wbgen2_pkg",
      "wr_fabric_pkg",
      "wr_streamers_wbgen2_pkg",
      "wrc_diags_wbgen2_pkg",
      "wrcore_pkg"
    ],
    "top_ports": {
      "rx_streamer": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_dat_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "snk_adr_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "snk_sel_i",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "in",
          "name": "snk_cyc_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_stb_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_we_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_stall_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_ack_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_rty_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_time_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_first_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_last_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data_o",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_dreq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_lost_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_lost_blocks_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_lost_frames_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_lost_frames_cnt_o",
          "type": "std_logic_vector",
          "width": "14 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_latency_o",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_latency_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_frame_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_mac_local_i",
          "type": "std_logic_vector",
          "width": "47 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_mac_remote_i",
          "type": "std_logic_vector",
          "width": "47 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_ethertype_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_accept_broadcasts_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_filter_remote_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_fixed_latency_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        }
      ],
      "tx_streamer": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_dat_o",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        },
        {
          "direction": "out",
          "name": "src_adr_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "src_sel_o",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "src_cyc_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_stb_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_we_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_stall_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_ack_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_err_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_time_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_data_i",
          "type": "std_logic_vector",
          "width": "g_data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_dreq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_last_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_flush_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_reset_seq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_frame_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "cfg_mac_local_i",
          "type": "std_logic_vector",
          "width": "47 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_mac_target_i",
          "type": "std_logic_vector",
          "width": "47 downto 0"
        },
        {
          "direction": "in",
          "name": "cfg_ethertype_i",
          "type": "std_logic_vector",
          "width": "15 downto 0"
        }
      ],
      "xwr_streamers": [
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "src_i",
          "type": "t_wrf_source_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "src_o",
          "type": "t_wrf_source_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "snk_i",
          "type": "t_wrf_sink_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snk_o",
          "type": "t_wrf_sink_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_data_i",
          "type": "std_logic_vector",
          "width": "g_tx_streamer_params.data_width-1 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tx_dreq_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_last_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tx_flush_p1_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_first_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_last_p1_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rx_data_o",
          "type": "std_logic_vector",
          "width": "g_rx_streamer_params.data_width-1 downto 0"
        },
        {
          "direction": "out",
          "name": "rx_valid_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_dreq_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_time_valid_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tm_tai_i",
          "type": "std_logic_vector",
          "width": "39 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_cycles_i",
          "type": "std_logic_vector",
          "width": "27 downto 0"
        },
        {
          "direction": "in",
          "name": "link_ok_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "wb_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "wb_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "snmp_array_o",
          "type": "t_generic_word_array",
          "width": "c_WR_STREAMERS_ARR_SIZE_OUT-1 downto 0"
        },
        {
          "direction": "in",
          "name": "snmp_array_i",
          "type": "t_generic_word_array",
          "width": "c_WR_STREAMERS_ARR_SIZE_IN -1 downto 0"
        },
        {
          "direction": "in",
          "name": "tx_streamer_cfg_i",
          "type": "t_tx_streamer_cfg",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rx_streamer_cfg_i",
          "type": "t_rx_streamer_cfg",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "rx_streamer",
      "tx_streamer",
      "xwr_streamers"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-tbi-phy",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "TBI (Ten-Bit Interface) PHY adapter + 8b/10b coder. Bridges the WR Endpoint MAC to a TBI-style transceiver for vendors without a built-in PCS. Includes the in-tree 8b/10b encode/decode + LUT.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "8b10b",
      "control",
      "controller",
      "ctrl",
      "dec",
      "decoder",
      "enc",
      "encoder",
      "layer",
      "lut",
      "phy",
      "physical"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "top_ports": {
      "dec_8b10b": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "dec_8b10b_ctrl": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "dec_8b10b_disp": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "dec_8b10b_lut": [
        {
          "direction": "in",
          "name": "clk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "in_10b_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "ctrl_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "code_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "rdisp_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "out_8b_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        }
      ],
      "wr_tbi_phy": [
        {
          "direction": "in",
          "name": "serdes_rst_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serdes_loopen_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serdes_prbsen_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serdes_enable_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serdes_syncen_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "serdes_tx_data_i",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "in",
          "name": "serdes_tx_k_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_tx_disparity_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_tx_enc_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_rx_data_o",
          "type": "std_logic_vector",
          "width": "7 downto 0"
        },
        {
          "direction": "out",
          "name": "serdes_rx_k_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_rx_enc_err_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "serdes_rx_bitslide_o",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "tbi_refclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "tbi_rbclk_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tbi_td_o",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "in",
          "name": "tbi_rd_i",
          "type": "std_logic_vector",
          "width": "9 downto 0"
        },
        {
          "direction": "out",
          "name": "tbi_syncen_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tbi_loopen_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tbi_prbsen_o",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "tbi_enable_o",
          "type": "std_logic",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "dec_8b10b",
      "dec_8b10b_ctrl",
      "dec_8b10b_disp",
      "dec_8b10b_lut",
      "wr_tbi_phy"
    ]
  },
  {
    "namespace": "white-rabbit",
    "name": "wr-tlu",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Time-Latched Unit \u2014 captures input-pin transitions with the WR-recovered nanosecond timestamp. Used as the timestamping front-end for ECA and external trigger capture.",
    "license": "LGPL-2.1",
    "language": "vhdl-2008",
    "library": "wr",
    "source_url": "https://gitlab.cern.ch/white-rabbit/wr-cores.git",
    "tags": [
      "fsm",
      "tlu",
      "wr"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-07T08:16:54Z",
    "updated_at": "2017-12-18T18:45:29+01:00",
    "desc_source": "curator",
    "external_uses": [
      {
        "library": "work",
        "package": "gencores_pkg"
      },
      {
        "library": "work",
        "package": "genram_pkg"
      },
      {
        "library": "work",
        "package": "wb_irq_pkg"
      },
      {
        "library": "work",
        "package": "wbgen2_pkg"
      },
      {
        "library": "work",
        "package": "wbgenplus_pkg"
      },
      {
        "library": "work",
        "package": "wishbone_pkg"
      },
      {
        "library": "work",
        "package": "wr_transmission_wbgen2_pkg"
      }
    ],
    "provides_packages": [
      "tlu_pkg"
    ],
    "top_ports": {
      "wr_tlu": [
        {
          "direction": "in",
          "name": "clk_ref_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_ref_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "clk_sys_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "rst_sys_n_i",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "triggers_i",
          "type": "t_trigger_array",
          "width": "g_num_triggers-1 downto 0"
        },
        {
          "direction": "in",
          "name": "tm_tai_cyc_i",
          "type": "std_logic_vector",
          "width": "63 downto 0"
        },
        {
          "direction": "in",
          "name": "ctrl_slave_i",
          "type": "t_wishbone_slave_in",
          "width": ""
        },
        {
          "direction": "out",
          "name": "ctrl_slave_o",
          "type": "t_wishbone_slave_out",
          "width": ""
        },
        {
          "direction": "out",
          "name": "irq_master_o",
          "type": "t_wishbone_master_out",
          "width": ""
        },
        {
          "direction": "in",
          "name": "irq_master_i",
          "type": "t_wishbone_master_in",
          "width": ""
        }
      ]
    },
    "top_modules": [
      "wr_tlu"
    ]
  },
  {
    "namespace": "zipcpu",
    "name": "apbslave",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Slave with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "apbslave": [
        {
          "direction": "in",
          "name": "PCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PSEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PENABLE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "PREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "PWRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "PWDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "PWSTRB",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "PPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "PRDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "PSLVERR",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "apbxclk",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Bridges APB transactions across two clock domains with optional registered outputs.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "apbxclk": [
        {
          "direction": "in",
          "name": "S_APB_PCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_APB_PSEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_APB_PENABLE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_APB_PREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_APB_PADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_APB_PWRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_APB_PWDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_APB_PWSTRB",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_APB_PPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_APB_PRDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "S_APB_PSLVERR",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_APB_PCLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_PRESETn",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PSEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PENABLE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_APB_PREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PWRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PWDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PWSTRB",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_APB_PRDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "M_APB_PSLVERR",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axi2axi3",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axi2axi3": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axi2axilite",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "axi2axilsub",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axi2axilsub": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_S_AXI_DATA_WIDTH/8)-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_M_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_M_AXI_DATA_WIDTH/8)-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_M_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "is",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axi32axi",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axi32axi": [
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "can",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axi3reorder",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Reorders AXI3 write transactions by ID to decouple address and data channel timing.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved"
  },
  {
    "namespace": "zipcpu",
    "name": "axidma",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "axidouble",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axidouble": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axiempty",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI slave interface that accepts all transactions but returns empty read data and completion responses.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "axiempty": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axil2apb",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axil2apb": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_AXI_DATA_WIDTH/8)-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PSEL",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PENABLE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_APB_PREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PWRITE",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_APB_PWDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PWSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_APB_PPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_APB_PRDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_APB_PSLVERR",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axil2axis",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with AXI4-Stream interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axil2axis": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TLAST",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axildouble",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axildouble": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilempty",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Implements an AXI-lite slave interface that responds to read/write transactions with empty responses.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "axilempty": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilfetch",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Axilfetch IP core with ready/valid handshake and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "axilgpio",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with interrupt support and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axilgpio": [
        {
          "direction": "in",
          "name": "and",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "module",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bits",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "data",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "bit",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "interrupt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_gpio",
          "type": "wire",
          "width": "[NOUT-1:0]"
        },
        {
          "direction": "in",
          "name": "i_gpio",
          "type": "wire",
          "width": "[((NIN>0) ? (NIN-1):0):0]"
        },
        {
          "direction": "out",
          "name": "o_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "registers",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilite2axi",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts AXI4-Lite slave interface to full AXI4 master interface with configurable ID and data width.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "axilite2axi": [
        {
          "direction": "in",
          "name": "ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[4-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[2-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilsafety",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axilsafety": [
        {
          "direction": "out",
          "name": "o_write_fault",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_read_fault",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilsingle",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axilsingle": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilupsz",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axilupsz": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[SDW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[SDW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[SDW-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIL_AWADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIL_WDATA",
          "type": "wire",
          "width": "[MDW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIL_WSTRB",
          "type": "wire",
          "width": "[MDW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIL_ARADDR",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIL_RDATA",
          "type": "wire",
          "width": "[MDW-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axilxbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite crossbar switch with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axilxbar": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[NM*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[NM*3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[NM*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[NM*C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[NM*2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[NM*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[NM*3-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[NM*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[NM*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[NS*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[NS*3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[NS*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[NS*3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "channel",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axim2wbsp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with Wishbone interface and memory interface",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axim2wbsp": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_stb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[(C_AXI_DATA_WIDTH-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_sel",
          "type": "wire",
          "width": "[(C_AXI_DATA_WIDTH/8-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[(C_AXI_DATA_WIDTH-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_err",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "aximm2s",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with AXI4-Stream interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "aximm2s": [
        {
          "direction": "out",
          "name": "partial",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "will",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "aximrd2wbsp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "aximwr2wbsp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with Wishbone interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "axiperf",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axiperf": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axis2mm",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with AXI4-Stream interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axis2mm": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TUSER",
          "type": "wire",
          "width": "[((C_AXIS_TUSER_WIDTH>0) ? C_AXIS_TUSER_WIDTH-1:0):0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WUSER",
          "type": "wire",
          "width": "[(C_AXIS_TUSER_WIDTH>0 ? C_AXIS_TUSER_WIDTH-1:0):0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "signal",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axisafety",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axisafety": [
        {
          "direction": "in",
          "name": "path",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_read_fault",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_write_fault",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "side",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[AW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[DW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[(DW/8)-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[AW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[DW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[AW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[DW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[(DW/8)-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[AW-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[IW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[DW-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "AW",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "we",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axisbroadcast",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Stream with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axisbroadcast": [
        {
          "direction": "in",
          "name": "port",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[NM*C_AXIS_DATA_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axisgdma",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axisgdma": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_int",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axispacker",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Stream with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axispacker": [
        {
          "direction": "in",
          "name": "will",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "stream",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TSTRB",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TKEEP",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TSTRB",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TKEEP",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_data",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_strb",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_keep",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "requirement",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "has",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axisrandom",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Generates random 32-bit data values and transmits them via AXI4-Stream output.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "axisrandom": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axissafety",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Stream with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axissafety": [
        {
          "direction": "in",
          "name": "more",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "to",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_fault",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TUSER",
          "type": "wire",
          "width": "[C_AXIS_USER_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TUSER",
          "type": "wire",
          "width": "[C_AXIS_USER_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "stall",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axisswitch",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with AXI4-Stream interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axisswitch": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": "[NUM_STREAMS-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": "[NUM_STREAMS-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[NUM_STREAMS*C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIS_TLAST",
          "type": "wire",
          "width": "[NUM_STREAMS-1:0]"
        },
        {
          "direction": "out",
          "name": "result",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axivcamera",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with AXI4-Stream interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axivcamera": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "might",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axivdisplay",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with AXI4-Stream interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axivdisplay": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "wire",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_WDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_WSTRB",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARADDR",
          "type": "wire",
          "width": "[C_AXIL_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXIL_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIL_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIL_RDATA",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXIL_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[7:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXIL_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axivfifo",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 FIFO buffer with AXI4-Stream interface and FIFO interface",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axivfifo": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "of",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXIS_TVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXIS_TREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXIS_TDATA",
          "type": "wire",
          "width": "[C_AXIS_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "i_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_overflow",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_mm2s_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_fill",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-ADDRLSB:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axixbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 crossbar switch with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axixbar": [
        {
          "direction": "out",
          "name": "from",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[NM*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[NM*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[NM*8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[NM*3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[NM*2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[NM*4-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[NM*3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[NM*4-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[NM*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[NM*C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[NM*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[NM*2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[NM*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[NM*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[NM*8-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[NM*3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[NM*2-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[NM*4-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[NM*3-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[NM*4-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[NM*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[NM*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[NM*2-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[NS*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[NS*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[NS*8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[NS*3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[NS*4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[NS*3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[NS*4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[NS*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[NS*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[NS*C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[NS*8-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[NS*3-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[NS*4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[NS*4-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[NS*3-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[NS*C_AXI_ID_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[NS*C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[NS*2-1:0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "skid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "channel",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axixclk",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axixclk": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_S_AXI_DATA_WIDTH/8)-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_AWCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_S_AXI_DATA_WIDTH/8)-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_BID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_ARCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "out",
          "name": "M_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "M_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "M_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "M_AXI_RREADY",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "axlite2wbsp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with Wishbone interface and memory interface",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "axlite2wbsp_wrapper",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite wrapper with Wishbone interface and configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "vhdl-2008",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [
      "axlite2wbsp"
    ],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "axlite2wbsp_wrapper": [
        {
          "direction": "in",
          "name": "s_axi_aclk",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_aresetn",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_awready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_awaddr",
          "type": "std_logic_vector",
          "width": "C_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awcache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_awvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_wready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_wdata",
          "type": "std_logic_vector",
          "width": "C_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wstrb",
          "type": "std_logic_vector",
          "width": "C_AXI_DATA_WIDTH/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_wvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_bresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_bvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_bready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_arready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "s_axi_araddr",
          "type": "std_logic_vector",
          "width": "C_AXI_ADDR_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arcache",
          "type": "std_logic_vector",
          "width": "3 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arprot",
          "type": "std_logic_vector",
          "width": "2 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_arvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rresp",
          "type": "std_logic_vector",
          "width": "1 downto 0"
        },
        {
          "direction": "out",
          "name": "s_axi_rvalid",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "s_axi_rdata",
          "type": "std_logic_vector",
          "width": "C_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "s_axi_rready",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_reset",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_cyc",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_stb",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_we",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "out",
          "name": "m_wb_adr",
          "type": "std_logic_vector",
          "width": "C_AXI_ADDR_WIDTH-2-1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_wb_dat_w",
          "type": "std_logic_vector",
          "width": "C_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "out",
          "name": "m_wb_sel",
          "type": "std_logic_vector",
          "width": "C_AXI_DATA_WIDTH/8-1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_wb_ack",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_stall",
          "type": "std_logic",
          "width": ""
        },
        {
          "direction": "in",
          "name": "m_wb_dat_r",
          "type": "std_logic_vector",
          "width": "C_AXI_DATA_WIDTH-1 downto 0"
        },
        {
          "direction": "in",
          "name": "m_wb_err",
          "type": "std_logic",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "demoaxi",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "demoaxi": [
        {
          "direction": "in",
          "name": "ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_S_AXI_DATA_WIDTH/8)-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "channel",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "demofull",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "demofull": [
        {
          "direction": "in",
          "name": "is",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_waddr",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-LSB-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wdata",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wstrb",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_raddr",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-LSB-1:0]"
        },
        {
          "direction": "in",
          "name": "i_rdata",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[(C_S_AXI_DATA_WIDTH/8)-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_S_AXI_ADDR_WIDTH-1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLEN",
          "type": "wire",
          "width": "[7 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARSIZE",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARBURST",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARLOCK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARCACHE",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARQOS",
          "type": "wire",
          "width": "[3 : 0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RID",
          "type": "wire",
          "width": "[C_S_AXI_ID_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_S_AXI_DATA_WIDTH-1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1 : 0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RLAST",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "dualflexpress",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Dual-channel Wishbone-controlled QSPI flash memory controller supporting configurable addressing, pipelined transactions, and optional erase/program operations.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "dualflexpress": [
        {
          "direction": "out",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_dspi_sck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_dspi_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_dspi_mod",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_dspi_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "i_dspi_dat",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_dbg_trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_debug",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "values",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "initial",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "easyaxil",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with configurable parameters",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "easyaxil": [
        {
          "direction": "in",
          "name": "S_AXI_ACLK",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARESETN",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_AWREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_AWADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_AWPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_WREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_WDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_WSTRB",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_BVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_BREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_BRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_ARREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_ARADDR",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "S_AXI_ARPROT",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RVALID",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "S_AXI_RREADY",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "S_AXI_RDATA",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "S_AXI_RRESP",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "prior_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "new_data",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "wstrb",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "iceddrck",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts a 2-bit DDR input signal into a single-pin output with clock-based timing control.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "iceddrck": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_ddr",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_pin",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "migsdram",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Interfaces a Wishbone bus to a DDR SDRAM controller with clock generation and synchronization.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "migsdram": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_sys_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_sys_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_sel",
          "type": "wire",
          "width": "[(SELW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_ddr_ck_p",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_cke",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_reset_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_ddr_cs_n",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_ba",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_addr",
          "type": "wire",
          "width": "[13:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_odt",
          "type": "wire",
          "width": "[0:0]"
        },
        {
          "direction": "out",
          "name": "o_ddr_dm",
          "type": "wire",
          "width": "[(DDRWIDTH/8-1):0]"
        },
        {
          "direction": "inout",
          "name": "io_ddr_dqs_p",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "inout",
          "name": "io_ddr_data",
          "type": "wire",
          "width": "[(DDRWIDTH-1):0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "qflexpress",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone-interfaced quad SPI flash memory controller supporting configurable address sizes and pipelined read operations.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "qflexpress": [
        {
          "direction": "out",
          "name": "mode",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_qspi_sck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_qspi_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_qspi_mod",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_qspi_dat",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "i_qspi_dat",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "o_dbg_trigger",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_debug",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "in",
          "name": "values",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "initial",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "sfifothresh",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "FIFO buffer with FIFO interface",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "sfifothresh": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_data",
          "type": "wire",
          "width": "[(BW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_full",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_fill",
          "type": "wire",
          "width": "[LGFLEN:0]"
        },
        {
          "direction": "in",
          "name": "i_rd",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_data",
          "type": "wire",
          "width": "[(BW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_empty",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_threshold",
          "type": "wire",
          "width": "[LGFLEN:0]"
        },
        {
          "direction": "out",
          "name": "o_int",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "spixpress",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone-to-SPI flash memory controller with pipelined sequential access and optional arbitrary command configuration.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "spixpress": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[21:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_spi_cs_n",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_spi_miso",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "B",
          "type": "wire",
          "width": "[7:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbc2pipeline",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts Wishbone classic protocol transactions to pipelined protocol transactions with configurable address and data widths.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "wbc2pipeline": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_scyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_saddr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_ssel",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_sack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_sdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_serr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_scti",
          "type": "wire",
          "width": "[3-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sbte",
          "type": "wire",
          "width": "[2-1:0]"
        },
        {
          "direction": "out",
          "name": "o_mcyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_maddr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_mdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_msel",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_mstall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_mack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_mdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_merr",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbdown",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts wide Wishbone bus transactions to narrower bus transactions with address and data width adaptation.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "wbdown": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wcyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_waddr",
          "type": "wire",
          "width": "[WIDE_AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wdata",
          "type": "wire",
          "width": "[WIDE_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wsel",
          "type": "wire",
          "width": "[WIDE_DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wstall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wdata",
          "type": "wire",
          "width": "[WIDE_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_werr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_scyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_saddr",
          "type": "wire",
          "width": "[SMALL_AW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_sdata",
          "type": "wire",
          "width": "[SMALL_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_ssel",
          "type": "wire",
          "width": "[SMALL_DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sstall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_sack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_sdata",
          "type": "wire",
          "width": "[SMALL_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_serr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "sel",
          "type": "wire",
          "width": "[WIDE_DW/8-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbm2axilite",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4-Lite with Wishbone interface and memory interface",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "wbm2axilite": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_stb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_sel",
          "type": "wire",
          "width": "[(DW/8-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_axi_awvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_axi_awready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_axi_awaddr",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_axi_awprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "o_axi_wvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_axi_wready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_axi_wdata",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_axi_wstrb",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_axi_bvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_axi_bready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_axi_bresp",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_axi_arvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_axi_arready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_axi_araddr",
          "type": "wire",
          "width": "[C_AXI_ADDR_WIDTH-1:0]"
        },
        {
          "direction": "out",
          "name": "o_axi_arprot",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "in",
          "name": "i_axi_rvalid",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_axi_rready",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_axi_rdata",
          "type": "wire",
          "width": "[C_AXI_DATA_WIDTH-1:0]"
        },
        {
          "direction": "in",
          "name": "i_axi_rresp",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbm2axisp",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "AXI4 with Wishbone interface and memory interface",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "component",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports"
  },
  {
    "namespace": "zipcpu",
    "name": "wbp2classic",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts Wishbone pipelined protocol transactions to classic Wishbone protocol for downstream memory controllers.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "wbp2classic": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_scyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_saddr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_ssel",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_sstall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_sdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_serr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_mcyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_maddr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_mdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_msel",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_mack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_mdata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_merr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_mcti",
          "type": "wire",
          "width": "[2:0]"
        },
        {
          "direction": "out",
          "name": "o_mbte",
          "type": "wire",
          "width": "[1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbqspiflash",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone with interrupt support",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "wbqspiflash": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[31:0]"
        },
        {
          "direction": "out",
          "name": "o_qspi_sck",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_qspi_mod",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_qspi_dat",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "in",
          "name": "i_qspi_dat",
          "type": "wire",
          "width": "[3:0]"
        },
        {
          "direction": "out",
          "name": "o_interrupt",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_debug",
          "type": "wire",
          "width": "[31:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbsafety",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Watchdog safety module that enforces Wishbone protocol compliance on untrusted slaves with timeout detection and fault reporting.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "wbsafety": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_sel",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_idata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_reset",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_addr",
          "type": "wire",
          "width": "[AW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wb_sel",
          "type": "wire",
          "width": "[DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_idata",
          "type": "wire",
          "width": "[DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wb_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_fault",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbupsz",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Converts 32-bit bus transactions to 64-bit wide bus protocol with address/data width adaptation.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "wbupsz": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_scyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_saddr",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-$clog2(SMALL_DW/8)-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sdata",
          "type": "wire",
          "width": "[SMALL_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_ssel",
          "type": "wire",
          "width": "[SMALL_DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_sstall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_sack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_sdata",
          "type": "wire",
          "width": "[SMALL_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_serr",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wcyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_waddr",
          "type": "wire",
          "width": "[ADDRESS_WIDTH-$clog2(WIDE_DW/8)-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wdata",
          "type": "wire",
          "width": "[WIDE_DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_wsel",
          "type": "wire",
          "width": "[WIDE_DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_wstall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wdata",
          "type": "wire",
          "width": "[WIDE_DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_werr",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbxbar",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Crossbar switch",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "ports",
    "top_ports": {
      "wbxbar": [
        {
          "direction": "in",
          "name": "ports",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_mcyc",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "in",
          "name": "i_maddr",
          "type": "wire",
          "width": "[NM*AW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_mdata",
          "type": "wire",
          "width": "[NM*DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_msel",
          "type": "wire",
          "width": "[NM*DW/8-1:0]"
        },
        {
          "direction": "out",
          "name": "o_mstall",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "o_mack",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "o_mdata",
          "type": "wire",
          "width": "[NM*DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_merr",
          "type": "wire",
          "width": "[NM-1:0]"
        },
        {
          "direction": "out",
          "name": "o_scyc",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "out",
          "name": "o_saddr",
          "type": "wire",
          "width": "[NS*AW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_sdata",
          "type": "wire",
          "width": "[NS*DW-1:0]"
        },
        {
          "direction": "out",
          "name": "o_ssel",
          "type": "wire",
          "width": "[NS*DW/8-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sstall",
          "type": "wire",
          "width": "[NS-1:0]"
        },
        {
          "direction": "in",
          "name": "i_sdata",
          "type": "wire",
          "width": "[NS*DW-1:0]"
        },
        {
          "direction": "in",
          "name": "i_serr",
          "type": "wire",
          "width": "[NS-1:0]"
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "wbxclk",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Wishbone bus bridge that synchronizes transactions from one clock domain to another using a FIFO buffer.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/wb2axip.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:59Z",
    "updated_at": "2026-03-10T13:49:52-04:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "wbxclk": [
        {
          "direction": "in",
          "name": "i_wb_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_wb_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_wb_sel",
          "type": "wire",
          "width": "[(DW/8-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_wb_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_wb_err",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_xclk_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_xclk_cyc",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_xclk_stb",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_xclk_we",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "out",
          "name": "o_xclk_addr",
          "type": "wire",
          "width": "[(AW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_xclk_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "out",
          "name": "o_xclk_sel",
          "type": "wire",
          "width": "[(DW/8-1):0]"
        },
        {
          "direction": "in",
          "name": "i_xclk_stall",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_xclk_ack",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_xclk_data",
          "type": "wire",
          "width": "[(DW-1):0]"
        },
        {
          "direction": "in",
          "name": "i_xclk_err",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "xddrck",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Multiplexes two input signals based on clock selection to produce a single output pin.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "xddrck": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "in",
          "name": "i_v",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_pin",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "xioddr",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Bidirectional DDR I/O buffer with output enable control for dual-rate data transmission.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "xioddr": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_v",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_v",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "inout",
          "name": "io_pin",
          "type": "wire",
          "width": ""
        }
      ]
    }
  },
  {
    "namespace": "zipcpu",
    "name": "xoddr",
    "latest": "master",
    "versions": [
      "master"
    ],
    "description": "Outputs a single pin signal controlled by a 2-bit input, clocked at the input clock rate.",
    "license": "GPL-3.0-or-later",
    "language": "verilog",
    "library": "work",
    "source_url": "https://github.com/ZipCPU/qspiflash.git",
    "tags": [],
    "role": "top",
    "library_deps": [],
    "created_at": "2026-05-05T07:09:58Z",
    "updated_at": "2021-01-25T11:57:49-05:00",
    "health_tier": "bronze",
    "last_verified_at": "2026-05-05",
    "desc_source": "preserved",
    "top_ports": {
      "xoddr": [
        {
          "direction": "in",
          "name": "i_clk",
          "type": "wire",
          "width": ""
        },
        {
          "direction": "in",
          "name": "i_v",
          "type": "wire",
          "width": "[1:0]"
        },
        {
          "direction": "out",
          "name": "o_pin",
          "type": "wire",
          "width": ""
        }
      ]
    }
  }
]