Forum Discussion
TBaki
New Contributor
5 years agoError while Custom Component Importing to Qsys
I just added custom VHDL component in qsys. The module is just AND gate logic. I'm using quartus 13.1 version I'm getting error as,. Error: No modules found when analyzing null.
sstrell
Super Contributor
5 years agoYou have a semicolon at the end of
b : out std_logic
Remove the semicolon and you should be good to go.
Sidenote: technically this is a register, not an AND gate.