Skip to content

Commit

Permalink
Fixes for ML tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Udi Jonnalagadda committed May 30, 2020
1 parent bf180fc commit f06a400
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/riscv_instr_test_lib.sv
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ class riscv_ml_test extends riscv_instr_base_test;
`uvm_component_new

virtual function void randomize_cfg();
cfg.no_fence = 0;
cfg.init_privileged_mode = MACHINE_MODE;
cfg.init_privileged_mode.rand_mode(0);
cfg.enable_unaligned_load_store = 1'b1;
cfg.addr_translaction_rnd_order_c.constraint_mode(0);
`DV_CHECK_RANDOMIZE_FATAL(cfg)
cfg.addr_translaction_rnd_order_c.constraint_mode(1);
Expand Down

0 comments on commit f06a400

Please sign in to comment.