old-www/HOWTO/Alpha-HOWTO-5.html

59 lines
2.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Brief Introduction to Alpha Systems and Processors: A Few Notes On Clocking</TITLE>
<LINK HREF="Alpha-HOWTO-6.html" REL=next>
<LINK HREF="Alpha-HOWTO-4.html" REL=previous>
<LINK HREF="Alpha-HOWTO.html#toc5" REL=contents>
</HEAD>
<BODY>
<A HREF="Alpha-HOWTO-6.html">Next</A>
<A HREF="Alpha-HOWTO-4.html">Previous</A>
<A HREF="Alpha-HOWTO.html#toc5">Contents</A>
<HR>
<H2><A NAME="s5">5. A Few Notes On Clocking</A></H2>
<P> All of the current Alpha CPUs use high-speed clocks, because their
microarchitectures have been designed as so-called short-tick
designs. None of the sytem busses have to run at horrendous speeds as
a result though:
<P>
<UL>
<LI> on the 21066(A), 21064(A), 21164 the off-chip cache (Bcache)
timing is completely programmable, to the resolution of the CPU
clock. For example, on a 275MHz CPU, the Bcache read access time can
be controller with a resolution of 3.6ns
</LI>
<LI> on the 21066(A), the DRAM timing is completely programmable, to
the resolution of the CPU clock (<EM>not</EM> the PCI clock, the CPU clock).
</LI>
<LI> on the 21064(A), 21164(A), the system bus frequency is a
sub-multiple of the CPU clock frequency. Most of the 21064
motherboards use a 33MHz system bus clock.
</LI>
<LI> Systems that use the 21066 can run the PCI at any frequency
relative to the CPU. Generally, the PCI runs at 33MHz.
</LI>
<LI> Systems that use the APECs chipset (see Section
<A HREF="Alpha-HOWTO-6.html#The chip-sets">The chip-sets</A>
) always have their CPU system bus equal to their PCI bus
frequency. This means that both busses tends to run at either 25MHz or
33MHz (since these are the frequencies that scale up to match the CPU
frequencies). On APECs systems, the DRAM controller timings are
software programmable in terms of the CPU system bus frequency
</LI>
</UL>
<P><B>Aside:</B> someone suggested that they were getting bad performance
on a 21066 because the 21066 memory controller was only running at
33MHz. Actually, it's the superfast 21064A systems that have memory
controllers that 'only' run at 33MHz.
<P>
<P>
<HR>
<A HREF="Alpha-HOWTO-6.html">Next</A>
<A HREF="Alpha-HOWTO-4.html">Previous</A>
<A HREF="Alpha-HOWTO.html#toc5">Contents</A>
</BODY>
</HTML>