interface AXI4Stream_Signals {
    ACLK: {
        width: 1;
    };
    ACLKEN: {
        width: 1;
    };
    ARESETn: {
        width: 1;
    };
    TVALID: {
        width: 1;
    };
    TREADY: {
        width: 1;
    };
    TDATA: Signal;
    TSTRB: Signal;
    TKEEP: Signal;
    TLAST: {
        width: 1;
    };
    TID: Signal;
    TDEST: Signal;
    TWAKEUP: {
        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
TVALID: {
    width: 1;
}

Type declaration

  • width: 1
TREADY: {
    width: 1;
}

Type declaration

  • width: 1
TDATA: Signal
TSTRB: Signal
TKEEP: Signal
TLAST: {
    width: 1;
}

Type declaration

  • width: 1
TID: Signal
TDEST: Signal
TWAKEUP: {
    width: 1;
}

Type declaration

  • width: 1

Generated using TypeDoc