Replies: 2 comments 11 replies
-
There is no way to tell Yosys to break your code. If your memory does not correspond to a valid BRAM it is an issue with how it is defined. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a ROM. Why can't a ROM be force mapped to a BRAM? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to ensure only BRAMs get inferred for a particular memory object? I've tried to supply all kinds of custom commands but can't seem to get the memory $memrd_v2/write_v2 to map to anything other than FFs. I tried to supply the memory_bram pass to the script but it just says "No acceptable bram resources found."
Beta Was this translation helpful? Give feedback.
All reactions