Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- For one thing, your instantiation is incorrect. You have the word "component" in there. It should just be: signal_tap_inst: signal_tap port map ( What happens when you remove "component"? --- Quote End --- Yes, you had to remove the component. Even though Quartus does not error on this.