Well, my consideration was multiple in effect, my question was wrong, but a the time I was trying to get out the door and I really didn't think it thru completely. I should have asked for input capacitance of the phi2 pin and not impedance.
At 1MHz it isn't a problem, heck at 4MHz everything was running perfectly.
At 8MHz (after fiddling and shifting clock signals so less and less were sharing the same buffer, it seemed to work better, although not reliably - looking at the scope, the square wave looked pretty bad considering the feeding square wave looked really good) and moreso at 10 MHz, I believe it starts to become a bit of one...
For example: I have 4 vias I want to run, they all need the clock signal; the cpu, glu chip, and inverter (inverter being used to clock my bank address chip per the 65816 datasheet) driven by a seperate buffer from the vias.
My clock signal is 10MHz. With knowing now that the input cap is 5pF, each one has a max cap react of ~1592, less when taking into account that the clock is a square wave and not sine.
Four of those connected to one clock signal makes a nice little parallel path, and now my input impedance is max ~398, much less when taking into account a square wave.
if the driver chip I choose is meant to drive a greater impedance then that, I could run into a problem of loading the driver chip down, and hence changing the characteristics of the square wave possibly making it un-useable. So I definitly need to be aware of that.
I'm trying to figure out how many vias I can safely run off of one buffer without causing a loading problem on the buffer.
Of course, I can also see how easy it would be for wirewrap to create a problem as well - especially with very long wires, and wires running over each other at higher speeds having a mutual inductance effect which it is possible that I am seeing the sum of that as well.
I like going thru things systematically and do my best to understand each potential problem and correct it if necessary.
That was the thought process I was originally going after.
Most of my little projects in the past have been much simpler, fewer IC's, fewer vias, smaller design area, slower speed, any time I needed a faster oscillator it was only used to run a PIC so the problems were very different from what I am seeing here. Well, I wanted to challenge myself; guess I came up with a design that is challenging me