Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

tightly coupled peripherals?

Altera_Forum
Honored Contributor II
1,141 Views

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, 

Tim
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
438 Views

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.

0 Kudos
Reply