I am new to the forum here...I want to build a simple digital circuit that does the following.It has two outputs, CLOCK and LATCH.- the CLOCK output is a clock signal (a square wave) at about 1 MHz- the LATCH is zero most of the time, but every N clock cycles (where N is around 81 or 82) it briefly goes to 1I'm not sure yet which edge of the clock (pos or neg) should trigger the LATCH, but I assume that is a trivial detail.I know that these things called "counter chips" exist. I was wondering if someone could point me to a useful one. Since N is 81 or 82, it's going to need at least 7 bits. My circuit needs to know when it has reached the final count. I also need some kind of oscillator to produce the clock signal.Thanks.