User1578992947036356
New Contributor
6 years agoQuartus 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.