Skip to content

Commit 88c8b75

Browse files
committed
Better version but does not pass the last check
1 parent 8c147d8 commit 88c8b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: temperature_sensor.smv

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SPEC AX(state = 5 & oldest = 2 -> memory[1] = cpu_temperature);
9393

9494
-- When ISR is not executed, then cpu.temperature >= 173.
9595

96-
LTLSPEC (state = 0 | cpu_temperature >= 0sd32_173) U (state != 0);
96+
SPEC AG(state = 0 -> cpu_temperature >= 0sd32_173);
9797

9898
-- When ISR has terminated, then cpu.temperature >= 173.
9999

0 commit comments

Comments
 (0)