Forum Discussion
YuanLi_S_Intel
Regular Contributor
4 years agoHi,
I think quartus_cpf should be used for cpf file instead of quartus_pgm. If you are saying quartus_pgm should be able to use with cpf. This is not the case.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf (Page 76)
- JHaye44 years ago
Occasional Contributor
I want to use the quartus_pgm command with a chain description file (.cdf) as per this line in the scripting manual you attached:
The quartus_pgm command details the option --initcfg, the description of that option in the scripting manual you linked is:
So, when I run the command:
quartus_pgm --initcfg filename.cdfI expect the configuration devices to automatically configure when the programmer is finished, but it does not happen.
- JHaye44 years ago
Occasional Contributor
bump