Skip to content

Commit

Permalink
[SOC_IFC_TB] Initialize mailbox RAM in unittest (#468)
Browse files Browse the repository at this point in the history
Resolves a regression failure due to detecting X values from the SRAM
  • Loading branch information
calebofearth authored Mar 15, 2024
1 parent fd7e7e5 commit 7579eb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/soc_ifc/tb/soc_ifc_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ module soc_ifc_tb


//SRAM for mbox
initial begin
mbox_ram1.ram = '{default:8'h0};
end

caliptra_sram
#(
.DATA_WIDTH(32),
Expand Down

0 comments on commit 7579eb7

Please sign in to comment.