Guest
#3598397
I came up with this but I am not sure if this will give me 25Mhz and I can't think of a way to test it. Can someone tell me if this is right?
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
Trying to divide 100Mhz clock to 25Mhz for VGA
Guest
#3598397
I came up with this but I am not sure if this will give me 25Mhz and I can't think of a way to test it. Can someone tell me if this is right?
Guest
#3598424
Darren Rodriguez wrote: > I > can't think of a way to test it You may try simulation ... Darren Rodriguez wrote: > Can someone tell me if this is right? No, it isn't. A clock is not generated by toggling a flipflop. To generate a real clock you must use one of the clock managers in your FPGA. BTW: which one?
Guest
#3598459
Altera Quartus will promote clock_25 automatically to the clock network if clock_25 is used as clock for other parts. No need for BUFG. But clock_25 should not be a part of the sensitiv list of the process.
Guest
#3599187
this is the most xxxx way to generate a clock I have ever seen. ... wrote: > But clock_25 should not be a part of the sensitiv list of the process. why not? The only necessary signal in the sensitivity list of this synchronous process is clk.
Guest
#3599279
I don't know, if on Altera Quartus this will feed a clock network as ...Guest states or if it will be just a toggling flip-flop. But I'm quite sure that clk_25 will run at 12.5MHz, not at 25MHz ;-)
Guest
#3599326
> But I'm quite sure that clk_25 will run at 12.5MHz, not at 25MHz
The TO can use a PLL to get a 200 MHz clock.
Or he divides by two only...
... wrote: > Or he divides by two only... Or he uses a binary counter and takes the third bit of it:
Achim S. wrote: > I don't know, if on Altera Quartus this will feed a clock network as > ...Guest states And up to now its not known if it is a FPGA at all and if it is one if it is from Altera... ReplyPlease log in before posting. |