interface AXI4_WO_Signals {
    ACLK: {
        width: 1;
    };
    ACLKEN: {
        width: 1;
    };
    ARESETn: {
        width: 1;
    };
    AWID: Signal;
    AWADDR: Signal;
    AWLEN: {
        width: 8;
    };
    AWSIZE: {
        width: 3;
    };
    AWBURST: {
        width: 2;
    };
    AWLOCK: {
        width: 1;
    };
    AWCACHE: {
        width: 4;
    };
    AWPROT: {
        width: 3;
    };
    AWVALID: {
        width: 1;
    };
    AWREADY: {
        width: 1;
    };
    WDATA: Signal;
    WSTRB: Signal;
    WLAST: {
        width: 1;
    };
    WVALID: {
        width: 1;
    };
    WREADY: {
        width: 1;
    };
    BID: Signal;
    BRESP: {
        width: 2;
    };
    BVALID: {
        width: 1;
    };
    BREADY: {
        width: 1;
    };
    ARID: Signal;
    ARADDR: Signal;
    ARLEN: {
        width: 8;
    };
    ARSIZE: {
        width: 3;
    };
    ARBURST: {
        width: 2;
    };
    ARLOCK: {
        width: 1;
    };
    ARCACHE: {
        width: 4;
    };
    ARPROT: {
        width: 3;
    };
    ARVALID: {
        width: 1;
    };
    ARREADY: {
        width: 1;
    };
    RID: Signal;
    RDATA: Signal;
    RRESP: {
        width: 2;
    };
    RLAST: {
        width: 1;
    };
    RVALID: {
        width: 1;
    };
    RREADY: {
        width: 1;
    };
}

Hierarchy (view full)

Properties

ACLK: {
    width: 1;
}

Type declaration

  • width: 1
ACLKEN: {
    width: 1;
}

Type declaration

  • width: 1
ARESETn: {
    width: 1;
}

Type declaration

  • width: 1
AWID: Signal
AWADDR: Signal
AWLEN: {
    width: 8;
}

Type declaration

  • width: 8
AWSIZE: {
    width: 3;
}

Type declaration

  • width: 3
AWBURST: {
    width: 2;
}

Type declaration

  • width: 2
AWLOCK: {
    width: 1;
}

Type declaration

  • width: 1
AWCACHE: {
    width: 4;
}

Type declaration

  • width: 4
AWPROT: {
    width: 3;
}

Type declaration

  • width: 3
AWVALID: {
    width: 1;
}

Type declaration

  • width: 1
AWREADY: {
    width: 1;
}

Type declaration

  • width: 1
WDATA: Signal
WSTRB: Signal
WLAST: {
    width: 1;
}

Type declaration

  • width: 1
WVALID: {
    width: 1;
}

Type declaration

  • width: 1
WREADY: {
    width: 1;
}

Type declaration

  • width: 1
BID: Signal
BRESP: {
    width: 2;
}

Type declaration

  • width: 2
BVALID: {
    width: 1;
}

Type declaration

  • width: 1
BREADY: {
    width: 1;
}

Type declaration

  • width: 1
ARID: Signal
ARADDR: Signal
ARLEN: {
    width: 8;
}

Type declaration

  • width: 8
ARSIZE: {
    width: 3;
}

Type declaration

  • width: 3
ARBURST: {
    width: 2;
}

Type declaration

  • width: 2
ARLOCK: {
    width: 1;
}

Type declaration

  • width: 1
ARCACHE: {
    width: 4;
}

Type declaration

  • width: 4
ARPROT: {
    width: 3;
}

Type declaration

  • width: 3
ARVALID: {
    width: 1;
}

Type declaration

  • width: 1
ARREADY: {
    width: 1;
}

Type declaration

  • width: 1
RID: Signal
RDATA: Signal
RRESP: {
    width: 2;
}

Type declaration

  • width: 2
RLAST: {
    width: 1;
}

Type declaration

  • width: 1
RVALID: {
    width: 1;
}

Type declaration

  • width: 1
RREADY: {
    width: 1;
}

Type declaration

  • width: 1

Generated using TypeDoc