-
This is my memory access logic:
If I comment out the memory write
I've tried all kinds of variations, but I'm at a loss and need some help. The full memory module is attached if it helps. My testbench works and I can simulate with this fine. It's just trying to use BRAM that I'm falling flat on. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Answering this myself, as I finally figured it out.
I can use |
Beta Was this translation helpful? Give feedback.
Answering this myself, as I finally figured it out.
I can use
posedge reset
I can only look atclk
. Removing the reset logic from the block and now it is BRAM.