Skip to content

Stuck trying to get my memory in BRAM rather than a list of registers.... #4857

Closed Answered by zaun
zaun asked this question in Q&A
Discussion options

You must be logged in to vote

Answering this myself, as I finally figured it out.

always_ff @(posedge clk or posedge reset) begin

I can use posedge reset I can only look at clk. Removing the reset logic from the block and now it is BRAM.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@KrystalDelusion
Comment options

@KrystalDelusion
Comment options

Answer selected by KrystalDelusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants