Printer Friendly
The Free Library
14,581,301 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Some like it hot. CPUs don't. New and sophisticated processors are advancing the computational performance in workstations, in enterprise servers, and in cars.


In automobiles, as in workstations and enterprise servers, more and more-powerful central processing units See CPU.

(architecture, processor) central processing unit - (CPU, processor) The part of a computer which controls all the other parts. Designs vary widely but the CPU generally consists of the control unit, the arithmetic and logic unit (ALU), registers, temporary buffers
 (CPU CPU
 in full central processing unit

Principal component of a digital computer, composed of a control unit, an instruction-decoding unit, and an arithmetic-logic unit.
; processors) are required to handle sophisticated real-time applications. In automotive, these applications include navigation, telematics, safety systems and adaptive control, climate control, and high-end graphics for dashboard display and entertainment. However, fast and high-end CPUs generate lots of heat. This is as much a problem in vehicles as in data centers and workstations. The heat has to go somewhere. In data centers, air conditioning helps mitigate the heat problem. In workstations, heat sinks and fans help. In vehicles, already a harsh, often warm environment, heat mitigation requires innovative packaging, including shielding and heat sinks.

Making CPUs faster doesn't necessarily help. First, faster CPUs generally consume more power, and therefore run hotter. For instance, increasing clock speeds above 3.0 GHz requires dealing with 150 W or more of heat, which poses other chip and system design problems. Second, the associated memory chips have not kept pace by getting faster. As a result, a computer often spends a lot of its time waiting for the memory system to feed data to the processor. So while the CPU is whizzing around burning energy and creating a lot of heat, it's not really doing much.

Help is on the way. Rather than increase processor frequency, which would increase the speed of number crunching Refers to computers running mathematical, scientific or CAD applications, which perform large amounts of calculations. See number cruncher.

(application, jargon) number crunching
 at the expense of sucking up more power (producing more heat) and requiring additional clocking overhead to run, the latest-generation CPUs are both multicore and multithreaded multithreaded - multithreading . By throwing more cores at a computational problem, chip designers can keep the frequency of each core relatively low, with concomitant lower power requirements and heat production. (Heat mitigation was the original reason for multicore processor designs.) The multiple cores together consume about the same if not less power than the single- or dual-core CPUs of just a couple of years ago. Less power consumption means less heat emitted, and a smaller cooling "budget."

In a multicore processor, the whole processor isn't doing nothing but producing heat while it waits for more data. Instead, each core can process different parts of data as system memory feeds those data. Likewise, each core can be assigned to respond to different real-time I/O (Input/Output) The transfer of data between the CPU and a peripheral device. Every transfer is an output from one device and an input to another. See PC input/output.

I/O - Input/Output
, effectively producing a faster-responding CPU. Moreover, because each core can handle multiple processing threads, each core can process more data per clock cycle than previous generations of CPUs.

Multicore processors also include memory controllers and bridge chips. Such integration obviates the bottlenecks from having discrete memory subsystems. It also eliminates data caching. Caching leads to nondeterministic (i.e., unpredictable) performance, which just won't do in electronic steering, brake control, adaptive cruise control An automotive cruise control system that automatically slows down the car if it is moving too close to the vehicle in front of it. A radar or laser unit located behind the grille determines the speed and distance of the vehicle in front. , and other types of automotive control processes. Better, these integrated hunks hunks  
pl.n. (used with a sing. verb)
A disagreeable and often miserly person.



[Origin unknown.]
 of silicon--containing multiple multithreaded cores, memory, bridges, and more--create a whole device that is physically smaller than the sum of the parts. This is an advantage where space is a premium, such as under the dashboard, in a workstation or laptop, or even in a data center.

In workstations

Helping to make semiconductor devices smaller is the chip industry trend for making the smallest features on the devices smaller and smaller. Up to recently, most of the industry was building chips with 90-nanometer (nm) process technology. In 2005, Intel Corporation (Santa Clara, CA; www.intel.com) began making chips at 65 nanometers. Now Intel and others are moving to feature sizes of 45 nm. This trend in smaller feature sizes enables chip manufacturers to produce chips that require less power to operate. It also lets them cram more in a given space.

