Forum Discussion
Altera_Forum
Honored Contributor
15 years agoproblem of assign output pin
Hi, i create an IP, and i add with sopc builder to my nios system. It work perfectly with the nios. The only problem is, i don't know how to assign the input/output signal of my IP which ...
Altera_Forum
Honored Contributor
15 years agoSelect Signal type = export in the sopc component editor.
Or directly with the add_interface_port instruction in tcl file: add_interface conduit_end conduit end add_interface_port conduit_end <your_ip_signal_name> export Output 1