Share to: share facebook share twitter share wa share telegram print page
Available for Advertising

Processor design

Processor design is a subfield of computer science and computer engineering (fabrication) that deals with creating a processor, a key component of computer hardware.

The design process involves choosing an instruction set and a certain execution paradigm (e.g. VLIW or RISC) and results in a microarchitecture, which might be described in e.g. VHDL or Verilog. For microprocessor design, this description is then manufactured employing some of the various semiconductor device fabrication processes, resulting in a die which is bonded onto a chip carrier. This chip carrier is then soldered onto, or inserted into a socket on, a printed circuit board (PCB).

The mode of operation of any processor is the execution of lists of instructions. Instructions typically include those to compute or manipulate data values using registers, change or retrieve values in read/write memory, perform relational tests between data values and to control program flow.

Processor designs are often tested and validated on one or several FPGAs before sending the design of the processor to a foundry for semiconductor fabrication.[1]

Details

Basics

CPU design is divided into multiple components. Information is transferred through datapaths (such as ALUs and pipelines). These datapaths are controlled through logic by control units. Memory components include register files and caches to retain information, or certain actions. Clock circuitry maintains internal rhythms and timing through clock drivers, PLLs, and clock distribution networks. Pad transceiver circuitry with allows signals to be received and sent and a logic gate cell library which is used to implement the logic. Logic gates are the foundation for processor design as they are used to implement most of the processor's components.[2]

CPUs designed for high-performance markets might require custom (optimized or application specific (see below)) designs for each of these items to achieve frequency, power-dissipation, and chip-area goals whereas CPUs designed for lower performance markets might lessen the implementation burden by acquiring some of these items by purchasing them as intellectual property. Control logic implementation techniques (logic synthesis using CAD tools) can be used to implement datapaths, register files, and clocks. Common logic styles used in CPU design include unstructured random logic, finite-state machines, microprogramming (common from 1965 to 1985), and Programmable logic arrays (common in the 1980s, no longer common).

Implementation logic

Device types used to implement the logic include:

A CPU design project generally has these major tasks:

Re-designing a CPU core to a smaller die area helps to shrink everything (a "photomask shrink"), resulting in the same number of transistors on a smaller die. It improves performance (smaller transistors switch faster), reduces power (smaller wires have less parasitic capacitance) and reduces cost (more CPUs fit on the same wafer of silicon). Releasing a CPU on the same size die, but with a smaller CPU core, keeps the cost about the same but allows higher levels of integration within one very-large-scale integration chip (additional cache, multiple CPUs or other components), improving performance and reducing overall system cost.

As with most complex electronic designs, the logic verification effort (proving that the design does not have bugs) now dominates the project schedule of a CPU.

Key CPU architectural innovations include index register, cache, virtual memory, instruction pipelining, superscalar, CISC, RISC, virtual machine, emulators, microprogram, and stack.

Micro-architectural concepts

Research topics

A variety of new CPU design ideas have been proposed, including reconfigurable logic, clockless CPUs, computational RAM, and optical computing.

Performance analysis and benchmarking

Benchmarking is a way of testing CPU speed. Examples include SPECint and SPECfp, developed by Standard Performance Evaluation Corporation, and ConsumerMark developed by the Embedded Microprocessor Benchmark Consortium EEMBC.

Some of the commonly used metrics include:

  • Instructions per second - Most consumers pick a computer architecture (normally Intel IA32 architecture) to be able to run a large base of pre-existing pre-compiled software. Being relatively uninformed on computer benchmarks, some of them pick a particular CPU based on operating frequency (see Megahertz Myth).
  • FLOPS - The number of floating point operations per second is often important in selecting computers for scientific computations.
  • Performance per watt - System designers building parallel computers, such as Google, pick CPUs based on their speed per watt of power, because the cost of powering the CPU outweighs the cost of the CPU itself.[3][4]
  • Some system designers building parallel computers pick CPUs based on the speed per dollar.
  • System designers building real-time computing systems want to guarantee worst-case response. That is easier to do when the CPU has low interrupt latency and when it has deterministic response. (DSP)
  • Computer programmers who program directly in assembly language want a CPU to support a full featured instruction set.
  • Low power - For systems with limited power sources (e.g. solar, batteries, human power).
  • Small size or low weight - for portable embedded systems, systems for spacecraft.
  • Environmental impact - Minimizing environmental impact of computers during manufacturing and recycling as well during use. Reducing waste, reducing hazardous materials. (see Green computing).

