Skip to content

Commit

Permalink
Initializa internal SRAMS with zeroes instead of Xs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Nov 30, 2023
1 parent 33557d2 commit 70d285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/local/util/sram_pulp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module sram #(
parameter USER_WIDTH = 1,
parameter USER_EN = 0,
parameter NUM_WORDS = 1024,
parameter SIM_INIT = "none",
parameter SIM_INIT = "zeros",
parameter OUT_REGS = 0 // enables output registers in FPGA macro (read lat = 2)
)(
input logic clk_i,
Expand Down

0 comments on commit 70d285b

Please sign in to comment.