Altera_Forum
Honored Contributor
17 years agoHow to constraining clocks in dcfifo
Hi,
I've got a dcfifo with read clock and write clock. The write clock is using the coreclkout from the alt2gxb and is clocking in the 64-bit data from the alt2gxb rx output bus into the fifo. The read clock is the same frequency as the write clock but a different phase and it takes the data from the fifo and sends to a lvds block. The fifo is set to run continously (rd/wr request is always active). How do I constrain this correctly? I've tried using the 'set_clocks_groups' command but I don't know if I'm using it correctly. I've tried to put all the different clock domains in a different group. But happens if a clock is used in two different sections but the paths in those sections are completely independent? Thanks MT