Skip to content

Commit

Permalink
Merge pull request openhwgroup#220 from XavierAubert/cv32e40p/dev_dd_pgo
Browse files Browse the repository at this point in the history
Slight change for better RTL coverage.
  • Loading branch information
pascalgouedo authored Apr 8, 2024
2 parents 8b29ba9 + 452daaf commit f79204d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cv32e40p/regress/cv32e40pv2_xpulp_instr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ tests:
build: uvmt_cv32e40p
description: pulp_hardware_loop directed test
dir: cv32e40p/sim/uvmt
cmd: make test COREV=YES TEST=pulp_hardware_loop CFG_PLUSARGS="+UVM_TIMEOUT=1000000" VSIM_USER_FLAGS=+skip_sampling_uvme_rv32x_hwloop_covg
cmd: make test COREV=YES TEST=pulp_hardware_loop CFG_PLUSARGS="+UVM_TIMEOUT=1000000" VSIM_USER_FLAGS="+skip_sampling_uvme_rv32x_hwloop_covg +fixed_data_gnt_stall=3"
num: 1

pulp_hardware_loop_interrupt_test:
build: uvmt_cv32e40p
description: pulp_hardware_loop directed test
description: pulp_hardware_loop_interrupt_test directed test
dir: cv32e40p/sim/uvmt
cmd: make test COREV=YES TEST=pulp_hardware_loop_interrupt_test CFG_PLUSARGS="+UVM_TIMEOUT=1000000"
num: 1
Expand Down Expand Up @@ -136,7 +136,7 @@ tests:

pulp_hardware_loop_debug_test:
build: uvmt_cv32e40p
description: pulp_hardware_loop directed test
description: pulp_hardware_loop_debug_test directed test
dir: cv32e40p/sim/uvmt
cmd: make test COREV=YES TEST=pulp_hardware_loop_debug_test
num: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ test6_5:
beq x20, x10, test7
c.addi x15, 0x1


# test7 CSR read accesses during HWloop (same as test1 but with CSR reads to mstatus)

test7:
Expand All @@ -327,6 +326,8 @@ test7:
li x8, 0
li x17, 0
li x18, 0
li x30, 0x80
li x31, 0

.balign 4

Expand All @@ -345,7 +346,7 @@ startZ_7:
addi x17, x17, 1
csrr x5, 0x300 # mstatus
addi x17, x17, 1
addi x17, x17, 1
lw x31, 0(x30)
csrr x6, 0x300 # mstatus
endZ_7:
addi x18, x18, 1
Expand All @@ -356,7 +357,7 @@ endO_7:

.option rvc

li x20, 300
li x20, 200
beq x20, x17, test7_1
c.addi x15, 0x1
test7_1:
Expand Down

0 comments on commit f79204d

Please sign in to comment.