Forum Discussion
Altera_Forum
Honored Contributor
18 years agoIntegration of a Noc in NIOS system
Hello, i try to bulid a multiprocessor Nios system but i want to connect the processors to a NoC IP which requires data, adresses, and some other signals. My problem is if I must use the aval...
Altera_Forum
Honored Contributor
18 years agoIf speed is not a huge issue I would write a simple block that acts as a wrapper. Maybe with a small buffer to make sure of no loss.
This is very easy, if you know vhdl or verilog. You write your little block with an interface to your NoC component and one interface towards avalon. This should have a clock, reset, address, read, read_data, write, write_data and whatever else you need and then you go into SOPC builder and add your own component.