Altera_Forum
Honored Contributor
20 years agoShared Bus
Hi,
I'm trying to make a shared bus between 2 NiosII cores on a Stratix II fpga. Basically, I have a streaming application that does some processing on the first core and then passes the data to the second core for further processing and output. I can get this to work if I just use a shared memory component between the two processors. Since this is for a research project however, I also need to make it work using a simple shared bus between the two processors. I call it a shared bus because it needs to be scalable to 3 processors and beyond (once we go past 2 Ps, there should be contention on the bus). Does anyone have some suggestions on how I should go about doing this? Thanks.