Interface AXI4XBarPorts

The IO interface bundle of a TSSV Module

interface AXI4XBarPorts {
    clock: {
        direction: "input";
        isClock: "posedge";
    };
    reset: {
        direction: "input";
        isReset: "highsync";
    };
}

Hierarchy (view full)

Properties

Properties

clock: {
    direction: "input";
    isClock: "posedge";
}

Type declaration

  • direction: "input"
  • isClock: "posedge"
reset: {
    direction: "input";
    isReset: "highsync";
}

Type declaration

  • direction: "input"
  • isReset: "highsync"

Generated using TypeDoc