Skip to content

Commit

Permalink
Merge pull request #2433 from ThalesSiliconSecurity/AXIagent_modif
Browse files Browse the repository at this point in the history
axi agent: Disable out-of-order read response.
  • Loading branch information
JeanRochCoulon authored May 14, 2024
2 parents 9a34897 + b04061b commit 3728f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uvm_agents/uvma_axi5/src/obj/uvma_axi_cfg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class uvma_axi_cfg_c extends uvm_object;
soft axi_lock_enabled == 1;
soft randomization_enabled == 0;
soft cov_model_enabled == 1;
soft ordering_read_mode == UVMA_AXI_ORDERING_MODE_RANDOM;
soft ordering_read_mode == UVMA_AXI_OUTSTANDING_MODE;
soft ordering_write_mode == UVMA_AXI_OUTSTANDING_MODE;
soft max_outstanding_write_trs == 2;
soft max_outstanding_read_trs == 2;
Expand Down

0 comments on commit 3728f31

Please sign in to comment.