There may be tradeoffs in optimizing some of these metrics. In particular, many design techniques that make a CPU run faster make the "performance per watt", "performance per dollar", and "deterministic response" much worse, and vice versa.

Markets

There are several different markets in which CPUs are used. Since each of these markets differ in their requirements for CPUs, the devices designed for one market are in most cases inappropriate for the other markets.

General purpose computing

As of 2010, in the general-purpose computing market, that is, desktop, laptop, and server computers commonly used in businesses and homes, the Intel IA-32 and the 64-bit version x86-64 architecture dominate the market, with its rivals PowerPC and SPARC maintaining much smaller customer bases. Yearly, hundreds of millions of IA-32 architecture CPUs are used by this market. A growing percentage of these processors are for mobile implementations such as netbooks and laptops.[5]

Since these devices are used to run countless different types of programs, these CPU designs are not specifically targeted at one type of application or one function. The demands of being able to run a wide range of programs efficiently has made these CPU designs among the more advanced technically, along with some disadvantages of being relatively costly, and having high power consumption.

High-end processor economics

In 1984, most high-performance CPUs required four to five years to develop.[6]

Scientific computing

Scientific computing is a much smaller niche market (in revenue and units shipped). It is used in government research labs and universities. Before 1990, CPU design was often done for this market, but mass market CPUs organized into large clusters have proven to be more affordable. The main remaining area of active hardware design and research for scientific computing is for high-speed data transmission systems to connect mass market CPUs.

Embedded design

As measured by units shipped, most CPUs are embedded in other machinery, such as telephones, clocks, appliances, vehicles, and infrastructure. Embedded processors sell in the volume of many billions of units per year, however, mostly at much lower price points than that of the general purpose processors.

These single-function devices differ from the more familiar general-purpose CPUs in several ways:

  • Low cost is of high importance.
  • It is important to maintain a low power dissipation as embedded devices often have a limited battery life and it is often impractical to include cooling fans.
  • To give lower system cost, peripherals are integrated with the processor on the same silicon chip.
  • Keeping peripherals on-chip also reduces power consumption as external GPIO ports typically require buffering so that they can source or sink the relatively high current loads that are required to maintain a strong signal outside of the chip.
    • Many embedded applications have a limited amount of physical space for circuitry; keeping peripherals on-chip will reduce the space required for the circuit board.
    • The program and data memories are often integrated on the same chip. When the only allowed program memory is ROM, the device is known as a microcontroller.
  • For many embedded applications, interrupt latency will be more critical than in some general-purpose processors.

Embedded processor economics

The embedded CPU family with the largest number of total units shipped is the 8051, averaging nearly a billion units per year.[7] The 8051 is widely used because it is very inexpensive. The design time is now roughly zero, because it is widely available as commercial intellectual property. It is now often embedded as a small part of a larger system on a chip. The silicon cost of an 8051 is now as low as US$0.001, because some implementations use as few as 2,200 logic gates and take 0.4730 square millimeters of silicon.[8][9]

As of 2009, more CPUs are produced using the ARM architecture family instruction sets than any other 32-bit instruction set.[10][11] The ARM architecture and the first ARM chip were designed in about one and a half years and 5 human years of work time.[12]

The 32-bit Parallax Propeller microcontroller architecture and the first chip were designed by two people in about 10 human years of work time.[13]

The 8-bit AVR architecture and first AVR microcontroller was conceived and designed by two students at the Norwegian Institute of Technology.

The 8-bit 6502 architecture and the first MOS Technology 6502 chip were designed in 13 months by a group of about 9 people.[14]

Research and educational CPU design

The 32-bit Berkeley RISC I and RISC II processors were mostly designed by a series of students as part of a four quarter sequence of graduate courses.[15] This design became the basis of the commercial SPARC processor design.

For about a decade, every student taking the 6.004 class at MIT was part of a team—each team had one semester to design and build a simple 8 bit CPU out of 7400 series integrated circuits. One team of 4 students designed and built a simple 32 bit CPU during that semester.[16]

Some undergraduate courses require a team of 2 to 5 students to design, implement, and test a simple CPU in a FPGA in a single 15-week semester.[17]

The MultiTitan CPU was designed with 2.5 man years of effort, which was considered "relatively little design effort" at the time.[18] 24 people contributed to the 3.5 year MultiTitan research project, which included designing and building a prototype CPU.[19]

Soft microprocessor cores

For embedded systems, the highest performance levels are often not needed or desired due to the power consumption requirements. This allows for the use of processors which can be totally implemented by logic synthesis techniques. These synthesized processors can be implemented in a much shorter amount of time, giving quicker time-to-market.

