Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
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.
21615 Discussions

Decrease system clock frequency in Quartus II?

Vladislav-Butko-bvo
New Contributor I
730 Views

How to decrease system clock frequency in Quartus II from standard 50 MHz to 2 Hz (two clock fronts per second)?

I find out it easier using constraints editing way, namely, SDC (Synopsys Design Constraints) file editing. But, don't know how do it exactly.

I work in Quartus II 9.0 (Build 132 02/25/2009 SJ Web Edition) and use the device Cyclone III (EP3C16F484C6) is placed on the Altera DE0 Board.

Was tried changing of the TimeQuest settings: was uploaded SDC file containing the line: "create_clock -period 500 [get_ports my_clk]".

Labels (1)
0 Kudos
1 Solution
Vladislav-Butko-bvo
New Contributor I
681 Views

SDC rules don't affect on design. The FPGA hasn't own clock divider circuits. For frequency dividing need to impelement own divider circuit.

View solution in original post

0 Kudos
1 Reply
Vladislav-Butko-bvo
New Contributor I
682 Views

SDC rules don't affect on design. The FPGA hasn't own clock divider circuits. For frequency dividing need to impelement own divider circuit.

0 Kudos
Reply