- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd like to create a tightly coupled memory interface to a peripheral (specifically, I want a dual port, dual clock ram block with one of the ports connected to a TCM interface on a NiosII processor). Anything I've created in component builder won't connect to a TCM interface. The only way I've found to do is is to create a SOPC system with a dummy dual port ram block and some dummy exported ports and then edit the HDL file manually to connect the two. Is there a better way? I really, really need the I/O performance of a TCM port to make this work. Timing tests involving a normal memory interface failed because of long stwio write delays.
Thanks, TimLink Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure your component is dynamic (memory), write latency of 0, read latency of 1, 32 bits wide (4 byte enables). I haven't tried this but that's essentially what you are hooking up to Nios when you use a tightly coupled memory. Don't forget that you can't connect anything else to the memory port since tightly coupled master connections can't be shared.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page