Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- I have been trying to add a user logic using SOPC builder, but I dont see that option in Quartus 8. Are their any other alternatives for the same which can be performed using Quartus 8. I did try to using add a new component, but then I get a lots of errors when I add a .vhd file. Is this the way to perform the task. --- Quote End --- No. You should not add a .vhd file to the custom component. You should only add signals in the custom component. This is only an interface. Later on, you should connect these interface signals to your logic in your HDL design.