Forum Discussion
Altera_Forum
Honored Contributor
15 years agoMaybe you are making a bit of confusion. I think you want to add your component in the top level of Quartus project, but you are trying to add it as a new SOPC builder component, which it is not (infact it has neither a Avalon, nor irq nor any other sopc supported interface).
What you mean is probably this: open your Verilog file, open File menu and select Create/update, then "Create Symbol Files for current file"; now you can add the Pulse2LogicLevel block in your top level schematic, or instantiate it in the top level HDL. Cris