Skip to content

Commit fa84591

Browse files
marnovandermaashcallahan-lowrisc
authored andcommitted
[dv/formal] FetchErrRoot proven with engine Hp
This adds an annotation to the verify script that you should use Hp as an engine to prove FetchErrRoot. It is proven in Hp 3.
1 parent 0b718c5 commit fa84591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dv/formal/verify.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ proc prove_no_liveness {} {
8686
prove -bg -task Step5
8787
prove -wait
8888
prove -bg -property {Step6::*SpecStable*} -engine_mode Hp
89-
prove -bg -property {Step6::top.Ibex_FetchErrRoot}
89+
prove -bg -property {Step6::top.Ibex_FetchErrRoot} -engine_mode Hp
9090
prove -bg -property {Step6::top.Ibex_PreNextPcMatch}
9191
prove -wait
9292
prove -bg -task Step6

0 commit comments

Comments
 (0)