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

Implement multi-ported FPGA memories #734

Open
tilk opened this issue Oct 3, 2024 · 0 comments
Open

Implement multi-ported FPGA memories #734

tilk opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tilk
Copy link
Member

tilk commented Oct 3, 2024

To implement superscalarity on FPGAs, we need multi-ported FPGA memories. Such memories internally use two-ported FPGA memories and some glue logic to make them behave as a single multi-ported memory.

Here is a nice paper: Modular Multi-ported SRAM-based Memories.

Interface suggestion: the new memories should probably share the interface with amaranth.lib.memory as much as possible.

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

No branches or pull requests

1 participant