Late last year Intel released a quad-core chip that was initially for gamers and others wanting high-definition graphics (think computer-aided design computer-aided design (CAD) or computer-aided design and drafting (CADD), form of automation that helps designers prepare drawings, specifications, parts lists, and other design-related elements using special graphics- and calculations-intensive , computational fluid dynamics Computational fluid dynamics

The numerical approximation to the solution of mathematical models of fluid flow and heat transfer. Computational fluid dynamics is one of the tools (in addition to experimental and theoretical methods) available to solve
, and virtual reality). Now Intel offers a family of quad-cores that are showing up in data servers and affordable workstations for the rest of us (abuse) for The Rest Of Us - (From the Macintosh slogan "The computer for the rest of us") 1. Used to describe a spiffy product whose affordability shames other comparable products, or (more often) used sarcastically to describe spiffy but very overpriced products.

2.
. For desktop computers, Intel's Core 2 Quad See Core 2.  Qxxxx and Core 2 Extreme QXxxxx chips have clock speeds ranging from 2.4 GHz to 3.33 GHz, from 2 x 4 MB up to 12 MB L2 cache, and range in cost from about $300 to $1,300 on the street. The Intel's Xeon server quad-core processors are all 65-nm processors, with clock speeds ranging from 1.6 GHz to 3 GHz, and prices ranging from $350 to $1,250. The quad-core server chips require 80 W to 120 W of power.

In enterprise servers

Back in 1986, Sun Microsystems, Inc. (Santa Clara, CA; www.sun.com) produced its first SPARC (Scalable Performance ARChitecture) A family of RISC CPUs from Sun that runs mostly under Sun's Solaris, but also under Linux and BSD operating systems. After development began in the mid-1980s by David Patterson of the University of California at Berkeley and Bill  processor and in the following year shipped its first SPARC workstation. Just over 20 years later, namely this past summer, Sun announced the "world's fastest commodity microprocessor": the UltraSPARC T2. This is a multicore, multi-threaded chip with eight cores at 900 MHz (MegaHertZ) One million cycles per second. It is used to measure the transmission speed of electronic devices, including channels, buses and the computer's internal clock. A one-megahertz clock (1 MHz) means some number of bits (16, 32, 64, etc.  to 1.4 GHz per core, and eight threads per core, yielding a 64-way system on a single chip. It also has dual multithreaded 10-GB Ethernet ports (four times the performance of current network interface cards, without the cost of those cards), on-chip network and security functionality, eight lanes of PCI Express I/O, and quad memory controllers that can deliver more than 50 GB/sec of memory access. The processor can support up to 64 logical domains per processor, which can help the network infrastructure as well as improve application consolidation (such as enterprise resource planning See ERP.

(application, business) Enterprise Resource Planning - (ERP) Any software system designed to support and automate the business processes of medium and large businesses.
 plus product lifecycle management plus customer relationship management plus data mining).

This device belies the moniker (1) A name, title or alias. See alias.

(2) A COM object that is used to create instances of other objects. Monikers save programmers time when coding various types of COM-based functions such as linking one document to another (OLE). See COM and OLE.
 "full system on a chip." Say company officials, this "single piece of silicon reduces cost and increases performance, reliability, and energy efficiency--making it the choice for a diversity of workloads, from networking equipment to high-performance computing or storage devices."

Part of the CPU's high performance comes from a different approach to processor design than what that first SPARC chip was based upon: Higher compute performance comes from threading rather than the brute-force methods of increasing clock speed, greatly enlarging caches, creating new packaging (such as 90-nm technology), or balancing performance with power consumption. In fact, the UltraSPARC T2 is powered by less than 95 W (nominal)--fewer than 2 W per thread, requiring one-tenth to one-thirtieth the power consumption of competitive CPU offerings.

Prices for the UltraSPARC T2 start "well below" $1,000.

In cars

According to the Telematics Research Group, Inc. (Minnetonka, MN; www.telematicsresearch.com), about 25% of today's automotive bills of materials (BOM) consist of electronic components; by 2015, those components will make up 35%. In the past, automotive telematics, navigation, and entertainment systems were separate systems. The trend today is for these three systems to share electronics. Such integration reduces the number of BOM items and associated costs, increases the reliability of the embedded electronics, reduces power consumption and heat dissipation, and increases the overall speed of the embedded electronic systems.

Case in point: Last May, Freescale Semiconductor Inc. (Austin, TX; www.freescale.com/automotive/) debuted a microprocessor that integrates control electronics for automotive dashboards, telematics, and multimedia into a single, low-power system-on-a-chip. The MPC (1) (Mobile PC) A handheld or laptop computer. See handheld computer, laptop computer and Ultra-Mobile PC.

