Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDual Slave UserLogic
Hi all, Can anyone point me in the right direction of an example SOPC peripheral with multiple slave ports? I basically want to have a standard slave register port for setting up a continuous st...
Altera_Forum
Honored Contributor
21 years agoWhat I did in NiosI was to make two seperate slaves (say 1 and 2). Slave 1 was implemented as a route through for the processor signals. Slave 2 had extra inputs for the processor signals from slave1.
I know it is not the most beatifull solution, but it works perfect. And no hassle with ptf files needed.