Typedef xbar_rule_64_t
typedef struct packed {
int unsigned idx;
logic [63:0] start_addr;
logic [63:0] end_addr;
} xbar_rule_64_t;
Commonly used rule types for axi_xbar (64-bit addresses).
typedef struct packed {
int unsigned idx;
logic [63:0] start_addr;
logic [63:0] end_addr;
} xbar_rule_64_t;
Commonly used rule types for axi_xbar (64-bit addresses).