Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIn the tcl file, remove these lines:
add_interface user_interface conduit end add_interface_port user_interface user_dataout_0 export Output -1 add_interface_port user_interface user_datain_0 export Input -1 ... and so on These directives instruct sopc builder to expose the listed signals to an external port. If your design is not supposed to connect to external logic, you don't need these.