Forum Discussion

User1578992947036356's avatar
User1578992947036356
Icon for New Contributor rankNew Contributor
6 years ago

Quartus SRAM Generation

I am generating SRAM through Quartus Prime.

I want to generate a SRAM that can read out data after write access.

That is if I write 0xff to address 0 , data out will be 0xff after write access is done.

This is first time that I used Quartus to generate SRAM.

I can't figure out which options I should turn on to achieve this function.