Difference between revisions of "Motorola MC68030"
ForOldHack (talk | contribs) (→links to protoypes and data sheets) |
m (Corral external links) |
||
Line 14: | Line 14: | ||
The '''Motorola MC68030''' is a 32-[[bit]] [[microprocessor]] in the [[Motorola M68000 Family]], the successor to the [[Motorola MC68020|68020]]. Later members include the [[Motorola MC68040|68040]] and [[Motorola MC68060|68060]]. | The '''Motorola MC68030''' is a 32-[[bit]] [[microprocessor]] in the [[Motorola M68000 Family]], the successor to the [[Motorola MC68020|68020]]. Later members include the [[Motorola MC68040|68040]] and [[Motorola MC68060|68060]]. | ||
− | The internal [[architecture]] was similar to the 68020; performance was increased in part by the increased use of [[cache|caching]]; the MC68030 included an additional separate 256-byte cache for data. The MC68030 Data sheet gives a detailed description of the organization of its caches, and pipe-lining. | + | The internal [[architecture]] was similar to the 68020; performance was increased in part by the increased use of [[cache|caching]]; the MC68030 included an additional separate 256-byte cache for data. The MC68030 Data sheet (below) gives a detailed description of the organization of its caches, and [[pipeline|pipe-lining]]. |
It was the first family member to include [[memory management]] on the main chip. It did not include [[floating point]]; a separate floating point chip had to be used if [[hardware]] floating point was desired. | It was the first family member to include [[memory management]] on the main chip. It did not include [[floating point]]; a separate floating point chip had to be used if [[hardware]] floating point was desired. | ||
Line 20: | Line 20: | ||
It was used in a number of [[Macintosh]], [[Amiga]] and later [[Atari]] [[personal computer]]s, and also [[workstation]]s from [[NeXT Computer, Inc|NeXT]]. | It was used in a number of [[Macintosh]], [[Amiga]] and later [[Atari]] [[personal computer]]s, and also [[workstation]]s from [[NeXT Computer, Inc|NeXT]]. | ||
− | The prototyping of this processor, occurring before modern silicon libraries were designed, was debugged in TTL | + | The prototyping of this processor, occurring before modern silicon libraries were designed, was debugged in [[Transistor-transistor logic|TTL]] [[logic]] (below). |
− | Downgraded versions which omitted the [[memory management]] were produced for embedded | + | Downgraded versions which omitted the [[memory management]] were produced for [[embedded system]]s. |
{{semi-stub}} | {{semi-stub}} | ||
+ | |||
+ | ==External links== | ||
+ | |||
+ | * [http://www.bitsavers.org/components/motorola/68000/MC68030_Data_Sheet_1991.pdf MC68030 Data sheet] | ||
+ | * [https://retrocomputingforum.com/t/68030-prototype-at-1-mhz-18-boards-of-ttl/1387 MC68030 1Mhz Prototype] | ||
[[Category: Motorola Microprocessors]] | [[Category: Motorola Microprocessors]] |
Latest revision as of 19:39, 4 March 2022
MC68030 | |
Family: | Motorola M68000 Family |
---|---|
Architecture: | 32-bit |
Manufacturer: | Motorola |
Year Introduced: | 1987 |
Address bus: | 32-bit |
Data bus: | 32-bit |
Number of registers: | 15 general 32-bit registers (8 data, 7 address) |
Cache: | 256 byte icache, 256 byte dcache |
Clock Speed: | 16, 20, 25, 33, 40, 50 MHz |
The Motorola MC68030 is a 32-bit microprocessor in the Motorola M68000 Family, the successor to the 68020. Later members include the 68040 and 68060.
The internal architecture was similar to the 68020; performance was increased in part by the increased use of caching; the MC68030 included an additional separate 256-byte cache for data. The MC68030 Data sheet (below) gives a detailed description of the organization of its caches, and pipe-lining.
It was the first family member to include memory management on the main chip. It did not include floating point; a separate floating point chip had to be used if hardware floating point was desired.
It was used in a number of Macintosh, Amiga and later Atari personal computers, and also workstations from NeXT.
The prototyping of this processor, occurring before modern silicon libraries were designed, was debugged in TTL logic (below).
Downgraded versions which omitted the memory management were produced for embedded systems.