See also

References

  1. ^ Cutress, Ian (August 27, 2019). "Xilinx Announces World Largest FPGA: Virtex Ultrascale+ VU19P with 9m Cells". AnandTech.
  2. ^ Deschamps, Jean-Pierre; Valderrama, Elena; Terés, Lluís (12 October 2016). Digital Systems: From Logic Gates to Processors. Springer. ISBN 978-3-319-41198-9.
  3. ^ "EEMBC ConsumerMark". Archived from the original on March 27, 2005.
  4. ^ Stephen Shankland (December 9, 2005). "Power could cost more than servers, Google warns". ZDNet.
  5. ^ Kerr, Justin. "AMD Loses Market Share as Mobile CPU Sales Outsell Desktop for the First Time." Maximum PC. Published 2010-10-26.
  6. ^ "New system manages hundreds of transactions per second" article by Robert Horst and Sandra Metz, of Tandem Computers Inc., "Electronics" magazine, 1984 April 19: "While most high-performance CPUs require four to five years to develop, The NonStop TXP processor took just 2+1/2 years -- six months to develop a complete written specification, one year to construct a working prototype, and another year to reach volume production."
  7. ^ Curtis A. Nelson. "8051 Overview" (PDF). Archived from the original (PDF) on 2011-10-09. Retrieved 2011-07-10.
  8. ^ "T8051 Tiny 8051-compatible Microcontroller" (PDF). Archived from the original (PDF) on 2011-09-29.
  9. ^ To figure dollars per square millimeter, see [1], and note that an SOC component has no pin or packaging costs.
  10. ^ "ARM Cores Climb Into 3G Territory" by Mark Hachman, 2002.
  11. ^ "The Two Percent Solution" by Jim Turley 2002.
  12. ^ "ARM's way" 1998
  13. ^ Gracey, Chip. "Why the Propeller Works" (PDF). Archived from the original (PDF) on 2009-04-19.
  14. ^ "Interview with William Mensch". Archived from the original on 2016-03-04. Retrieved 2009-02-01.
  15. ^ C.H. Séquin; D.A. Patterson. "Design and Implementation of RISC I" (PDF). Archived (PDF) from the original on 2006-03-05.
  16. ^ "the VHS". Archived from the original on 2010-02-27.
  17. ^ Jan Gray. "Teaching Computer Design with FPGAs".
  18. ^ Jouppi, N.P.; Tang, J.Y.-F. (October 1989). "A 20-MIPS sustained 32-bit CMOS microprocessor with high ratio of sustained to peak performance". IEEE Journal of Solid-State Circuits. 24 (5): 1348–1359. Bibcode:1989IJSSC..24.1348J. doi:10.1109/JSSC.1989.572612.
  19. ^ "MultiTitan: Four Architecture Papers" (PDF). 1988. pp. 4–5. Archived (PDF) from the original on 2004-08-25.

General references

Read other articles:

ولاية نجد مشارك في هجمات داعش على السعودية شعار تنظيم الدولة الإسلامية - ولاية نجدشعار تنظيم الدولة الإسلامية - ولاية نجد سنوات النشاط نوفمبر 2014– أغسطس 2017 قادة سعيد عائض آل دعير الشهراني ⚔ سويلم الهادي الرويلي منطقة العمليات السعودية و دول الخليج العربي جزء من تنظي

Contoh kasing komputer Kasing komputer atau selubung komputer (bahasa Inggris: computer chase, dikenal juga dengan computer chassis, cabinet, box, tower, enclosure, housing, system unit atau sederhananya, kasing) adalah tempat (kotak/wadah) yang berisi sebagian besar komponen dari sebuah komputer (biasanya tidak termasuk layar, papan ketik, dan tetikus). Kasing biasanya dibuat dari baja (sering SECC - Baja, Electrogalvanized, Cold rolled, Coil) atau Aluminium. Plastik juga kadang-kadang d...

هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها. (يناير 2018) عالم مجنون (بالإنجليزية: This Mad World)‏  الصنف فيلم دراما[1]  تاريخ الصدور 1930  البلد الولايات المتحدة  اللغة الأصلية الإنجليزية  الطاقم المخرج وي...

United States historic placeNew York Public LibraryU.S. National Register of Historic PlacesNYC Landmark No. 0298 Harry Belafonte 115th Street Library, March 2009Location203 W. 115th St., New York, New YorkCoordinates40°48′10″N 73°57′14″W / 40.80278°N 73.95389°W / 40.80278; -73.95389Arealess than one acreBuilt1907ArchitectMcKim, Mead & WhiteArchitectural styleLate 19th And 20th Century Revivals, Neo Italian RenaissanceNRHP reference&...

