Recognizing declarations representing blocks of memory #3850
Unanswered
philiprbrenan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In module Memory I declare the following arrays which I hoped would be recognized as declaring blocks of memory following https://yosyshq.readthedocs.io/projects/yosys/en/manual-rewrite/using_yosys/memory_mapping.html
When I run:
I get the message:
as can be seen in the output of a github action:
https://github.com/philiprbrenan/zeroLowLevel/actions/runs/5570609972/jobs/10174831748
This message would seem to imply that the arrays have not been recognized as memory and have instead been converted into individual registers.
Please could you tell me how to make synth_gowin accept these arrays as blocks of memory?
Beta Was this translation helpful? Give feedback.
All reactions