Skip to content

Commit

Permalink
Merge pull request openhwgroup#2234 from silabs-krdosvik/fix_comment
Browse files Browse the repository at this point in the history
Fix comment, and xsecure prefix.
  • Loading branch information
silabs-robin authored Oct 12, 2023
2 parents 57ba371 + c359006 commit 159e393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cv32e40s/tb/uvmt/uvmt_cv32e40s_triggers_assert_cov.sv
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,9 @@ module uvmt_cv32e40s_triggers_assert_cov

//- Vplan:
//Check that attempts to access "tdata3" raise an illegal instruction exception, always. (Unless overruled by a higher priority.)
//Verify that tdata3 is illegal for all tdata2 types.

//- Assertion verification:
//1) Check that attempts to access "tdata3" raise an illegal instruction exception, always. (Unless overruled by a higher priorit
//2) Verify that tdata3 is illegal for all tdata2 types.

//1)
a_dt_tdata3_not_implemented: assert property (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ module uvmt_cv32e40s_xsecure_interface_integrity_assert
) else `uvm_error(info_tag_glitch, "The NMI caused by an associated parity/checksum error does not have exception code 1027 or 1026.\n");

//Load instructions
c_glitch_xsecure_security_parity_checksum_fault_NMI_load_instruction: cover property (
c_glitch_xsecure_integrity_parity_checksum_fault_NMI_load_instruction: cover property (

obi_data_rvalid
&& data_integrity_err
Expand All @@ -715,7 +715,7 @@ module uvmt_cv32e40s_xsecure_interface_integrity_assert
);

//Store instructions
c_glitch_xsecure_security_parity_checksum_fault_NMI_store_instruction: cover property (
c_glitch_xsecure_integrity_parity_checksum_fault_NMI_store_instruction: cover property (

obi_data_rvalid
&& data_integrity_err
Expand Down

0 comments on commit 159e393

Please sign in to comment.