Altera_Forum
Honored Contributor
16 years agoRead asynchronous sram in 1 cycle
Hi all, I am using the sopc builder sram core to operate an asram under a tri-state bridge.
I wonder if it is possible to complete a read operation in one clock period, which is associated with the tri-state bridge. I have tried to set the parameter as following: Set up time: 0 cycle; Read wait time:0 cycle; Read latency: 1 cycle; Assert chip select through readlatency: enabled. With these settings, I can read a data in 1 cycle, but errors data may happen.