Zilog eZ80

From Wikipedia, the free encyclopedia

Zilog eZ80
A square black eZ80 microprocessor sits on a green printed circuit board with other electronic components
eZ80 in a TI-84 Plus CE with 256 KB on-chip RAM
General information
Launched2001[1]
Marketed byZilog
Designed byZilog
Common manufacturer(s)
  • Zilog
Architecture and classification
Instruction setZ80[a]
History
Predecessor(s)Zilog Z80

The Zilog eZ80 is an 8-bit microprocessor designed by Zilog as an updated version of the company's first product, the highly-successful Zilog Z80. The eZ80 is binary compatible with the Z80, but operating almost three times faster at the same clock frequency.

Design[edit]

The eZ80 has a three-stage pipeline: fetch, decode, and execute. When an instruction changes the program counter, it flushes the instructions that the CPU is currently processing. Available at up to 50 MHz (2004), the performance is comparable to a Z80 clocked at 150 MHz if fast memory is used (i.e. no wait states for opcode fetches, for data, or for I/O) or even higher in some applications (a 16-bit addition is 11 times as fast as in the original). The eZ80 also supports direct continuous addressing of 16 MB of memory without a memory management unit, by extending most registers (HL, BC, DE, IX, IY, SP, and PC) from 16 to 24 bits. In order to do so, the CPU has a full 24-bit address mode called ADL mode. Z80 register pairs are extended to 24 bits and renamed with U e.g. HL is now HLU etc. But it can still work in the original Z80-compatible mode.

The processor has a 24-bit ALU arithmetic logic unit and overlapped processing of several instructions (the three-stage pipeline) which are the two primary reasons for its speed. Unlike the older Z280 and Z380 it does not have (or need) a cache memory. Instead, it is intended to work with fast SRAM directly as main memory (as this had become much cheaper). Nor does it have the multiplexed bus of the Z280, making it as easy to work with (interface to) as the original Z80 and Z180, and equally predictable when it comes to exact execution times.

The chip has a memory interface that is similar to the original Z80, including the bus request/acknowledge pins, and adds four integrated chip selects. Versions are available with on-chip flash memory and on-chip zero wait-state SRAM (up to 256 KB flash memory and 16 KB SRAM) but there are also external buses on all models.

Variants[edit]

The eZ80 family includes several variants offering different levels of integration. These single-chip computers retain an external address and data bus so they can function as general-purpose microprocessors despite their focus on specific applications.

The eZ80Acclaim! line integrates up to 128 KB of flash memory and 8 KB of SRAM, operating at speeds up to 20 MHz.[2][3]

The eZ80AcclaimPlus! adds an Ethernet controller and TCP/IP stack to the eZ80Acclaim! features, reaching speeds of up to 50 MHz. [4]

Use in commercial products[edit]

The TI-84 Plus CE graphing calculator utilizes the eZ80 in 24-bit address mode at 48 MHz.[5] The eZ80L92 processor powers the ST Robotics robot controller, running at 50 MHz.[6]

Notes[edit]

  1. ^ Backwards compatible with Intel 8080

References[edit]

  1. ^ Proven, Liam (April 26, 2024). "The eight-bit Z80 is dead. Long live the 16-bit Z80!". The Register. Retrieved May 29, 2024.
  2. ^ "eZ80Acclaim! eZ80F92/eZ80F93 Flash MCU Product Specification" (PDF). San Jose, California: Zilog. May 2008. Retrieved July 15, 2009.
  3. ^ "eZ80Acclaim! eZ80F91 Flash MCU Product Specification" (PDF). San Jose, California: Zilog. May 2008. Retrieved July 15, 2009.
  4. ^ "eZ80AcclaimPlus! eZ80F91 ASSP Product Specification" (PDF). San Jose, California: Zilog. July 2007. Retrieved July 15, 2009.
  5. ^ Connatser, Matthew (May 26, 2024). "Bored math students can now enjoy Sonic 2 on TI-84 Plus CE". The Register. Retrieved May 29, 2024.
  6. ^ "R12 Robot Manual" (PDF). ST Robotics. p. 8.

Further reading[edit]