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.
TBaki
New Contributor
5 years agoQuartus II 64-Bit Version 13.1.0 Build 162.
Error is Error: No modules found when analyzing null.
- sstrell5 years ago
Super Contributor
You 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.