Chip RAM
is a commonly used term for the integrated
RAM used in
Commodore's line of
Amiga
Amiga is a family of personal computers introduced by Commodore International, Commodore in 1985. The original model is one of a number of mid-1980s computers with 16- or 32-bit processors, 256 KB or more of RAM, mouse-based GUIs, and sign ...
computers. Chip RAM is shared between the
central processing unit
A central processing unit (CPU), also called a central processor, main processor or just processor, is the electronic circuitry that executes instructions comprising a computer program. The CPU performs basic arithmetic, logic, controlling, an ...
(CPU) and the Amiga's dedicated
chipset
In a computer system, a chipset is a set of electronic components in one or more integrated circuits known as a "Data Flow Management System" that manages the data flow between the processor, memory and peripherals. It is usually found on t ...
(hence the name).
It was also, rather misleadingly, known as "graphics RAM".
Direct memory access
Under the Amiga architecture, the
direct memory access
Direct memory access (DMA) is a feature of computer systems and allows certain hardware subsystems to access main system memory independently of the central processing unit (CPU).
Without DMA, when the CPU is using programmed input/output, it is ...
(DMA) controller is integrated into the
Agnus Agnus (Latin for lamb) can be used to refer to :
People with the surname
* Felix Agnus (1839-1925), American military officer and newspaper publisher
Religion
* ''Agnus Dei'' (Latin: "Lamb of God")
** referring to Jesus Christ as divine sacrific ...
(Alice on
AGA models) chip. Both the CPU and other members of the chipset have to arbitrate for access to shared RAM via Agnus. This allows the custom chips to perform video, audio, or other DMA operations independently of the CPU. As the
68000
The Motorola 68000 (sometimes shortened to Motorola 68k or m68k and usually pronounced "sixty-eight-thousand") is a 16/32-bit complex instruction set computer (CISC) microprocessor, introduced in 1979 by Motorola Semiconductor Products Secto ...
processor used in early Amiga systems usually only accesses memory on every second memory cycle, Agnus operates a system where the "odd" clock cycle is allocated to time-critical custom chip access and the "even" cycle is allocated to the CPU: thus, for average DMA demand, the CPU is not typically blocked from memory access and may run without interruption. However, certain chipset DMA, such as high-resolution graphics with a larger color palette,
Copper
Copper is a chemical element with the symbol Cu (from la, cuprum) and atomic number 29. It is a soft, malleable, and ductile metal with very high thermal and electrical conductivity. A freshly exposed surface of pure copper has a pinkish ...
, or
blitter
A blitter is a circuit, sometimes as a coprocessor or a logic block on a microprocessor, dedicated to the rapid movement and modification of data within a computer's memory. A blitter can copy large quantities of data from one memory area to a ...
operations, can use any spare cycles, effectively blocking cycles from the CPU. In such situations CPU cycles are only blocked while accessing shared RAM, but never when accessing Fast (CPU-only) RAM (when present) or ROM.
Chip RAM by model
Most stock Amiga systems were equipped with Chip RAM only and shipped with between 256
kiB and 2 MiB.
The shared RAM data bus is 16-bit on
OCS and
ECS
ECS may refer to:
Education
* Education Commission of the States, in the United States
* Engleside Christian School, in Alexandria, Virginia, United States
* Etowah City School in Etowah, Tennessee, United States
* Evangelical Christian Sch ...
systems. The later AGA systems use a 32-bit data bus controlled by the Alice coprocessor (replacing Agnus) and 32-bit RAM. The memory clock runs at double the rate on AGA systems. As a result, chipset RAM
bandwidth is increased fourfold compared to the earlier 16-bit design. However, 32-bit access is limited to CPU and graphics DMA and cannot be used for other devices. The ECS-based A3000 also has 32-bit Chip RAM, but access is only 32-bit for CPU operations; the chipset remained 16-bit.
The maximum amount of Chip RAM is dependent on the Agnus/Alice version. The original Agnus chip fitted to the A1000 and early A2000 systems is a 48-pin DIP package able to address 512 KiB of Chip RAM. Subsequent versions of the Agnus are in an 84-pin PLCC package (either socketed or
surface-mounted). All models except the A1000 are upgradable to 2 MiB of Chip RAM. The A500 and the early A2000B can accommodate 1 MiB by installing a later revision Agnus chip (8732A) with minimal hardware modifications; late-production machines usually already contained that chip, so that only
jumper modifications were necessary. Likewise, 2 MB can be installed by fitting an 8372B Agnus and extra memory.
The maximum amount of Chip RAM in any model is 2 MiB. The Amiga 4000 motherboard includes a non-functional jumper that anticipated later chips and is labeled for 8 MiB of Chip RAM—regardless of its position, the system only recognizes 2 MiB due to the limitations of the Alice chip. However, the software emulator
UAE can emulate an Amiga system with the design limit of up to 8 MiB of Chip RAM.
Fast RAM
Amiga systems can also be expanded with Fast RAM, which is only accessible to the CPU. This improves execution speed, as CPU cycles are never blocked even when the custom chipset is simultaneously accessing Chip RAM. Adding Fast RAM to systems with 32-bit CPUs roughly doubles the
instruction speed, as the more advanced 68020, '030, and '040 CPUs can utilize more memory cycles than the earlier 68000.
Confusingly, a system may have several different kinds and speeds of Fast RAM. For example, an Amiga 3000 may contain 16-bit
Zorro II expansion RAM, 32-bit
Zorro III expansion RAM, 32-bit motherboard RAM, and 32-bit CPU card RAM simultaneously (in increasing speed order). Automatically configured RAM is prioritized by the system, so the fastest memory is used first.
Early versions of the Amiga 2000B, and the most common "trapdoor memory expanded" configuration of the Amiga 500, contain 512 KiB pseudo-fast RAM ("slow RAM") controlled by Agnus with the same limitations as Chip RAM, yet unusable as such due to register limitations. Numerous budget trapdoor expansions
for the 500 extended this "controllerless" concept to up to 1.8 MB slow RAM (requiring a
Gary
Gary may refer to:
*Gary (given name), a common masculine given name, including a list of people and fictional characters with the name
*Gary, Indiana, the largest city named Gary
Places
;Iran
*Gary, Iran, Sistan and Baluchestan Province
;Unit ...
adapter for addressing).
Notes
- Later A500/A2000 systems were equipped with 1 MiB
- Up to 2 MiB with hardware modification
- A3000 Chip RAM is 32-bit for CPU access, 16-bit for chipset access
- AGA Chip RAM access is 32-bit for CPU and graphics DMA only; audio, floppy, Copper, and blitter DMA remain 16-bit
References
See also
{{DEFAULTSORT:Amiga Chip RAM
Amiga