Forum Discussion
LaurieB
New Contributor
2 years agoPlatform Designer generic component does not find signals in HDL
I am using Quartus Prime Pro 23.3.0. I am trying to create a generic component from VHDL. (file attached) After analyzing the file, I get the error message "The top-level module does not contain a...
- 2 years ago
Hi,
Tested on 23.2 and 23.4 without any problem. Only 23.3 got the problem where interface and signals don't appear. I'll report this bug to engineering team. In the mean time, can use 23.4 as workaround.
Thanks,
Sheng
LaurieB
New Contributor
2 years agoIt's empty
sstrell
Super Contributor
2 years agoAccording to the video, if you analyzed the HDL file, it should have tried to set up the signals and interfaces. If it's blank like this after analysis, then you would need to set them up yourself manually. Not sure why it is empty since your code looks fine, but this is why you're getting the error.