Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17253 Discussions

How to deal with on chip memory timing?

Altera_Forum
Honored Contributor II
1,125 Views

I want to make a fsm on an altera FPGA which uses on-chip memory. 

I want to take an input, get data from memory based on input, use that data in the next cycle. and so on. 

What is a good way to write verilog code for this while keeping timing in mind?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
328 Views

There's no special advice, just follow the HDL guidelines for RAM inferral. 

The on-chip RAM blocks are capable of operating at the chip's maximum clock frequency, so they're very unlikely to be the bottleneck in your design.
0 Kudos
Reply