Forum Discussion
Altera_Forum
Honored Contributor
17 years agoQuartus <--> Nios
Hi all, I am approaching the end of my project and I think I have the last question concerning it. I have a logical circuit built in Quartus and I have a system that sends packets with payload ...
Altera_Forum
Honored Contributor
17 years agoThe easiest way is to use a PIO peripheral in SoPC builder. Connect it to your NIOS. Then outside SoPC builder, connect the ports of the PIO to the signal you want to read. Then you can read the signal in NIOS using SoPC builder. By the way, the Simple Socket Server example does something similar except it reads rather than writes.
Jake