Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Synplify Pro Cyclone V Part Numbers

Altera_Forum
Honored Contributor II
1,186 Views

Using Synplify Pro as a synthesis tool we pass it a project file that has all of the 

options and input files. One such option is the following which is wrong. 

 

set_option -technology CYCLONE V 

set_option -part 5CGX etc 

 

Does anyone know where the correct numbers are for the -part Cyclone series chips 

are? 

 

For example, I had a Cyclone II and it took me 30 minutes or so to finally get the number 

correct. I was using the full part number and Synplify did not like that. Below is 

what it likes. 

 

The correct format for this is: 

set_option -technology CYCLONEII 

set_option -part EP2C70 

 

There must be a list somewhere. A search on the internet did not provide me with any answers. 

 

Also, is there a space after the word CYCLONE before one puts a II or V ? 

There was no space above and it worked. There must some document describing 

the correct syntax. I have not found it. 

 

Thanks, 

PWS
0 Kudos
0 Replies
Reply