We are generating a clock for our system by toggling a general purpose IO. We'd like to increase the frequency of this clock as much as possible. Is there a way to route any of the input clocks to an output? If not, do you have any suggestions about the most efficient method to generate this clock in the code?
thanks!