Problem with gated clocks in RTL compiler

Guest
After inserting clocking gating, I got a bunch of errors like:

the following sequential clock pins have no clock waveform driving
them, no timing constraints will be derived for paths leading to or
from these pins

I traced back the pins and they are all connected to ouputs of clock
gating device added by RTL compiler itself. Specifying each gated
output clock (create generate clock with freq divide 1?) doesn't seem
to be a logic answer since this would have to be done for EACH output
of clock gating device.

Thus I am wondering if there's some attribute I missed in RTL compiler
that can deal with this easily. Thanks!

-Jerry
 

Welcome to EDABoard.com

Sponsor

Back
Top