Levski Sofia 2008–09 football seasonLevski Sofia2008–09 seasonChairmanTodor BatkovManager Velislav Vutsov (until 13 August 2008) Emil VelevA Group ChampionsBulgarian CupSemi-finalsUEFA Champions League3rd roundUEFA Cup1st roundTop goalscorerLeague: Georgi Ivanov (12 goals)All: Georgi Ivanov (13 goals)Highest home attendance27 000 vs CSKA Sofia (9 May 2009)Lowest home attendance800 vs Belasitsa Petrich (18 October 2008) Home colours Away colours ← 2007–082009–10 →...

Jacopo del Sellaio Información personalNacimiento 1442 Florencia (República de Florencia) Fallecimiento 21 de noviembre de 1493jul. Florencia (República de Florencia) FamiliaHijos Arcangelo di Jacopo del Sellaio Información profesionalOcupación Pintor Área Pintura Años activo 1456-1493Movimiento Escuela florentina [editar datos en Wikidata] Historia de Cupido y Psyché, temple sobre tabla, colección privada. Banquete de Asuero, temple sobre tabla, 81 x 44 cm, Florencia, Uffi...

وباء الحمى الصفراء في فيلاديلفيا عام 1793 المكان فيلادلفيا[1]  الوفيات 5,000   تعديل مصدري - تعديل   خلال وباء الحمى الصفراء في فيلاديلفيا، وُضع 5,000 شخص أو أكثر في السجل الرسمي للوفيات بين 1 أغسطس و9 نوفمبر. توفي القسم الأعظم منهم جرّاء الحمى الصفراء، ما جعل الوباء في هذ...

2014 American filmHidden in the WoodsFilm posterDirected byPatricio ValladaresScreenplay byBradley MarcusKevin MarcusBased onHidden in the Woodsby Patricio ValladaresAndrea CavalettoProduced byJennifer BlancLoris CurciStarringMichael BiehnCinematographyShawn WellingEdited byVance CrofootJorge MeliaPatricio ValladaresMusic byLuigi SeviroliRelease date November 2014 (2014-11) Running time98 minutesCountryUnited StatesLanguageEnglish Hidden in the Woods is a 2014 American thriller film...

Meron Mendel, 2023 auf der Re:publica in Berlin Meron Mendel (geboren 1976 in Ramat Gan im Bezirk Tel Aviv) ist ein israelisch-deutscher[1] Pädagoge, Professor für Soziale Arbeit und Direktor der Bildungsstätte Anne Frank. Inhaltsverzeichnis 1 Leben 2 Positionen 3 Schriften 4 Weblinks 5 Einzelnachweise Leben Nach seiner Jugend im Kibbuz Maschʾabbe Sade und dem Wehrdienst in der IDF studierte Mendel an der Universität Haifa. Er schloss im Jahr 2000 mit einem Bachelor in Geschichte...

خوسيه بارا مارتينيز معلومات شخصية الميلاد 28 أغسطس 1925(1925-08-28)بلانيس  الوفاة 29 فبراير 2016 (عن عمر ناهز 90 عاماً)تاراسا  الطول 1.74 م (5 قدم 8 1⁄2 بوصة) مركز اللعب مدافع الإقامة بلانيس  الجنسية إسبانيا  مسيرة الشباب سنوات فريق San Pablo del Campo المسيرة الاحترافية1 س...

American bassist and songwriter Laura Lee OchoaLaura Lee Ochoa performing with Khruangbin at Haldern Pop (2019)Background informationAlso known asLeezyBorn (1986-10-14) October 14, 1986 (age 37)Houston, Texas, U.S.GenresPsychedeliasurf rockfunkinstrumental rockdubInstrument(s)Bass guitarvocalsYears active2009–presentLabelsDead OceansNight Time StoriesMember ofKhruangbinMusical artist Laura Lee Ochoa[1] (born October 14, 1986), also known as Leezy, is an American musician and si...

CBC flagship television station in Toronto CBLT-DTToronto, OntarioCanadaChannelsDigital: 20 (UHF)Virtual: 5BrandingCBC TorontoProgrammingAffiliationsCBC TelevisionOwnershipOwnerCanadian Broadcasting CorporationSister stationsCBLFT-DT, CBL-FM, CBLA-FMHistoryFirst air dateSeptember 8, 1952 (71 years ago) (1952-09-08)Former call signsCBLT (1952–2011)Former channel number(s)Analogue: 9 (VHF, 1952–1956), 6 (VHF, 1956–1972), 5 (VHF, 1972–2011)Call sign meaningCBC Great Lakes T...

