- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
I implemented 2 nios processors. i want to send some calculations from one nios to other nios. so i decided to use Dual-port on-chip ram for this.
For example i want to send a simple 2 sinus calculations from one to other. How can i implement this communication with c code?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Taha
You can implement the dual-port RAM to be one write port and one read port. One Nios write the sinus data to the write port, and the other Nios read it from the read port.
The write and read ports can be implemented by using a single clock, or separate clocks.
Please refer to below for implementation:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ram_rom.pdf
You may use pointer to the variable in the dual port RAM.
Thanks.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Taha
Can we close this ?
Thanks.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes sir, i totally solved my problem. Thank you for your support. You can close this case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Taha.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page