Altera_Forum
Honored Contributor
15 years agobuffer for clock signal?
Do Quartus has an buffer for split the clock signal (200MHz)?
----------------------------- clock (200MHz) | | | | | | | | | node1 node2 node3Do Quartus has an buffer for split the clock signal (200MHz)?
----------------------------- clock (200MHz) | | | | | | | | | node1 node2 node3Hi!
no, the 200 MHz clock is the out of pll, it is internally of fpga. ------200MHz------ AND PORT------------ . ..............................................| | . ..............................................| | . ..............................................| | . ............................................nodesbecause the quartus do:
what is "ripple clock"? Warning: Found 3 node(s) in clock paths which may be acting as ripple and/or gated clocks -- node(s) analyzed as buffer(s) resulting in clock skew Info: Detected ripple clock "inst5" as buffer Info: Detected ripple clock "myflipflop:inst14|Q" as buffer Info: Detected gated clock "inst18" as bufferok! tnx! very good doc!
from doc:
"The preferred method of creating enabled clocks is to use the ALTCLKCTRL MegaFunction." has quartusII(web ed) this megafunction? regards