Great. I just tried the DFFRAM behavioural. I need...
# microwatt
a
Great. I just tried the DFFRAM behavioural. I needed to adjust the address bits:
Copy code
-    localparam A_WIDTH = 8+$clog2(COLS);
+    localparam A_WIDTH = 2+8+$clog2(COLS);