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