Skip to content
Snippets Groups Projects

Incorrect instantiation.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@
`include "prim_assert.sv"
module prim_generic_ram_1p #(
module prim_ram_1p #(
parameter int Width = 32, // bit
parameter int Depth = 128,
parameter int DataBitsPerMask = 1, // Number of data bits per bit of write mask