07-08-2019 06:09 AM
I need to control an output clock from an Artix-7 (stop it to have a specific number of clocks).
That's not how I would do it, but that's how it's specified...
I'm thinking of a BUFMRCE block then a standard OBUF. There will be serial data (1 bit) synchronous to that clock.
Any thoughts?
07-08-2019 06:28 AM
I create most of my output clocks using an ODDR primitive. That allows me to duplicate the operation of the current clock, but with good fidelity. It is a recommended solution.
Is this the sort of thing you are trying to do?
I'm a bit confused by your reference to a BUFGMRCE. Are you talking instead about a clock going to the output drivers of the chip?
Dan
07-08-2019 06:28 AM
I create most of my output clocks using an ODDR primitive. That allows me to duplicate the operation of the current clock, but with good fidelity. It is a recommended solution.
Is this the sort of thing you are trying to do?
I'm a bit confused by your reference to a BUFGMRCE. Are you talking instead about a clock going to the output drivers of the chip?
Dan
07-08-2019 06:48 AM