To: Mani1 who wrote (50830 ) 8/13/2001 2:11:51 PM From: Ali Chen Respond to of 275872 Mani, "That number (34.0W) is experimental. They run software like CAD, photoshop or multimedia and measure the output from the CPU". Mani, the kid who wants BMW certainly knows nothing about TDP, but you are not entirely correct either. The max power is measured, but on a specially-designed software. Intel used to distribute it to valuable OEMs under NDA. AMD has a similar software too. True, it is impossible to make every CPU transistor to switch at core clock rate, but it is possible to design a piece of synthetic software that tries to maximize switching rate, by creating artificial patterns like FFFFFFFF-00000000-FFFFFFFF... , or AAAAAAAA-55555555-AAAAAAAA whenever possible, by simultaneously loading all possible execution units with this, both on addresses and data, with every buffer, TLB and FIFO, all running from L1 cache, and avoiding any external references. One way how it is (usually) written is as follows. They take a former top-notch CPU designer who was promoted to technical marketing, and assigned to write the software using inherent knowledge of internal architecture. Another way to approach the max consumption is to measure instant Icc on variety of power-consuming application codes. This current is usually widely fluctuating (depending on where you manages to measure it - before bypass capacitors, or directly at the CPU core). Then you capture an instance of CPU code that causes those high peaks in the current, and wraps this code in an infinite loop, and maximize results by little code/pattern tweaking. In both cases there is no guarantee that you hit the absolute power case, that's why all those marketing excuses and uncertainties. In both cases the result is about 40% above any worst-consuming real apps, as far as I know. You can get good results with some freely-available software like BURNP6. Regards, - Ali