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

synthese

Altera_Forum
Honored Contributor II
1,293 Views

hello 

I have a code in vhdl ,I want to do the synthese under quartus 

 

can you give me the steps to the synthesis in quartus
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
568 Views

open quartus => file => new project wizard => decide a unique folder for your project files, give it name same as top level of your vhdl. 

 

then go to project(menu) => add files and add your top level and all related sumodules. 

 

decide a device from assignments menu => device 

 

create and add an sdc file for timing. 

 

click on compile button (or => processin => start compilation) and enjoy...
0 Kudos
Altera_Forum
Honored Contributor II
568 Views

how to do this step 

create and add an sdc file for timing.
0 Kudos
Altera_Forum
Honored Contributor II
568 Views

You can jump that step, but your FPGA might not work properly if you do. 

 

To create and add an sdc file for timing you will need to read the Timequest chapter 6 and 7 of the QuartusII user manual. http://www.altera.com/literature/hb/qts/qts_qii5v3_02.pdf
0 Kudos
Altera_Forum
Honored Contributor II
568 Views

For a starter use this example from timequest design centre: 

 

http://www.altera.com/support/examples/timequest/exm-tq-basic-sdc-template.html
0 Kudos
Reply