Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- But anyway I didn't get one clock read operation. --- Quote End --- I don't exactly understand what's going on in your simulation. A RAM with unregistered outputs will send the data after latching the read address, without an additional cycle of delay. You can check in the respective device handbooks. Also your Verilog code is specifying this operation. So the design compiler should either implement or reject it, but not add a delay cycle. Did you perform a functional or timing simulation? What's the involved device, what's the clock frequency?