File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -807,6 +807,9 @@ class otp_ctrl_scoreboard #(type CFG_T = otp_ctrl_env_cfg)
807
807
predict_no_err(OtpDaiErrIdx);
808
808
predict_rdata(is_secret(dai_addr) || is_digest(dai_addr),
809
809
read_out0, read_out1);
810
+ // do not check direct_access_rdata_* on ECC errors in
811
+ // non-integrity partitions
812
+ check_dai_rd_data = 0;
810
813
end else begin
811
814
predict_no_err(OtpDaiErrIdx);
812
815
predict_rdata(is_secret(dai_addr) || is_digest(dai_addr),
Original file line number Diff line number Diff line change @@ -801,6 +801,9 @@ class otp_ctrl_scoreboard #(type CFG_T = otp_ctrl_env_cfg)
801
801
predict_no_err (OtpDaiErrIdx);
802
802
predict_rdata (is_secret (dai_addr) || is_digest (dai_addr),
803
803
read_out0, read_out1);
804
+ // do not check direct_access_rdata_* on ECC errors in
805
+ // non-integrity partitions
806
+ check_dai_rd_data = 0 ;
804
807
end else begin
805
808
predict_no_err (OtpDaiErrIdx);
806
809
predict_rdata (is_secret (dai_addr) || is_digest (dai_addr),
You can’t perform that action at this time.
0 commit comments