Originally posted by: AluminumStudios
If you read up on the challenges that Intel and AMD face in bumping up the clock speed the answer seems to be no - you can't have a 1 THz chip. The laws are physics are against you. The time it takes electrons to move from place to another plus the times it takes gates to open and close plus the capacinance, resistence, and current leakage issues would be pretty much insurmountable with electricity based chips.
I find it difficult to believe that some time in the future, such a speed won't be attained.
Regarding electron flow, the distance a signal can travel each clock cycle can be easily calculated.
At 1THz, we have:
F = 10^12Hz
T = 1 / F => T = 1 / 10^12 s. (This is the duration of each clock cycle.)
The distance the signal can travel in this time is given by:
d = vt
v = 3X10^8 m/s (Assuming the signal travels at light speed)
Thus, we get:
d = 3X10^8 / 10^12 = 3X10^-4 m
= .03cm
That is, the signal can travel 0.03cm each clock cycle.
According to my rudimentary knowledge of processor architecture, at this speed, it means no two pipeline stages can be more than 0.03cm apart, which to me, sounds like a rather large number when considering the infinitesimal distances one would expect to find within processor cores.
Perhaps the guy over at Chip-Architect could shed some light on this.