Forum Discussion
Altera_Forum
Honored Contributor
19 years agoCustom Instruction writing to FIFO
I am implementing multiprocessor system with NIOS II processors, and would like to have a direct communication channel between processors without going through the Avalon bus. I would like to ...
Altera_Forum
Honored Contributor
19 years agoIf you have extra ports declared "export" then they should show up at the top level of your SOPC builder system and not directly in SOPC Builder. SOPC Builder will show you known interfaces like Avalon slave, master, tri-state.
By Altera FIFO I assume you mean "SCFIFO" or "DCFIFO"? If it doesn't have an Avalon slave interface it will not show up in SOPC Builder. But you can run the logic through Component Editor and give it an Avalon interface (so you just need to "bundle" it as a component)