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