Welcome! Hello, Karla Marte(WMUK), and welcome to Wikipedia! Thank you for your contributions. I hope you like the place and decide to stay. Here are a few links to pages you might find helpful: Introduction and Getting started Contributing to Wikipedia The five pillars of Wikipedia How to edit a page and How to develop articles How to create your first article Simplified Manual of Style You may also want to take the Wikipedia Adventure, an interactive tour that will help you learn the basics...

هذه المقالة تحتاج للمزيد من الوصلات للمقالات الأخرى للمساعدة في ترابط مقالات الموسوعة. فضلًا ساعد في تحسين هذه المقالة بإضافة وصلات إلى المقالات المتعلقة بها الموجودة في النص الحالي. (أبريل 2023) جورج شاترتون هيل (بالإنجليزية: George Chatterton-Hill)‏  معلومات شخصية تاريخ الميلاد 188...

Greil MarcusMarcus di Festival SOS 4.8, Murcia, tahun 2014Lahir19 Juni 1945 (umur 78)San Francisco, CaliforniaKebangsaanAmerikaWarga negaraAmerikaPekerjaanPengarang, kritikus rock, jurnalisDikenal atasKritikus rock untuk Rolling Stone, Creem, the Village Voice, dan Pitchfork MediaSuami/istriJenny Marcus (1966–)[1] Greil Marcus (lahir 19 Juni 1945) adalah seorang pengarnag, jurnalis musik dan kritikus kebudayaan Amerika. Ia dikenal karena memproduksi esay sarjana dan kesusastraa...

The 2011 Armed Forces of the Philippines corruption scandal, also known as the pabaon scandal, was a political scandal involving the alleged misuse of military funds by high-ranking members of the Armed Forces of the Philippines (AFP). The pabaon system referred to a practice of giving millions of pesos to chiefs of staff when they retire.[1] An estimated PHP1.5 billion in AFP funds were allegedly placed anomalously in an unaudited pool of discretionary resources.[2] Under the...

Maxims I and Maxims IIAuthor(s)UnknownLanguageOld EnglishDateUnknownManuscript(s)Exeter Book (Maxims I), London, BL, Cotton Tiberius B.i. (Maxims II)GenreGnomic poetryVerse formAlliterative verse Maxims I (sometimes treated as three separate poems, Maxims I, A, B and C) and Maxims II are pieces of Old English gnomic poetry. The poem Maxims I can be found in the Exeter Book and Maxims II is located in a lesser known manuscript, London, British Library, Cotton Tiberius B i. Maxims I and Maxims ...

2003 Swedish drama film EvilRegion 1 DVD coverDirected byMikael HåfströmScreenplay byHans GunnarssonMikael HåfströmBased onEvilby Jan GuillouProduced byIngemar LeijonborgHans LönnerhedenStarringAndreas WilsonHenrik LundströmGustaf SkarsgårdCinematographyPeter MokrosinskiEdited byDarek HodorMusic byFrancis ShawProductioncompanyMoviolaDistributed byColumbia TriStarRelease dates 16 May 2003 (2003-05-16) (Cannes) 26 September 2003 (2003-09-26) (Sweden)...

Fictional character in DC Comics Comics character Detective ChimpPromotional art for The Helmet of Fate: Detective Chimp #1 (March 2007) cover, art by Brian Bolland.Publication informationPublisherDC ComicsFirst appearanceAdventures of Rex the Wonder Dog #4 (July–August 1952)Created byJohn BroomeCarmine InfantinoIn-story informationAlter egoBobo T. ChimpanzeeSpeciesCommon chimpanzeeTeam affiliationsJustice League DarkJustice LeagueShadowpactLegion of Super-PetsThe Amazing Zoo CrewBureau of ...

2012 animated film produced by Walt Disney Animation Studios This article is about the film. For the franchise, see Wreck-It Ralph (franchise). For the soundtrack, see Wreck-It Ralph (soundtrack). Wreck-It RalphTheatrical release posterDirected byRich MooreScreenplay byPhil Johnston[1]Jennifer Lee[1]Story byRich MoorePhil JohnstonJim ReardonProduced byClark SpencerStarringJohn C. ReillySarah SilvermanJack McBrayerJane LynchCinematographyRob DresselEdited byTim MertensMusic byH...

Kembali kehalaman sebelumnya