Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe number of wait states for an SRAM are fixed when the SOPC builder project compiles.
The only way around this that I can see is to write your own component in HDL for the SRAM, and use the wait_request signal to pause the master. Your HDL component could contain a register to configure the number of cycles to keep the wait_request signal enabled for each access.