kirill
Member level 5
- Joined
- Feb 23, 2011
- Messages
- 92
- Helped
- 17
- Reputation
- 36
- Reaction score
- 17
- Trophy points
- 1,288
- Location
- Russia, Moscow
- Activity points
- 1,774
Hello!
Xilinx Spartan 6
Is there any method to output clock from FPGA, except using ODDR2 component?
I need to output to external circuit divided or multiplied clock signal from pll. When i tried to assign output from pll to output of vhdl module, ISE generate error about unroutable situation, and suggests to use oddr2 or constraint NET "XXX" CLOCK_DEDICATED_ROUTE = FALSE(may cause signal skew). FPGA has GCLK pins, that directly attach to global clock net through bufgs, when i tried to attached output of pll to gclk , the same error happened. So, to output clock i have to use only ODDR2, or write constrain, no other methods?
Xilinx Spartan 6
Is there any method to output clock from FPGA, except using ODDR2 component?
I need to output to external circuit divided or multiplied clock signal from pll. When i tried to assign output from pll to output of vhdl module, ISE generate error about unroutable situation, and suggests to use oddr2 or constraint NET "XXX" CLOCK_DEDICATED_ROUTE = FALSE(may cause signal skew). FPGA has GCLK pins, that directly attach to global clock net through bufgs, when i tried to attached output of pll to gclk , the same error happened. So, to output clock i have to use only ODDR2, or write constrain, no other methods?