Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16629 Discussions

Configuration Method in Device and Pin Options VS Convert Programming file windoe

Gyud0
Beginner
423 Views

Hey,

I would like to know if there is a difference between the "configuration scheme" in configuration tab via "Device and Pin Options" in Quartus Prime, against the  "Mode" property via "Convert Programming File" ?

For example, if I choose the Configuration Scheme to be as Active serial x4  in configuration tab ( via "Device and Pin Options"), compiling the project.

After that in the "Convert Programming File" I choose "Mode: Active Serial x1", and create for example a .jic file, there will be any collision? In that case, in which active serial mode the FPGA device will be loaded?

Thank you

0 Kudos
1 Solution
WZ2
Employee
403 Views

Hi there,

Strell is right. The setting in ‘Configuration method’ will be saved in .qsf file and .sof file after the assembler. The configure method should follow these settings.

If you wanna change the configure method, an easy way is using the ‘CPF tool’. Just like Strell said, the CPF tool is for converting an existing programming file into a different format for a different use.

Best regards,

WZ


View solution in original post

0 Kudos
2 Replies
sstrell
Honored Contributor III
408 Views

As the name implies, the CPF tool is for converting an existing programming file into a different format for a different use.  So if you set the config scheme initially to ASx4, the file generated from a full compilation must be used for an ASx4 config scheme.  If you then take that file and convert it to ASx1, then you can use the new file if you are set up for ASx1.  The original file can still be used for ASx4.

If you recompile the design, it will still use the setting specified in device and pin options, ASx4 in your example.

0 Kudos
WZ2
Employee
404 Views

Hi there,

Strell is right. The setting in ‘Configuration method’ will be saved in .qsf file and .sof file after the assembler. The configure method should follow these settings.

If you wanna change the configure method, an easy way is using the ‘CPF tool’. Just like Strell said, the CPF tool is for converting an existing programming file into a different format for a different use.

Best regards,

WZ


0 Kudos
Reply