Join Slack
Powered by
Great. I just tried the DFFRAM behavioural. I need...
# microwatt
a
Anton Blanchard
12/09/2020, 9:30 AM
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);
Open in Slack
Previous
Next