akohlbecker wrote:
On the right, PHI2 is generated from a combination of the input CLK and RDY_IN sampled on the falling edge of CLK_SRC (so 20ns early). The sampling needs to be advanced to give time to the flip flop to propagate. Unfortunately, because the '112 is the only available logic IC I know capable of triggering on the falling edge of the clock, RDY_IN also needs to be inverted, which adds a bit of delay.
I also came across BigDumbDinosaur's thread here - we'd both posted to it so must have read it before, I'm afraid my memory is terrible and I always forget these things. It's worth another look though: viewtopic.php?f=4&t=5229 In particular, if you're already evening-out your clock through a D flip-flop, it looks like an easy way to build in this kind of clock stretching.