Forum Discussion
Sajeev_antony
Occasional Contributor
3 months agoStratix 10 HPS LED example
Can someone suggest a basic HPS project with PIO for LED control. Need the complete flow of building the project from scratch. How to assign the HPS pins in Quartus. How to add uboot along with ...
- 2 months ago
We are using Quartus 26.1 for all these activites.
ShunJingG_Altera
New Contributor
3 months agoHi Sajeev_antony,
There is a QSF setting that promotes specific warnings to errors.
# Promote pins without location assignments to errors
set_global_assignment -name PROMOTE_WARNING_TO_ERROR 12677If this option is enabled, all top-level pins are required to have complete assignments, including:
- Location
- I/O standard
For a quick initial test, I would suggest disabling this setting to allow the build to proceed without being blocked by these checks.
If you would like to identify the exact pin(s) causing the issue, could you please share the full fitter report?
Thank you.
Best regards,
shun jing.
Sajeev_antony
Occasional Contributor
3 months agoHow to upload report files. it dosnot allow me to upload the file.
Iam using HPS and hard EMI for DDR4. Do i have to assign pin for DRR4 or will the quatrus auto assigne it.