Skip to content

Commit

Permalink
Formality script improvment
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Oct 9, 2023
1 parent 959257a commit ab89129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/lec/synopsys_formality/check_lec.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ set_dont_verify_point -type port i:WORK/cv32e40p_core/apu_flags_o*

verify > ./reports/verify.rpt

report_aborted_points > ./reports/aborted_points.rpt
report_failing_points > ./reports/failing_points.rpt
analyze_points -failing > ./reports/analyze.rpt

exit

0 comments on commit ab89129

Please sign in to comment.