Thank you for your reply, it was very informative.
so, it sounds like my suspicions are true.
as far as the requirements of the project, i think that the processor being used is pretty much set in stone. i'm basically making a dev board for students, which at some point could be connected with other student's boards to have a large scale Conway's Game of Life thing going on, so it's not exactly a huge throughput scenario. maybe two rounds of 16 bits per iteration, at a rate of maybe 2 iterations per second. all together yeilding a max throughput of 64 bits per second.
that said, if i were to mandate that all interconnected procs use the same clock, i assume that if i were to invent my own protocol i could make this work?
my only other concern is that we are talking about having a bunch of boards with their own processors spread out on an area that could easily equal several meters, or tens of meters in the long term. i assume there would be some things to consider on something of that scale, even when operating in the kilohertz range as far as current delivery of the clock, and inteference. if i'm correct in this assumption, is there a way to overcome this?
Thanks again!