(2) (MultiPath Channel) See multipath.
5121e has all the electronics to support telematics, global positioning systems, and other navigational aids; Bluetooth, Ethernet, and Wi-Fi data communications; and the audio and video requirements for both the automotive dashboard and entertainment systems.

According to Freescale officials, the company's telematics family of microprocessors will soon include functionality for adaptive cruise control, lane departure warnings, pedestrian and collision avoidance, and heads-up display.

The telematics microprocessor is a 90-nm, 516-pin low-power CMOS (Complementary Metal Oxide Semiconductor) Pronounced "c-moss." The most widely used integrated circuit design. It is found in almost every electronic product from handheld devices to mainframes.  measuring 27 mm x 27 mm. It includes three processor cores, semiconductor and mass-memory interfaces, and controllers for several types of peripherals (such as 10/100 Ethernet, PCI (1) (Payment Card Industry) See PCI DSS.

(2) (Peripheral Component Interconnect) The most widely used I/O bus (peripheral bus).
 2.3, SATA (Serial ATA) A serial version of the ATA (IDE) interface, which has been the de facto standard hard disk interface for desktop PCs for more than two decades. The original Parallel ATA (PATA) interface was launched in 1986. , USB USB
 in full Universal Serial Bus

Type of serial bus that allows peripheral devices (disks, modems, printers, digitizers, data gloves, etc.) to be easily connected to a computer.
 2.0, and CAN). The three cores are a 300- to 400-MHz e300 Power Architecture core running at up to 760 MIPS (Million Instructions Per Second) The execution speed of a computer. For example, .5 MIPS is 500,000 instructions per second; 100 MIPS is a hundred million instructions per second.  over a 64-bit processor bus, a 32-bit RISC-based multimedia accelerator running at 200 MHz, and a 2D/3D graphics core that supports 3D texturing and shading. An on-chip display controller supports 1,280 x 720 pixel LCD. For mass storage, the microprocessor has both serial and parallel ATA interfaces. The chip conforms to the reliability requirements of the AEC-Q100 standard and TS14969 specification for withstanding harsh environments. The microprocessor can run on real-time operating systems from Green Hills Software, QNX A multiuser, multitasking, real time operating system for PCs from QNX Software Systems, Ltd., Ottawa, Ontario (www.qnx.com), that is noted for its low-memory requirement and rapid response. Similar to Unix, it has been in use since the early 1980s.  Software Systems, Wind River, and run open-source Linux applications. Suffice to say, there are more specs--all in a microprocessor that generates less than two watts of heat (no fan or heat sink is required) and costs about $1,000 each.

While aimed at the automotive market, the MPC5121e is also suitable for industrial control--harsh and hot environments that require monitoring and processing multiple inputs, providing fast I/O, offering quick and intensive graphics, and interacting with various peripherals complying with a variety of data communications standards.

Lawrence S. Gould

lsg@lsgould.com

by Lawrence S. Gould

CONTRIBUTING EDITOR
COPYRIGHT 2007 Gardner Publications, Inc.
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2007, Gale Group. All rights reserved.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Title Annotation:FEATURE
Author:Gould, Lawrence S.
Publication:Automotive Design & Production
Date:Oct 1, 2007
Words:1473
Previous Article:A brief look at vision: what do your mother, hash browns and blobs have to do with machine vision? Plenty.(FEATURE)
Next Article:Tabletop liquid dispenser.(OBJECTS OF INTEREST)
Topics:



Related Articles
The power within: revitalized wire choppers are seeking every ounce of copper and aluminum for the world's hungry metals producers.(WIRE CHOPPING...
Choosing wisely: several factors are best considered up front before making a software purchase for a recycling operation.(COMPUTER SOFTWARE FOR...
Brokers shrug off peacock's flight: office market in Burbank is L.A. County's hottest.(REAL ESTATE)
Minieri takes Ratner reins.
ING breaks into NJ market with 93,000 s/f Metro Center deal.
W&M Construction completes $15m school renovation project.(Special Report: Medical & Education Facilities)
The architectural evolution of today's corporate design.(INSIDE CONSTRUCTION & DESIGN)
Suzuki refines Hayabusa engine.(FEATURE)
SRT takes engine development to a new Caliber: developing a performance derivative of a high-volume product may seem like a simple task. Chrysler's...
CTS: the next generation; The first-generation Cadillac CTS went where no production Cadillac had gone before. With the second-gen, it is a little...

Terms of use | Copyright © 2009 Farlex, Inc. | Feedback | For webmasters | Submit articles