Forum Discussion
MV
Occasional Contributor
5 years agoWarnings on files generated by Platform Designer (QSys)
My (pretty much Cyclone5 SoC GHRD) project is producing almost 700 warnings. Majority of the warnings originates from files automatically generated by Platform Designer as a result of the integration...
- 5 years ago
Hi,
This is due to the different name connected to the top level file. For example,
...
.hps_0_hps_io_hps_io_gpio_inst_GPIO44 (hps_gpio_GPIO44),
..
In this case, you can either modify the sdc file to match the top level port name or modify the top level port name to match the name in the SDC file.
Thanks
Best regards,
KhaiY
KhaiChein_Y_Intel
Regular Contributor
5 years agoHi,
The name is generated based on the platform designer .v file but not the project top .v file. You may need to either modify the name in the top .v file or sdc file.
Thanks
Best regards,
KhaiY