Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
663 Discussions

I am trying to implement a FIFO using only one single port SRAM in verilog.

DErap
Beginner
610 Views

I use 2 buffer registers at input side and 2 buffer registers at output side.

Plan is to update SRAM memory every two writes and update the buffer registers at output side every two reads.

 

I was able to write to SRAM after every two writes but was not able to read it properly. All this depends on control of SRAM Enable and write enable signals.

 

Could someone please comment on my idea.

 

Thanks in advance

0 Kudos
0 Replies
Reply