Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synchronous memory description #107

Open
schoeberl opened this issue Nov 21, 2017 · 0 comments
Open

synchronous memory description #107

schoeberl opened this issue Nov 21, 2017 · 0 comments

Comments

@schoeberl
Copy link
Member

I think the synchronous memory description needs some rework. As far as I understand the synchronous memory has changed from Chisel 2 to 3 that the read address is already in a register in the memory module. True? Then it should be mentioned in the tutorial.

This already gives us what we call synchronous read. Why is then in the example another register involved at the output of the synchronous memory? This gives a memory with two cycles latency.

One can always add a register at the output to improve the maximum clock frequency (and FPGA memory blocks have output register in block RAMs that can be used). But I don't think this should be in the tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant