interface P_Channel_Signals {
    RESETn: {
        width: 1;
    };
    PACTIVE: Signal;
    PSTATE: Signal;
    PREQ: {
        width: 1;
    };
    PACCEPT: {
        width: 1;
    };
    PDENY: {
        width: 1;
    };
}

Hierarchy (view full)

Properties

RESETn: {
    width: 1;
}

Type declaration

  • width: 1
PACTIVE: Signal
PSTATE: Signal
PREQ: {
    width: 1;
}

Type declaration

  • width: 1
PACCEPT: {
    width: 1;
}

Type declaration

  • width: 1
PDENY: {
    width: 1;
}

Type declaration

  • width: 1

Generated using TypeDoc