Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- it works in the simulations right... the first time i read memory address 1 is shows output - 2 (@ 0.0005us) and after writing and reading again (second read is at beginning of state 2) it shows 15 (@0.0021us) PS. maybe the resolution of the uploaded pics is not that good, but i uploaded decent images, i how dont know why it got compressed that way, or how can i upload w/o reducing quality --- Quote End --- Any chance you can upload higher resolution pictures? It's near impossible to read... What exactly are you trying to do? It looks like you're trying to measure when data becomes available after you write it? If that's the case.. WHY? As long as you adhere to a synchronous system you shouldn't have any problems? The inputs are registered but IIRC you can opt to not register the output. As long as your clock period is long enough, you should be fine. The simulator should provide you with enough timing information to show that the constraints are met. More info please :-) -Mux