Skip to content

Commit

Permalink
Demote error to 'info' regarding nop writes to CPTRA_FW_EXTENDED_ERRO…
Browse files Browse the repository at this point in the history
…R_INFO
  • Loading branch information
calebofearth committed Mar 15, 2024
1 parent 7325f35 commit de76e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ class soc_ifc_predictor #(
"CPTRA_FW_ERROR_ENC",
["CPTRA_FW_EXTENDED_ERROR_INFO[0]":"CPTRA_FW_EXTENDED_ERROR_INFO[7]"]: begin
if (ahb_txn.RnW == AHB_WRITE) begin
`uvm_error("PRED_AHB", {"Add prediction for write to ",axs_reg.get_name()," register on AHB interface"}) // TODO
`uvm_info("PRED_AHB", {"Write to ",axs_reg.get_name()," register on AHB interface. Nothing to do."}, UVM_DEBUG)
end
end
"CPTRA_BOOT_STATUS": begin
Expand Down

0 comments on commit de76e17

Please sign in to comment.