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

How to change the processing speed of a design?

Altera_Forum
Honored Contributor II
1,002 Views

Hi, I want to change the processing speed of my design to be slower, how can I make it happen? :confused:For instance I want it to finish after exactly 10 ms? 

 

I have checked the setting timing constraint option, but it doesn't help because my design is a counter which increments without caring about any clock.  

 

It was done very fast, how can I know the exact duration it cost?:) 

 

Tool: Quartus II Cyclone II FPGA starter Dev kit
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
312 Views

You will need a clock to have a precise speed for your system. You can adjust its frequency through a pll or use clock enables to make your system run at a fraction of the input clock.

0 Kudos
Reply