You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(old_boot_count >= (100*2) &&old_boot_count <= (111*2)) ||//skip Read signal channel for lsu_axi
99
99
(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)
0 commit comments