Forum Discussion
TPham24
New Contributor
7 years agoTime synchronization issues between UART and SRAM
Hello. I have a problem between UART and SRAM. I have top module, Controller SRAM, UART module and other components. When I sent 1 byte data from PC to FPGA to save to SRAM. The data is not saved i...
dsmirnov
Occasional Contributor
7 years agoWhat is the structure of your design? Do you use Nios for it, or pure HDL with state machines?
- TPham247 years ago
New Contributor
I only use Verilog HDL. I need fast processing speed.
My UART Controller can store data into the register. Now, I want transfer data into the SRAM.
Can i store data directly into the SRAM or register then save to SRAM.
You have any ideas?
Thanks so much!