-
Notifications
You must be signed in to change notification settings - Fork 426
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
How to add extra memory to proessor #439
Comments
Hi, Hmm, there isn't a good example for something like that.
But nothing with writes into a ram. |
I have reviewed the AES plugin, but it doesn't align with my needs. When VexRiscv performs load and store operations, it requires access to memory. How is this memory connected to the processor, and how can I add additional memory that I can access through my custom instruction? If you have any insights or suggestions, please let me know. |
It access some external memory, this shouldn't be used as a reference as your case it to have very thightly coupled memory inside the CPU right ? |
|
There is no reference for that One thing, maybe your memory should more be seen like a custom register file instead of a TCM ? |
I want to add additional memory in the VexRiscv for particular application and want to create custom instruction that can access this additional memory [address for which will be stored in the instruction]. Is there any plugin or example which an guide me.
The text was updated successfully, but these errors were encountered: