Forum Discussion
Platform Designer generic component does not find signals in HDL
- 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
Is there a reason why you are creating the component starting from a generic component instead of using the Component Editor? Using Component Editor would avoid this.
The error I think is because for a generic, you have to not only add the HDL code but you have to manually define all the signals and interfaces on the Signals & Interfaces tab. It doesn't automatically create these for you from the code the way the Component Editor does.
If you have the HDL code, which you do, there's little reason to not use the Component Editor.
I'm doing it this way because this video from Intel https://youtu.be/ATouhNuEx2o?si=etoFToX9vrpQZ2kp demonstrated it.