Altera_Forum
Honored Contributor
13 years agoHow to export Nios2 signals?
Hi,
i have designed a custom multiprocessor interconnect (a switch fabric) for my bachelor thesis. One requirement was that it can handle different processor types (load/store architecture). Maybe you need a wrapper for the signals so the output port of the processor fit to the input port of the interconnect, but that's not the point. Now i want to test it with the Nios II. So i created a Qsys system with an on-chip memory for the instructions (so i can download the elf file via the jtag module), a jtag uart component (so i can write to a terminal for better testing), the interval timer and a system ID peripheral. My question is: Which would be the best way to export the nios2 signals (address, read, write etc.), so i can use them for my own interconnect? Or is it possible to use the nios2 without Qsys an instantiate directly in Quartus? (which would be generally also fine to know, because finally all accesses should use my custom interconnect) Thanks for your help and regards, Thomas p.s.: my english is not the best. so sorry for mistakes and misunderstandings (hopefully not) :-)