Skip to content

Commit 57d2ee6

Browse files
committed
Merge branch 'dev/samipmodi323/dcls_val_updates2' of github.com:chipsalliance/Cores-VeeR-EL2 into dev/samipmodi323/dcls_val_updates2
2 parents 736563a + 0744951 commit 57d2ee6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

testbench/tests/dcls/dcls.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,16 @@ int main () {
9797
old_boot_count == (50*2) || old_boot_count == (51*2) ||
9898
(old_boot_count >= (100*2) && old_boot_count <= (111*2)) || //skip Read signal channel for lsu_axi
9999
(old_boot_count >= (84*2) && old_boot_count <= (178*2) && (old_boot_count % 2 == 0)) || //skip VEER side axi channels to prevent breakage in code exectuion
100-
(old_boot_count >= (180*2) && old_boot_count <= (180*2) && (old_boot_count % 2 == 0)) //skip VEER side Unconditional forces to prevent breakage in code exectuion
100+
(old_boot_count >= (180*2) && old_boot_count <= (180*2) && (old_boot_count % 2 == 0)) || //skip VEER side Unconditional forces to prevent breakage in code exectuion
101+
(old_boot_count >= (182*2) && old_boot_count < (183*2)) //skip VEER and LOCKSTEP side Unconditional forces to prevent breakage in code exectuion (debug_mode_status)
102+
101103

102104
#else
103105
old_boot_count == (32*2) || old_boot_count == (34*2) || old_boot_count == (50*2) ||
104106
(old_boot_count >= (51*2) && old_boot_count <= (73*2) && (old_boot_count % 2 == 0)) || //skip VEER side axi channels to prevent breakage in code exectuion
105-
(old_boot_count >= (78*2) && old_boot_count <= (78*2) && (old_boot_count % 2 == 0)) //skip VEER side ahb channels to prevent breakage in code exectuion
107+
(old_boot_count >= (78*2) && old_boot_count <= (78*2) && (old_boot_count % 2 == 0)) || //skip VEER side ahb channels to prevent breakage in code exectuion
108+
(old_boot_count >= (80*2) && old_boot_count < (81*2)) //skip VEER & LOCKSTEP side ahb channels to prevent breakage in code exectuion (debug mode status)
109+
106110

107111
#endif
108112
)

0 commit comments

Comments
 (0)