V
vu_5421
Guest
Hi,
I have an internally generated clock (CLKDIV) produced by a DCM. I
bring this clock through a global clock buffer and distribute it to
the rest of my logic.
At the same time, I also want to bring this clock to an external IO
pad for monitoring.
What is the best VHDL style to implement this? Should I directly
assign the output of the global clock buffer to the output pad?
It is currently giving me a warning during "translate" about mixing of
synchronous and PAD elements. Also, there are warnings during MAP
about "clock buffer is designated to drive clock loads.... there are
some non clock loads connected..."
Thanks for any advice.
I have an internally generated clock (CLKDIV) produced by a DCM. I
bring this clock through a global clock buffer and distribute it to
the rest of my logic.
At the same time, I also want to bring this clock to an external IO
pad for monitoring.
What is the best VHDL style to implement this? Should I directly
assign the output of the global clock buffer to the output pad?
It is currently giving me a warning during "translate" about mixing of
synchronous and PAD elements. Also, there are warnings during MAP
about "clock buffer is designated to drive clock loads.... there are
some non clock loads connected..."
Thanks for any advice.