Typedef axi_options_t
typedef struct packed { axi_pkg::burst_t burst; axi_pkg::cache_t cache; logic lock; axi_pkg::prot_t prot; axi_pkg::qos_t qos; axi_pkg::region_t region; } axi_options_t;
AXI4 option type: contains the AXI4 options fields
typedef struct packed { axi_pkg::burst_t burst; axi_pkg::cache_t cache; logic lock; axi_pkg::prot_t prot; axi_pkg::qos_t qos; axi_pkg::region_t region; } axi_options_t;
AXI4 option type: contains the AXI4 options fields