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

fix for EDA-3310, map distributed mem to logic #177

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

awaisabbas006
Copy link
Collaborator

The RS FPGA architecture lacks distributed memory. Applying the attribute rom_style="distributed" in the design forces Yosys to map it to distributed memory, which is unavailable on this architecture. Therefore, the rom_style attribute has been changed to "logic" to map the memory onto LUTs/DFFs instead.

The test/batch_all has been tested in Raptor.

@awaisabbas006 awaisabbas006 merged commit 8e1826a into os-fpga:master Oct 31, 2024
17 of 21 checks passed
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

Successfully merging this pull request may close these issues.

2 participants