|
|
|
|
|
by bsder
508 days ago
|
|
> Leakage current is what heats up the chip Leakage current is generally a rounding error for heat. In CMOS, the power that causes the most heat is the dynamic switching power which is lost to P = C * Vdd^2 * frequency Which implies that for the fastest chips, most power is lost simply to running the clock which has both the highest frequency and largest capacitive load. Where leakage current matters is for battery driven systems where you spend most of your time sleeping. I strongly suggest that you go over this lecture "CMOS Power Consumption":
https://course.ece.cmu.edu/~ece322/LECTURES/Lecture13/Lectur... |
|
And if cooling it lets you shrink the SRAMs that’s also going to let you reduce the capacitance, so switching power will also be reduced. I’m sure a design optimised for low temp will do some clever stuff with clock hating as well.
The problem here is that you generally put SRAM on the same die, or at least package, as the processors. And those do switch many of their gates.
So you’d probably have to do this in a case where you want a lot of fast RAM in a different box, with some really fast optical interconnect to your processing cores.