Skip to content

Commit d8ca5d0

Browse files
committed
[dv] Add Zcmp instruction tests to testlist.yml
1 parent 847d627 commit d8ca5d0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dv/uvm/core_ibex/riscv_dv_extension/testlist.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,3 +1166,27 @@
11661166
gen_opts: >
11671167
+enable_zcb_extension=1
11681168
rtl_test: core_ibex_base_test
1169+
1170+
- test: riscv_zcmp_balanced_test
1171+
desc: >
1172+
Random instruction test with zcmp instructions in balanced configuration
1173+
iterations: 10
1174+
gen_test: riscv_rand_instr_test
1175+
gen_opts: >
1176+
+enable_zcb_extension=1
1177+
+enable_zcmp_extension=1
1178+
rtl_test: core_ibex_base_test
1179+
1180+
- test: riscv_zcmp_directed_test
1181+
desc: >
1182+
Random instruction test with zcmp instructions in balanced configuration
1183+
iterations: 10
1184+
gen_test: riscv_instr_base_test
1185+
gen_opts: >
1186+
+enable_zcb_extension=1
1187+
+enable_zcmp_extension=1
1188+
+directed_instr_0=riscv_zcmp_chain_instr_stream,1
1189+
+instr_cnt=100
1190+
+num_of_sub_program=0
1191+
+no_branch_jump=1
1192+
rtl_test: core_ibex_base_test

0 commit comments

Comments
 (0)