diff --git a/shared/rtl/ram_2p.sv b/shared/rtl/ram_2p.sv index e4cf238c..52ff1559 100644 --- a/shared/rtl/ram_2p.sv +++ b/shared/rtl/ram_2p.sv @@ -68,6 +68,7 @@ module ram_2p #( prim_ram_2p #( .Width(32), .Depth(Depth), + .DataBitsPerMask(8), .MemInitFile(MemInitFile) ) u_ram ( .clk_a_i (clk_i),