can clk multiplleing be done by DCM?

Status
Not open for further replies.
thanks ,will u explain it more?
i am new to the design and i would appreciate if u explain how did u get 26.2144 MHz?

256x256x25x16=26214400

and ~26 MHz is very easy in an FPGA even a Spartan 6, which can easily handle designs running at 200MHz. So running the entire design at the output pixel clock rate is probably the simplest way to implement this design. Just use clock enables in your code to operate some portions of the design at the lower clock rates. You probably won't even need to add multicycle constraints as 26 MHz should still be easy to meet timing with.
 

but the minimum freq for real time image processing is 50 MHZ.and my design still has some problems
 

but the minimum freq for real time image processing is 50 MHZ.and my design still has some problems

If you can't meet timing in a S6 at 50 MHz then you didn't pipeline your design properly or think about the levels of 6-input LUT usage required to implement some piece of logic.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…