Information in this document is provided in connection with Intel products. No license, express or implied, by
estopp el or otherw ise, to any intellect ual proper ty rights is granted by this documen t. Except as provided in
Intel’s Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel
disclaims any express or implie d warranty, relating to sale and/or use of Intel products inc luding liabi lity or
warrant ie s relat ing to fitnes s for a part icula r pu rpos e, mer chan tabil ity, or infri ngem ent of any pa tent, copy right
or other intellectual property right. Intel products are not intended for use in medical, life saving, or life
sus taining applications. Intel may make changes to specifications and product descriptions at any time, without
notice. Contact your local I ntel sales office or your distributor to obtain th e latest specificat ions and befo re
placing your product order.
Intel retains the right to make changes to specifications and product descriptions at any time, without notice.
*Third party brands and names are the property of their respective owners.
Copies of documents which have an ordering number and are referenced in this document, or other Intel
literature, may be obtained from:
Intel Corporation
P.O. Box 7641
Mt. Prospect IL 60056-7641
or call 1-800-879-4683.
2.5 Test Load Circuit ............................................................................................................................... 14
2.7 DC Characteristics ............................................................................................................................ 15
2.6 Absolu te Max im um Ra tin gs ... ... .... ............ ... ............ ........... .... ............ ... ............ .... ........... ........ .... ... . 15
2.8 AC Specifications ............................................................................................................................. 16
2.8.1 AC Specification T a bles ......................................................................................................... 17
3.0 MECHANICAL DATA ................................................................................................................................ 21
3.3 Package The rm al Spec if ic ati on .... .... .... .... ........... .... ........... .... ............ ... ............ ........... .... ........ .... ... . 29
5.0 REVISION HISTORY ............................................................................................................................... 38
Figure 3.Multiple Register Sets Are Stored On-Chip ...............................................................................6
Figure 4.Connection Recommendations for Low Current Drive Network .............................................. 11
Figure 5.Connection Recommendations for High Current Drive Network .............................................. 11
Figure 6.Typical Supply Current vs. Case Temperature .........................................................................12
Figure 7.Typical Current vs. Frequency (Room Temp) ..........................................................................12
Figure 8.Typical Current vs. Frequency (Hot Temp) ..............................................................................13
Figure 9.Worst-Case Voltage vs. Output Current on Open-Drain Pins ..................................................13
Figure 10.Capacit iv e Dera tin g Curv e ...... ... .... .... .... ........... .... ............ ... ............ .... ........... .... ............... ......13
Figure 11.Test Load Circuit for Three-State Output Pins .........................................................................14
Figure 12.Test Load Circuit for Open-Drain Output Pins ..........................................................................14
Figure 13.Drive Levels and Timing Relationships for 80960KA Signals ..................................................16
Tab le 1.80960KA Ins tru c tio n Set ....... .... .... .... ........... .... ........... .... ............ ... ............ .... ........... .... .... .... ... .. 3
Tab le 14.80960KA PQ FP Pac k age The rm al Chara ct eri st ics ........ .... ........... .... ............ .... ........... .... .......30
v
80960KB
1.0THE i960® PROCESSOR
The 80960KB is a member of Intel’s i960® 32-bit
processor family, which is designed especially for
embedded applications. It includes a 512-byte
instruction cache, an integrated floating-point unit
and a built- in int errupt contro ller. The 80 960K B has
a larg e registe r set, m ultiple parallel execut ion units
and a high-bandwidth burst bus. Using advanced
RISC technology, this high performance processor is
capab le of exec ution rates in excess of 9. 4 million
instructions per second
for a wide range of applications including non-impact
printers, I/O control and specialty instrumentation.
The embedded market includes applications as
diverse as industrial automation, avionics, image
processing, graphics and networking. These types of
* Relative to Digital Equipment Corporation’s VAX-11/780
at 1 MIPS (VAX-11™ is a trademark of Digital Equipment
Corporation)
*
. The 80960KB is well-suited
applications require high integration, low power
consumption, quick interrupt response times and
high performance. Since time to market is critical,
embedded microprocessors need to be easy to use
in both hardware and software designs.
All members of the i960 processor family share a
common core architecture which utilizes RISC
techno logy s o that, ex cept fo r specia l functi ons, th e
family members are object-code compatible. Each
new p ro ce ss o r in th e family a dds its o w n sp ec ia l set
of functions to the core to satisfy the needs of a
specific application or range of applications in the
embedded market.
Software written for the 80960KB will run without
modification on any other member of the 80960
Family. It is also pin-compatible with the 80960KA
and the 80960MC which is a military- grade ve rsion
that supports multitasking, memory management,
multiproce ss ing and fau lt to lerance.
FFFF FFFFH0000 0000H
ADDRESS SPACE
ARCHITECTURALLY
DATA STRUCTURES
FETCHLOADSTORE
INSTRUCTION CACHE
INSTRUCTION
STREAM
INSTRUCTION
EXECUTION
PROCESSOR STATE
REGISTERS
INSTRUCTION
POINTER
ARITHMETIC
CONTROLS
PROCESS
CONTROLS
TRACE
CONTROLS
SIXTEEN 32-BIT GLOBAL REGISTERS
REGISTER CACHE
SIXTEEN 32-BIT LOCAL REGISTERS
FOUR 80-BIT FLOATING POINT REGISTERS
CONTROL REGISTERS
DEFINED
r15
g0
g15
r0
Figure 2. 80960KB Programming Environment
1
80960KB
1.1Key Performan ce Featu res
The 80 96 0 arc hitec tur e is b ased on the mos t rece nt
advances in microprocessor technology and is
grounded in Intel’s long experience in the design and
manufacture of embedded microprocessors. Many
features contribute to the 80960KB’s exceptional
performance:
1. Large Register Set. Having a la rge num be r of
registers reduces the number of times that a
processor needs to access memory. Modern
compilers can take advantage of this feat ure to
optimize execution speed. For maximum flexibility, the 80960KB provides thirty-two 32-bit
registers and four 80-bit floating point registers.
(See Figure 2.)
2. Fast I nstru ction Exe cution . Simpl e functi ons
make up the bulk of instructions in most
programs so that execution speed can be
improved by ensuring that these core instructions are ex ecut ed as quic kly as po ssib le. Th e
most frequently executed instructions such as
register-register moves, add/subtract, logical
operations and shifts execute in one to two
cycles. (Table 1 contains a list of instructions.)
3. Load/Store Architecture. One way to improve
execution speed is to reduce the number of
times that the processor must access memory
to perform an operation. As with other
processors based on RISC technology, the
80960KB has a Load/Store architecture. As
such, only the LOAD and STORE instructions
reference memory; all other instructions
operat e on registers. This type of architecture
simplifies instruction decoding and is used in
comb ination with other te chniqu es t o incre ase
para llelis m.
4. Simple Instruction Formats. All instructions
in the 8 0960KB are 32 bits long and m ust be
aligned on word boundaries. This alignment
makes it possible to eliminate the instruction
align ment stage in th e p ipeli ne. To simplif y the
instruction decoder, there are only five
instruction formats; each inst ruction uses only
one format. (See Figure 3.)
5. Overlapped Instruction Execution. Load
operations allow execution of subsequent
instructions to continue before the data has
been returned from memory, so that these
instructions can overlap the load. The
80960KB manages this process transparently
to software through the use of a register scoreboar d. Condi tional ins tructio ns also m ake use
of a scoreboard so that subsequent unrelated
instructions may be executed while the conditional instruction is pendin g.
6. Integer Execution Optimization. When the
resu lt of an a rith meti c ex ecu tion i s us ed a s an
operand in a subsequent calculation, the value
is se nt immedia tely to its dest ination register.
Yet at the same time, the value is put on a
bypass path to the ALU, thereby saving the
time that otherwise would be required to
retrieve the value for the next operation.
7. Bandwidth Optimizations. The 80960KB gets
optimal use of its memory bus bandwidth
because the bus is tuned for use with the
on-chip instruction cache: instruction cache
line size matches the maximum burst size for
instruction fetches. The 80960KB automatically
fetches four words in a burst and stores them
directly in the cache. Due to the size of the
cach e and the fa ct that i t is co ntin ua lly fi lled in
anticipation of needed instructions in the
prog ram flow, the 80960K B is rel atively insensitive to memory wait states. The benefit is that
the 80960KB delivers outstanding performance
even wi th a low cost memor y system.
8. Cache Bypass. If a cache miss occurs, the
processor fetches the needed instruction then
sends it on to the instruction decoder at the
same time it updates the cache. Thus, no extra
time is spent to load and read the cache.
2
80960KB
Table 1. 80960KB Instruction Set
Data MovementArithmeticLogicalBit and Bit Field
Load
Store
Move
Load Address
Add
Subtract
Multiply
Divide
Remain der
Modulo
Shift
And
Not And
And Not
Or
Exclusive Or
Not Or
Or Not
Exclusive Nor
Not
Set Bit
Clear Bit
Not Bit
Check Bit
Alter Bit
Scan For Bit
Scan Over Bit
Extract
Modi fy
Nand
Rotate
Comp ar i sonBranc hCall/Re t urnFault
Compare
Conditional Compare
Com pa re an d Inc r e me nt
Com pa re and Decr em e nt
Unc on di tional Br an c h
Conditional Branch
Com pa re and Bran c h
Call
Call Extended
Call System
Return
Conditional Fault
Synchronize Faults
Bra nch and Link
DebugMiscellaneousDecimalFloating Point
Modify Trace Controls
Mark
Force Mark
Atomic Add
Atom i c Mo di fy
Flush Local Registers
Modify Arithmetic
Controls
Scan Byte for Equa l
Test Condition C ode
Modify Process Controls
Deci mal Move
Decimal Add with Carry
Decimal Subtract with
Carry
Move Real
Add
Subtract
Multiply
Divide
Remainder
Scale
Round
Square Root
Sine
Cosine
Tangent
Arctangent
Log
Log Binary
Log Natural
Exponent
Classify
Copy Real Extended
Compare
SynchronousConversion
Synchronous Load
Synchronous Move
Convert Real to Integer
Convert Integer to Real
3
80960KB
Control
Compare and
Branch
Register to
Register
Memory
Access—Short
Memory
Access—Long
OpcodeReg/LitRegMDisplacement
OpcodeRegReg/LitModesExt’d OpReg/Lit
OpcodeRegBaseModeScalexxOffset
Figure 3. Instruction Formats
1.1.1Memory Space And Addressing Modes
The 80960KB offers a linear programming
environment so that all programs running on the
pro cessor are co ntaine d in a single add ress s pace.
Maximum address space size is 4 Gigabytes (2
32
bytes).
For ease of use the 80960KB has a small number of
addr ess ing mode s, bu t inc lude s al l th ose nece ssa ry
to ensure efficient execution of high-level languages
such as C. Table 2 lists the mode s.
Table 2. Memory Addressing Modes
• 12-Bit Offset
• 32-Bit Offset
• Register-Indirect
• Register + 12-Bit Offset
• Register + 32-Bit Offset
• Register + (Index-Register x Scale-Factor)
• Register x Scale Factor + 32-Bit Displacement
• Register + (Index-Register x Scale-Factor) +
32-Bit Displacement
• Scale-Facto r is 1, 2, 4, 8 or 16
OpcodeDisplacement
OpcodeRegBaseMXOffset
Displacement
1.1.2Data Types
The 80960KB recognizes the following data types:
Numeric:
• 8-, 16-, 32- and 64-bit ordinals
• 8-, 16-, 32- and 64-bit integers
• 32-, 64- and 80-bit real numbers
Non-Numeric:
•Bit
• Bit Field
• Triple Word (96 bits)
• Quad-Word (128 bits)
1.1.3Large Registe r Se t
The 8096 0KB pro gram ming en vironm ent inc ludes a
large number of registers. In fact, 32 registers are
available at any time. The availability of this many
registers greatly reduces the number of memory
accesses required to perform algorithms, which
leads to greater instruction processing speed.
There are two types of general-purpose registers:
local an d global. The 20 global registe rs consist of
sixteen 32-bit registers (G0 though G15) and four
80-bit registers (FP0 through FP3). These registers
4
80960KB
perform the same function as the general-purpose
regi ste rs p r ov id ed i n other po pu la r m i croproc es so r s .
The term global refers to the fact that these registers
retain their contents across procedure calls.
The local registers, on the other hand, are procedure
specific. For each procedure call, the 80960KB
alloca tes 16 loca l regis ters ( R0 thr ough R1 5). Ea ch
local register is 32 bits wide. Any register can also be
used for single or double-precision floating-point
operations; the 80-bit floating-point registers are
provided for extended prec ision.
1.1.4Multiple Register Sets
To further increase the efficiency of the register set,
multiple sets of local registers are stored on-chip
(See Figure 4). This cache holds up to four local
register frames, which means that up to three
procedure calls can be made without having to
access the procedure stack resident in memory.
Alth ough programs may have procedure calls nested
many calls deep, a program typically oscillates back
and forth between only two to three levels. As a
result, with four stack frames in the cache, the
probability of having a free frame available on the
cache when a c a ll is m ade is ve r y hi gh . In fact, runs
of representative C-language programs show that
80% of the calls are handled without needing to
access memory.
If four or more procedures are active and a new
proced ure is called, the 80960KB moves the oldest
local register set in the stack-frame cache to a
proc edure stac k in m emor y to make room fo r a new
set of registers. Global register G15 is the frame
pointer (FP) to the procedure stack.
Global and floating point registers are not
exchanged on a procedure call, but retain their
contents, making them available to all procedures for
fast parameter passing.
1.1.5Instruction Cache
To further reduce memory accesses, the 80960KB
includes a 512-byte on-chip instruction cache. The
instruction cache is based on the concept of locality
of reference; most programs are not usually
executed in a steady stream but consist of many
branches, loops and procedure calls that lead to
jumping back and forth in the same small section of
code. Thus, by maintaining a block of instructions in
cache, the number of memory references required to
read instructions into the processor is greatly
reduced.
To load the instruction cache, instructions are
fetched in 16-byte blocks; up to four instructions can
be fetched at one time. An efficient prefetch
algorithm increases the probability that an instruction
will already be in the cache when it is needed.
Code for small loops often fits entirely within the
cache, leading to a great increase in processing
speed since further memory references might not be
neces s ary u nti l the program ex its the lo op. Sim il ar l y,
when calling short procedures, the code for the
calling procedure is likely to remain in the cache so it
will be there on the procedure’s return.
1.1.6Register Sco reb oa rd ing
The instruction decoder is optimized in several ways.
One optimization method is the ability to overlap
instructions by using register scoreboarding.
Register scoreboarding occurs when a LOAD moves
a variable from memory into a register. When the
instruction initiates, a scoreboard bit on the target
register is set. Once the register is loaded, the bit is
reset. In between, any reference to the register
contents is accompanied by a test of the scoreboard
bit to ensure that the load has completed before
processing continues. Since the processor does not
need to wait for the LOAD to complete, it can
execute additional instructions placed between the
LOAD and the instruction that uses the register
contents, as shown in the following example:
In essence, the two unrelated instructions between
LOAD an d ADD are exe cu ted “f or f r ee ” ( i .e. , ta ke n o
apparent time to execute) because they are
executed while the register is being loaded. Up to
three load in structions can be pending at one tim e
with three corresponding scoreboard bits set. By
exploiting this feature, system programmers and
compiler writers have a useful tool for optimizing
exec ution speed.
5
80960KB
REGISTER
ONE OF FOUR
LOCAL
REGISTER SETS
CACHE
Figure 4. Multiple Register Sets Are Stored On-Chip
1.1.7Floating-Point Arithmetic
In the 80960KB, floating-point arithmetic has been
made an in teg r a l pa rt o f th e a rc hit ec tu r e. H avin g th e
floating-point unit integrated on-chip provides two
advantages. First, it improves the perform ance of the
chip for floating-point applications, since no
additional bus overhead is associated with
floating-point calculations, thereby leaving more time
for other bus operations such as I/O. Second, the
cost of using floating-point operations is reduced
because a separate coprocessor chip is not
required.
The 80960KB floating-point (real-number ) data types
include single-precision (32-bit), double-precision
(64-bit) and extended precision (80-bit) floating-point
numbers. Any registers may be used to execute
floating-point operations.
LOCAL REGISTER SET
R
0
R
15
31
0
Table 3. Sample Floating-Point Execution Times
(µs) at 25 MHz
Function32-Bit64-Bit
Add0.40.5
Subtract0.40.5
Multiply0.71.3
Divide1.32.9
Square Root3.73.9
Arcta ng ent10.113.1
Exponent11.312.5
Sine15.216.6
Cosine15.216.6
1.1.8 High Bandwidth Local Bus
The processor provides hardware support for both
mandatory and recommended portions of IEEE
Standard 754 for floating-point arithmetic, including
all arithmetic, exponential, logarithmic and other
transcendental functions. Table 3 shows execution
times for some representative instructions.
6
The 80960KB CPU resides on a high-bandwidth
address/data bus known as the local bus (L-Bus).
The L-Bus provides a direct communication path
between the processor and the memory and I/O
subsystem interfaces. The processor uses the L-Bus
to fetch instructions, manipulate memory and
respond to interrupts. L-Bus features include:
• 32-bit mul tiplexed address/data path
• Four-word burst capability which allows transfers
from 1 to 16 byte s at a tim e
• High bandwidth reads and writes with
66.7 MBytes/s burst (at 25 MHz)
Tabl e 4 defines L-bu s signal names and functions;
Table 5 defines other component-support signals
such as interrupt lines.
80960KB
1.1.9Interrupt Handling
The 80960KB can be interrupted in two ways: by the
activa tion of on e o f fou r inter rup t pin s or b y se nding
a message on the processor’s data bus.
The 80960KB is unusual in that it automatically
handle s interr upts on a pr iority ba sis and can keep
track of pending interrupts through its on-chip
interr upt co ntroller. Two of the inte rrupt pi ns can be
configured to provide 8259A-style handshaking for
expansion beyond four interrupt lines.
1.1.10 Debug Features
The 8096 0KB has bui lt-in debug ca pabilitie s. There
are two types of breakpoints and six trace modes.
Debu g feature s are co ntroll ed by two internal 32-bi t
registers: the Process-Controls Word and the
Trace-Controls Word. By setting bits in these control
words, a software debug monitor can closely control
how the processor responds during program
execution.
The 80960KB provides two hardware breakpoint
registers on-chip which, by using a special
command, can be set to any value. When the
instr uction pointer matches either breakpoint register
value, the breakpoint handling routine is automatically called.
The 80960KB also provides software breakpoints
through the use of two instructions: MARK and
FMARK. These can be placed at any point in a
prog ram and cau se the proce ssor to halt execution
at that point and call the breakpoint handling routine.
The breakpoint mechanism is easy to use and
provides a powerful debugging tool.
Tracing is available for instructions (single step
execution), calls and returns and branching. Each
trace type may be enabled sepa rately by a spec ial
debug instruction. In each case, the 80960KB
executes the in struction firs t and then calls a trace
handling routine (usually part of a software debug
monitor). Further program execution is halted until
the routine completes, at which time execution
resumes at the next instruction. The 80960KB’s
tracing mechanisms, implemented completely in
hardware, greatly simplify the task of software test
and debug.
1.1.11 Fault Detection
The 80960KB has an automatic mechanism to
handle faults. Fault types include floating point, trace
and ar ith meti c fa ults. When t he p roces sor dete cts a
fault, it automatically calls the appropriate fault
handling routine and saves the current instruction
pointer and necessary state information to make
efficient recovery possible. Like interrupt handling
routines, fault handling routines are usually writ ten to
meet the needs of specific applications and are often
included as part of the operating system or kerne l.
For each of the fault types, there are numerous
subtypes that provide specific information about a
fault. For example, a floating point fault may have
the subtype set to an Overflow or Zero-Divide fault.
The fault handler can use this specific information to
respond correctly to the fault.
1.1.12 Built-in Testability
Upon re se t, the 80 960KB a ut om at ic ally c on du c ts a n
exhaustive internal test of its major blocks of logic.
Then, b efore ex ecutin g its firs t instru ction, it does a
zero check sum on the first eight words in memory to
ensure that the memory image was programmed
correctly. If a problem is discovered at any point
during the self-test, the 80960KB asserts its
FAILURE
pin an d will not beg in prog ram exe cution .
Self test takes approximately 47,000 cycles to
complete.
System manufacturers can use the 80960KB’s
self-test feature d uring incoming parts i nspection. No
special diagnostic programs need to be written. The
test is both thorough and fast. The self-t est capability
helps ensure that defective parts are discovered
before systems are shipped and, once in the field,
the self -test makes it ea sier to distingu ish between
prob lems cau sed b y pr oces sor fa ilur e an d prob le ms
resulting from other causes.
1.1.13 CHMOS
The 809 60KB is fabr icated using Intel’s CHMOS IV
(Complementary High Speed Metal Oxide Semiconductor ) pr oc ess. The 8 0960 KB is cu rre ntly avai labl e
in 16, 20 and 25 MHz versions.
7
80960KB
Table 4. 80960KB Pin Description: L-Bus Signals (S heet 1 of 2)
NAMETYPEDESCRIPTION
CLK2ISYSTEM CLOCK provides the fundamental timing for 80960KB systems. It is
divided by two inside the 80960KB and four 80-bit registers (FP0 through FP3) to
generate the internal processor clock.
LAD31:0I/O
T.S.
LOCAL ADDRESS / DATA BUS carries 32-bit physical addresses and data to
and from memory. During an address (T
address (bits 0-1 indicate SIZE; see below). Dur ing a data (T
) cycle, bits 2-31 contain a physical word
a
) cycle, bits 0-31
d
contain read or write data. These pins float to a high impe dance state when not
active.
Bits 0-1 comprise SIZE during a T
cycle. SIZE specifies burst transfer size in
a
words.
LAD1LAD0
001 Word
012 Words
103 Words
114 Words
ALE
ADS
W/R
DT/R
DEN
READY
LOCK
O
T.S.
O
O.D.
O
O.D.
O
O.D.
O
O.D.
IREADY indicates that data on LAD lines can be sampled or removed. If READY
I/O
O.D.
ADDRESS LATCH ENABLE indicates the transfer of a physical address. ALE is
asserted during a T
cycle and deasserted before the beginning of the Td state. It
a
is activ e LO W an d flo at s to a hig h im pe dance st ate dur i ng a hold cyc le (T
ADDRESS/DATA STATUS indicates an address state. ADS is asserted every Ta
state an d dea ss er ted du rin g t h e fol l owi ng T
asserted again every T
state where READY was asserted in the previous cycle.
d
state . Fo r a b ur st t r ansa ct ion, A DS is
d
WRITE/READ specifies, during a Ta cycle, whether th e operation is a writ e or
read. It is latched on-chip and r emains valid during T
cycles.
d
DATA TRANSMIT / RECEIVE indicates the direction of data transfer to and from
the L-Bus. It is low during T
edgm ent; it is hi gh during T
when DEN
is asserted.
and Td cycles for a read or interr upt acknowl-
a
and Td cycles for a write. DT/R neve r ch an ges state
a
DATA ENABLE (active low) enables data transceivers. The processor asserts
DEN# during all Td and Tw states. The DEN# line is an open drain-output of the
80960KB-processor.
is not asserted during a T
inserting a wait state (T
cycle, the Td cycle is extended to the next cycle by
d
) and ADS is not asserted in the next cycle.
w
BUS LOCK prevents bus masters from gaining control of the L-Bus during
Read/Modify/Write (RMW) cycle s. The processor or any bus agent may assert
LOCK
.
At t he start of a RMW operat ion, the processor examines the LOCK
pin. If the pin
is already asserted, the processor waits until it is not asserted. If the pin is not
asser te d, th e p roce ss or ass ert s LO CK
The processor deasserts LOCK
time LOCK
is asserted, a bus agent can perform a normal read or write but not a
in the Ta cycle of the write transaction. During th e
during the Ta cycle of the read transaction.
RMW op eration.
The processor also asserts LOCK
Do not leave LOCK
unconnected. It must be pulled high for the processor to
during interrupt-acknowledge transactions.
function properly.
I/O = Input/Output, O = Output, I = Input, O.D. = Open Drain, T .S. = Three-state
).
h
ERRATA - 6/13/97
pin description omitted.
DEN
8
80960KB
Table 4. 80960KB Pin Description: L-Bus Signals (She et 2 of 2)
NAMETYPEDESCRIPTION
BE3:0O
O.D.
BYTE ENABLE LINES specify the data bytes (up to four) on the bus which are
used in th e c urr e nt bu s c ycl e. BE 3
corresponds to LAD31:24; BE0 corresponds to
LAD7:0.
The byte enables are provided in advance of data:
Byte enables asserted during T
Byte enables asserted during T
(the word to be transmitted following the next assertion of READY
Byte enables that occur during T
READY
from one T
are undefined. Byte enables are latched on-chip and remain constant
cycle to the next when READY is not asserted.
d
specify the bytes of the first data word.
a
specify the bytes of the next data word, if any
d
).
cycles that precede the last assertion of
d
For reads, byte enables specify the byte(s) that the processor will actually use.
L-Bus agents are required to assert only adjacent byte enables (e.g., asserting
just BE0
enable. Address bi ts A
and BE2 is not permitted) and are required to assert at least one byte
and A1 can be decoded externally from the byte enables.
0
HOLDIHOLD: A request fro m an external bus master to acquire the bus. When the
processor receives HOLD and grants bus control to another master, it floats its
three-state bus lines and open-drain control lines, asserts HLDA and enters the
T
state. When HOLD deasserts, the processor deasserts HLDA and enters the
h
or Ta state.
T
i
HLDAO
T.S.
CACHEO
T.S.
HOLD ACKNOWLEDGE: Notifies an external bus master that the processor has
relinquished control of the bus.
CACHE indicates when an access is cacheable during a T
cycle. It is not
a
asserted during any synchronous access, such as a syn c hronous load or move
instruction used for sending an IAC message. Th e CACHE s ignal floats to a high
impedance state when the processor is idle.
I/O = Input/Output, O = Output, I = Input, O.D. = Open Drain, T.S. = Three-state
Table 5. 80960KB Pin Description: Support Signals (Sheet 1 of 2)
NAMETYPEDESCRIPTION
BADAC
IBAD ACCESS, if asserted in the cycle following the one in which the last READY
of a tr ansaction is asserted, indicates that an unre coverable error has occurred
on the c urr ent bu s tr an sa ctio n or t ha t a syn ch ron ous l oad/ st ore i nstr uct io n h as not
been acknowledged.
During system reset the BADAC
signal is interpreted differently. If the signal is
high, it indicates that t his processor will perform system initialization. If it is low,
another processor in the system will perform system initialization instead.
RESETIRESET clears the processor’s internal logic and causes it to reinitialize.
During RESET assertion, the input pins are ignored (except for BADAC
/INT0), the three-state output pins are placed in a high impedance state and
IAC
other output pins are placed in their non-asserted states.
RESET must be asserted for at least 41 CLK2 cycl es for a predictabl e RESET.
The HIGH to LOW transition of RESET should occur after the rising edge of both
CLK2 and the external bus clock and before the next rising edge of CLK2.
I/O = Input/Output, O = Output, I = Input, O.D. = Open Drain, T .S. = Three-state
and
9
80960KB
Table 5. 80960KB Pin Description: Support Signals (Sheet 2 of 2)
NAMETYPEDESCRIPTION
FAILUREO
O.D.
INITIALIZATION FAILURE indicates that the processor did not initialize correctly .
After R ESET deassert s and before the first bus transaction begins, FAI LURE
asserts while the processor performs a self-test. If the self-test completes
successfully, then FAILURE
checksum on the first eight words of memory. If it fails, FAILURE
deasserts. The processor then perform s a zero
assert s for a
second time and remains asserted. If it passes, system initiali zation contin ues
IAC
/INT
and FAILURE
0
IINTERAGENT COMMUNICATION REQUEST/INTERRUPT 0 indicates an IAC
remains deasserted.
messag e or an interr upt is pendi ng. The bus interrupt co ntrol regist er determines
how the signal is interpreted. To signal an interrupt or IAC request in a
synchronous system, this pin — as well as the other interrupt pins — must be
enabled by being deasserted for at least one bus cycle and then asserted for at
least one additional bus cycle. In an asynchronous system the pin must remain
deasserted for at least two bus cycles and then asserted for at least two more bus
cycles.
During system reset, this signal must be in the logic high condition to enable
normal processor operation. The logic low conditi on is reserved.
INT
1
/INTRIINTERRUPT2/INTERRUPT REQUEST: The interrupt control regist er determines
INT
2
IINTERRUPT 1, like INT0, provides direct interrupt signaling.
how this pin is interpreted. If INT
INT
pins. If INTR, it is used to receive an interrupt request from an external
1
, it has the same interpretation as the INT0 and
2
interrupt controller.
/INTAI/O
INT
3
O.D.
INTERRUPT3/INTERRUPT ACKNOWLEDGE: The bus interrupt control register
determines how this pin is interpreted. If INT
the INT
, INT1 and INT2 pins. If INT A, it is used as an output to control
0
inter ru pt-ack no w le dg e tr an s ac tio ns . The IN TA
remains valid during T
cycles; as an output, it is open-drain.
d
, it has the same interpretation as
3
output is latched on-chip and
N.C.N/ANOT CONNECTED indicates pins should not be connected. Never connect any
pin marked N.C. as thes e pins may be reserved for fact ory use.
I/O = Input/Output, O = Output, I = Input, O.D. = Open Drain, T.S. = Three-state
2.0ELECTRICAL SPECIFICATIONS
2.1Power and Grounding
The 80960KB is implemented in CHMOS IV
technology and therefore has modest power requirements. Its high clock frequency and numerous
output buffers (address/data, control, error and
arbitration signals) can cause power surges as
multiple output buffers simultaneously drive new
signal levels. For clean on-chip power distribution,
V
and VSS pins separately feed the device’s
CC
functional units. Power and ground connections
10
must be made to all 80960KB power and ground
pins. On the circuit board, all V
pins must be
cc
strapped closely together, preferably on a power
plane; all V
pins should be strapped together,
ss
preferably on a ground plane.
2.2Power Decoupling
Recommendations
Place a liberal amount of decoupling capacitance
near the 80960KB. When driving the L-bus the
processor can cause transient power surges, particularly when connected to a large capacitive load.
Low inductance capacitors and interconnects are
recommended for best high frequency electrical
performance. Inductance is reduced by shortening
board traces between the processor and decoupling
capacitors as much as possible.
2.3Connection Recomm endatio ns
OPEN-DRAIN OUTPUT
80960KB
V
CC
180 Ω
For reliable operat ion, always connect unused inputs
to an appropriate signal level. In particular, if one or
more interrupt lines are not used, they should be
pulled up. No inputs should ever be left floating.
All open-drain outputs require a pullup device. While
in most cases a simple pullup resistor is adequate, a
netwo rk o f p ul lu p and pu lldown r es is tors biased t o a
valid V
(>3.0 V) and terminated in the characteristic
IH
impedance of the circuit board is recommended to
limit noise and AC power consumption. Figure 5 and
Figure 6 show recommended values for the resistor
network for low and high current drive, assuming a
characteristic impedance of 100
Ω. Terminating
output si gnal s in this fashi on li mits sig nal s win g and
reduces AC power consumption.
NOTE: Do not connect external logic to pins marked
N.C.
V
CC
OPEN-DRAIN OUTPUT
220 Ω
High Drive Network:
= 3.4 V
V
OH
= 25.3 mA
I
OL
390 Ω
Figure 6. Connection Recommendations
for High Current Drive Network
2.4Characteristic Curves
Figure 7 shows typical supply current requirements
over the operating temperature range of the
processor at supply voltage (V
and Figure 9 show the typical power supply current
(I
) that th e 8 09 60KB re quires at var io us o pe r at in g
CC
frequencies when measured at three input voltage
(V
) levels an d t wo temperatur es .
CC
For a given outpu t current (I
10 shows the worst case output low voltage (V
Figure 11 shows the typical capacitive derating
curve f or the 80 960KB me asured fr om 1.5V on the
syste m cloc k (CLK ) to 1.5V o n the fa lling e dge an d
1.5V on the rising edge of the L-Bus address/data
(LAD) signals.
) of 5 V. Figure 8
CC
) the cu rve in Figur e
OL
OL
).
Low Drive Network:
= 3.0 V
V
OH
= 20.7 mA
I
OL
Figure 5. Connection Recommendations
for Low Current Drive Network
330 Ω
11
80960KB
VCC = 5.0 V
380
360
340
320
25 MHz
20 MHz
16 MHz
300
280
260
240
POWER SUPPLY CURRENT (mA)
220
200
-60-40-20020406080100120140
CASE TEMPERATURE (°C)
Figure 7. Typical Supply Current vs. Case Temperature
TEMP = +22°C
@5.5V
@5.0V
@4.5V
Figure 8. Typical Current vs. Frequency (Room Temp)
400
380
360
340
320
300
280
260
240
TYPICAL SUPPLY CURRENT (mA)
220
200
180
162025
OPERATING FREQUENCY (MHz)
12
80960KB
TEMP = +22°C
@5.5V
@5.0V
@4.5V
Figure 9. Typical Current vs. Frequency (Hot Temp)
380
360
340
320
300
280
260
240
220
TYPICAL SUPPLY CURRENT (mA)
200
180
160
162025
OPERATING FREQUENCY (MHz)
(TEMP = +85°C, V
CC
= 4.5V)
0.8
0.6
0.4
0.2
0.0
01020304050
OUTPUT LOW VOLTAGE (V)
OUTPUT LOW CURRENT(mA)
Figure 10. Worst-Case Voltage vs. Output
Current on Open-Drain Pins
2.5Test Load Circui t
Figure 12 illustr ates th e load ci rcuit us ed to test the
(TEMP = +85°C, V
CC
= 4.5V)
30
FALLING
25
20
15
10
VALID DELAY(ns)
5
THREE-STATE OUTPUT
RISING
0
020406080100
CAPACITIVE LOAD(pF)
Figure 11. Capacitive Derating Curve
80960K B’s three-state pins; Figure 13 shows the
load ci rcuit us ed to test the o pen d rain ou tputs . The
open drain test uses an active load circuit in the form
13
80960KB
of a matched diode bridge. Since the open-drain
outputs sink current, only the I
are necessary and the I
legs are not used. W hen
OH
legs of the bridg e
OL
the 80960KB driver under test is turned off, the
outpu t pin is pu lled up to V
(i.e., VOH). Diode D
REF
is turned off and the IOL current source flows through
diode D
.
2
THREE-STATE OUTPUT
1
C
L
When the 80960KB open-drain driver under test is
on, diode D
being tested drops to V
is a lso on a nd the v oltage on the pin
1
. Diode D2 turns off and I
OL
OL
flows through diode D1.
C
= 50 pF for all signals
L
Figure 12. Test Load Circuit for Three-State
Output Pins
I
OL
OPEN-DRAIN OUTPUT
= V
CC
D
2
C
L
CL = 50 pF for all signals
D
1
IOL Tested at 25 mA
V
REF
D1 and D2 are matched
Figure 13. Test Load Circuit for Open-Drain
Output Pins
14
80960KB
2.6Absolute Maximum R atings
Operating Temperature(PGA)................... 0°C to +85°C Case
(PQFP)............. 0°C to +100°C Case
Storage Temperature.................................... –65°C to +150°C
Voltage on Any Pin .................................. –0.5V to VCC +0.5V
Power Dissipation............................................ 2.5W (25 MHz)
NOTICE:This is a production data sheet. The specifi-
cations are subject to change without notice.
*WARNING: Stressing the dev ice beyond th e
“Absolute Maximum Ratings” ma y cause
permanent damage. These are stress ratings
only. Operation beyond the “Operating Conditions” is not recommended and extended
exposu re be yond the “Opera ting C ondit ions ” may
affect device reliability.
2.7DC Characteristics
PGA:80960KB (16 MHz) T
80960KB (20 and 25 MHz) T
PQFP:80960KB (16 MHz) T
80960KB (20 and 25 MHz) T
SymbolParame t erMinMaxUnitsNotes
V
IL
V
IH
V
CL
V
CH
V
OL
V
OH
I
CC
Input Low Voltage–0.3+0.8V
Input High Voltage2.0VCC + 0.3V
CLK2 Input Low Voltage–0.3+0.8V
CLK2 Input High Voltage0.55 V
Output Low Voltage0.45V(1,2)
Output High Voltage2.4V(3,4)
Power Supply Current:
16 MHz
20 MHz
25 MHz
I
LI
I
LO
C
IN
C
O
C
CLK
NOTES:
1. For three-state outputs, this parameter is measured at:
Address/Data ........................................ 4.0 mA
Controls.................................................. 5.0 mA
2. For open-drain outputs ........................... 25 mA
3. This parameter is measured at:
Address/Data ...................................... -1.0 mA
Controls................................................ -0.9 mA
ALE
4. Not measured on open-drain outputs.
5. Measured at worst case frequency, V
in Figures 12 and 13. Figure 7, Figure 8 and Figure 9 indicate typical values.
6. Input, output and clock capacitance are not tested.
..................................................... -5.0 mA
= 0°C to +85°C, VCC = 5V ± 10%
CASE
= 0°C to +85°C, VCC = 5V ± 5%
CASE
= 0°C to +100°C, VCC = 5V ± 10%
CASE
= 0°C to +100°C, VCC = 5V ± 5%
CASE
Table 6. DC Ch aracteristics
CC
and temperature, with device operating and outputs loaded to the test conditions
CC
VCC + 0.3V
315
360
420
mA
mA
mA
(5)
(5)
(5)
CC
CC
15
80960KB
2.8AC Specifications
This sect ion des cribes the AC specif icatio ns for th e
80960KB pins. All input and output timings are
spec ifi ed r el ati ve to th e 1 .5 V level of the rising edg e
of CL K2. For outp ut timings the specific ations re fer
to the time it takes the signal to reach 1.5 V.
EDGE
CLK2
0.8V
OUTPUTS:
LAD 31:0
ADS
W/R, DEN
BE3:0
HLDA
CACHE
LOCK, INTA
ABC
1.5V
T
T
8
1.5V1.5V1.5V
6
1.5V
VALID OUTPUT
T
8
T
13
For input timings the specifications refer to the time
at which the signal reaches (for input setup) or
leaves (for hold time) the TTL levels of LOW (0.8 V)
or HIGH (2.0 V). All AC testing should be done with
input voltages of 0.4 V and 2.4 V, except for the
clock (CLK2), which should be tested with input
voltages of 0.45 V and 0.55 V
D
A
T
9
1.5V
BC
T
14
CC
.
ALE
DT/R
INPUTS:
LAD31:0
BADAC
IAC/INT0, INT1
INT2/INTR, INT3
HOLD
LOCK
READY
1.5V
1.5V
T
7
T
6
10
12
VALID OUT PUT
T
11
T
11
1.5V1.5V
T
2.0V 2.0V
0.8V 0.8V
T
2.0V 2.0V
0.8V 0.8V
VALID INPUT
T
9
Figure 14. Drive Levels and Timing Relationships for 80960KB Signals
16
2.8.1AC Specification Tables
Table 7. 80960KB AC Characteristics (16 MHz)
SymbolParameterMinM axUnitsNotes
Input Clock
80960KB
T
T
T
T
T
Pro cessor Clock Pe riod (CLK2)31.25125nsVIN = 1.5V
1
Pro cessor Clock Low Time (CLK2)8nsVIL = 10% Point = 1.2V
2
Processor Clock High Time (CLK2)8nsVIH = 90% Point = 0.1V + 0.5 V
3
Pro cessor Clock Fall Time (CLK2)10nsVIN = 90% Point to 10% Point (1)
4
Pro cessor Clock R ise Time (C LK2)10nsVIN = 10% Point to 90% Point (1)
5
CC
Synch r on ou s O utp uts
T
T
T
T
T
T
Output Valid Delay225ns
6
HLDA Output Valid Delay428ns
6H
ALE Width15ns
7
ALE Output Valid Delay218ns
8
Output Float Delay220ns(2)
9
HLDA Output Float Delay420ns(2)
9H
Synchron ou s Inp uts
T
T
Input Setup 13ns(3)
10
Input Hold5ns(3)
11
T
11H
T
T
T
T
T
T
NOTES:
1. Clock rise and fall times are not tested.
2. A float condition occurs when the maximum output current becomes less than I
should not be longer than the valid delay .
3. LAD31:0, BADAC
chronous or asynchronous.
HOLD Input Hold4ns(3)
Input Setup 28ns(3)
12
Setup to ALE Inactive10ns
13
Hold after ALE Inac tiv e8ns
14
Reset Hold3ns(3)
15
Reset Setup5ns(3)
16
Reset Width1281ns41 CL K2 Per i od s Mini m um
17
, HOLD, LOCK and READY are synchronous inputs. IAC/INT0, INT1, INT2/INTR and INT3 may be syn-
. Float delay is not tested; however, it
LO
17
80960KB
Table 8. 80960 KB AC Characteristics (20 MHz)
SymbolParameterMinMaxUnitsNotes
Input Clock
T
T
T
T
T
Processor Clock Peri od (CLK2)25125nsVIN = 1.5V
1
Processor Clock Low Time (CLK2)6nsVIL = 10% Point = 1.2V
2
Processor Clock High Time ( CLK2)6nsVIH = 90% Point = 0.1V + 0.5 V
3
Processor Clock Fall Time (CLK2)10nsVIN = 90% Point to 10% Poi nt (1)
4
Processor Clock Rise Time (CLK2)10nsVIN = 10% Point to 90% Poi nt (1)
5
CC
Synchronous Outputs
T
T
T
T
T
T
Output Valid Delay220ns
6
HLDA Output Valid Delay423ns
6H
ALE Width12ns
7
ALE Output Valid Delay218ns
8
Outp ut Float Delay220ns(2)
9
HLDA Output Float Delay420ns(2)
9H
Synchr onous Inputs
T
T
Input Setup 13ns(3)
10
Input Hold5ns(3)
11
T
11H
T
T
T
T
T
T
NOTES:
1. Clock rise and fall times are not tested.
2. A float condition occurs when the maximum output current becomes less than I
should not be longer than the valid delay.
3. LAD31:0, BADAC
chronous or asynchronous.
HOLD Input Hold4ns(3)
Input Setup 27ns(3)
12
Setup to ALE Inac tiv e10ns
13
Hold after ALE Inactive8ns
14
Reset Hold3ns
15
Reset Setup5ns
16
Reset Width1025ns41 CLK2 Periods Minimum
17
, HOLD, LOCK and READY are synchronous inputs. IAC/INT0, INT1, INT2/INTR and INT3 may be syn-
. Float delay is not tested; however, it
LO
18
Table 9. 80960KB AC Characteristics (25 MHz)
SymbolParameterMinMaxUnitsNotes
Input Clock
80960KB
T
T
T
T
T
Pro cessor Clock Pe riod (CLK2)20125nsVIN = 1.5V
1
Pro cessor Clock Low Time (CLK2)5nsVIL = 10% Point = 1.2V
2
Processor Clock High Time (CLK2)5nsVIH = 90% Point = 0.1V + 0.5 V
3
Pro cessor Clock Fall Time (CLK2)10nsVIN = 90% Point to 10% Point (1)
4
Pro cessor Clock R ise Time (C LK2)10nsVIN = 10% Point to 90% Point (1)
5
CC
Synch r on ou s O utp uts
T
T
T
T
T
T
Output Valid Delay218ns
6
HLDA Output Valid Delay423ns
6H
ALE Width12ns
7
ALE Output Valid Delay218ns
8
Output Float Delay218ns(2)
9
HLDA Output Float Delay420ns(2)
9H
Synchron ou s Inp uts
T
T
Input Setup 13ns(3)
10
Input Hold5ns(3)
11
T
11H
T
T
T
T
T
T
NOTES:
1. Clock rise and fall times are not tested.
2. A float condition occurs when the maximum output current becomes less than I
should not be longer than the valid delay .
3. LAD31:0, BADAC
chronous or asynchronous.
HOLD Input Hold4ns
Input Setup 27ns
12
Setup to ALE Inactive8ns
13
Hold after ALE Inac tiv e8ns
14
Reset Hold3ns
15
Reset Setup5ns
16
Reset Width820ns41 CL K2 Per i od s Mini m um
17
, HOLD, LOCK and READY are synchronous inputs. IAC/INT0, INT1, INT2/INTR and INT3 may be syn-
. Float delay is not tested; however, it
LO
19
80960KB
T
1
T
3
HIGH LEVEL (MIN) 0.55V
LOW LEVEL (MAX) 0.8V
CLK2
CLK
1.5 V
10%
90%
T
4
FIRST
ABCDA
CC
T
5
Figure 15. Processor Clock Pulse (CLK2)
...
...
T
2
...
RESET
T
OUTPUTS
INIT PARAMETERS (BADAC
/IAC) MUST BE SET UP 8 CLOCKS
INT
0
PRIOR TO THIS CLK2 EDGE
INIT PARAMETERS MUST BE HELD
BEYOND THIS CLK2 EDGE
...
,
Figure 16. RESET Signal Timing
T
15T16
17
T15 = RESET HOLD
T
= RESET SETUP
16
= RESET WIDTH
T
17
20
80960KB
3.0MECHANICAL DATA
3.1Packaging
The 80960KB i s available i n two package types:
• 132-lead ceramic pin-grid array (PGA). Pins are
arra nged 0. 10 0 inc h ( 2.5 4 mm ) cen ter -t o-ce nt er, in
a 14 by 14 matrix, three rows around (see Figure
17).
• 132-lead plastic quad flat pack (PQFP). This
package uses fine-pitch gull wing leads arranged
in a single row along the package perimeter with
0.025 inch (0.64 mm) spacing (see Figure 20).
Dime nsio ns f or bo th pack age type s ar e giv en i n the
Intel
Packaging
handbook (Order #240800).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
3.1.1Pin Assignment
The PGA and PQFP have different pin assignments.
Figure 18 shows the view from the PGA bottom (pins
facing up) and Figure 19 shows a view from the PGA
top (p ins facin g down). F igure 20 shows the P QFP
package; Figure 21 shows the PQFP pinout with
signal names. Notice that the pins are numbered in
order from 1 to 132 around the package perimeter.
Table 10 and Table 11 list the function of each PGA
pin; Table 12 and Table 13 lis t the functio n of each
PQFP pin.
Figure 19. 80960KB PGA Pinout—View from Top (Pins Facing Down)
Fi
gure 20. 80960KB 132-Lead Plastic Quad Flat-Pack (PQFP) Package
NOTE: To address the fact that many of the package prefix variables have changed,
all package prefix variables in this document are now indicated with an "x".
NC
V
V
NC
NC
NC
NC
NC
NC
NC
NC
NC
V
V
NC
NC
NC
NC
V
V
NC
SS
CC
CC
SS
SS
SS
CC
CC
CC
6
7
A
EL
2
2
DL
D
D
A
A
A
H
L
L
NOTE: To address the fact that many of the package prefix variables have changed,
all package prefix variables in this document are now indicated with an "x".
24
2DAL
DAL
H
V
D
C
A
A
L
C
S
9
0
8
1
E
S
2
3
3DAL
0
1
Y
R/TD
R
/W
E
E
D
B
B
AER
S
2
3
E
E
E
R
B
B
UL
I
AF
S
N
K
S
S
E
CO
V
V
D
L
Figure 21. PQFP Pinout - View From Top
S
S
S
CN
C
S
N
V
C
S
S
N
V
V
S
C
C
V
S
C
C
S
S
C
N
V
V
V
3.2Pinout
Table 10. 80960KB PGA Pinout — In Pin Order
PinSignalPinSignalPinSignalPinSignal
A1V
A2V
A3LAD
A4LAD
A5LAD
A6LAD
A7LAD
A8LAD
A9LAD
A10LAD
A11LAD
A12LAD
A13INT
A14V
B1LAD
B2LAD
B3LAD
B4LAD
B5LAD
B6LAD
B7LAD
B8LAD
B9LAD
B10LAD
CC
SS
19
17
16
14
11
9
7
5
4
1
/INTRD12V
2
CC
23
24
22
21
18
15
12
10
6
2
B11CLK2F12N.C.M1N.C.P6N.C.
B12LAD
0
B13RESETF14N.C.M3V
B14V
SS
C1HOLDG2REA DY
C2LAD
25
C3B ADAC
C4V
C5V
NOTE: Do not connect any external logic to any pins marked N.C.
The 80960KB is specified for operation when case
temperature is within the range 0°C to 85°C (PGA)
or 0°C to 100°C (PQFP). Measure case temperature
at the top center of the package. Ambient temperature can be calculated from:
•T
= TC + P*θ
J
•TA = TJ + P*θ
•TC = TA + P*[θja−θjc]
Values for θja and θjc for various airflows are given in
Table 12 for the PGA package and in Table 12 for
jc
ja
If the 80960KB is to be used in a harsh environment
where the ambient temperature may exceed the
limits for the normal commercial part, consider using
an extended temperature device. These
components
are available at 16, 20 and 25 MHz in
the ceramic PGA package. Extended operating
temperature
range is –40° C to +125°C (case).
Figure 26 shows the maximum allowable ambient
temperature for the 20 MHz extended temperature
TA80960KB at various airflows. The curve assumes
of 420 mA, VCC of 5.0 V and a T
an I
CC
+125°C.
the PQFP package. The PGA’s θja can be reduced
by adding a heatsink. For the PQFP, however, a
heatsink is not generally used since the device is
intended to be surface mounted.
Maximum allowable ambient temperature (T
permitted without exceeding T
graphs in Figures 23, 24, 25 and 26. The curves
is shown by the
C
)
A
assume the maximum permitted supply current (ICC)
at each speed, V
(P
1. This table applies to 80960KB PQFP soldered directly to board.
2. θJA = θJC + θ
3. θJL = 18°C/W (approx.)
θ
= 18°C/W (approx.)
JB
CA
9999999
221918161198
θ
θ
T
h
T
h
JB
JC
θ
JL
T
h
CLK2
CLK
T
12
HOLD
T
6H
HLDA
30
Figure 22. HOLD Timing
T
11
T
9H
90
85
C)
o
80
75
70
65
TEMPERATURE (
60
55
0200400600800
AIRFLOW (ft/min)
PQFPPGA with no
heatsink
PGA with omnidirectional heatsink
PGA with unidirectional heatsink
Figure 23. 16 MHz Maximum Allowable Ambient Temperature
90
85
80
C)
o
75
70
65
60
TEMPERATURE (
55
50
0200400600800
AIRFLOW (ft/min)
PQFPPGA with no
heatsink
PGA with omnidirectional heatsink
PGA with unidirectional heatsink
80960KB
Figure 24. 20 MHz Maximum Allowable Ambient Temperature
31
80960KB
85
80
75
C)
70
o
65
60
55
50
TEMPERATURE (
45
40
0100200300400500600700800
AIRFLOW (ft/min)
PQFPPGA with no
heatsink
PGA with omnidirectional heatsink
PGA with unidirectional heatsink
Figure 25. 25 MHz Maximum Allowable Amb ient Temper ature
120
115
C)
o
110
105
100
TEMPERATURE (
95
90
0100200300400500600700800
AIRFLOW (ft/min)
PGA with no
heatsink
PGA with omnidirectional heatsink
PGA with unidirectional heatsink
Figure 26. Maximum Allowable Ambient Temperature for the Extended Temperature TA-80960KB at 20
MHz in PGA Package
32
4.0WAVEFOR MS
Figures 27, 28, 29 and 30 show the waveforms for various transactions on the 80960KB’s local bus.
80960KB
CLK2
CLK
LAD31:0
ALE
ADS
BE3:0
W/R
DT/R
T
a
T
d
T
r
T
a
T
d
T
r
DEN
READY
Figure 27. Non-Burst Read and Write Transactions Without Wait States
33
80960KB
CLK2
CLK
LAD31:0
ALE
ADS
BE3:0
W/R
DT/R
T
a
T
d
T
d
T
r
T
a
T
d
T
d
T
d
T
d
T
r
DEN
READY
Figure 28. Burst Read and Write Transaction Without Wait States
34
80960KB
CLK2
CLK
LAD31:0
ALE
ADS
BE3:0
W/R
DT/R
T
a
T
w
T
w
T
d
T
T
w
d
T
w
T
d
T
w
T
d
T
r
DEN
READY
Figure 29. Burst Write Transaction with 2, 1, 1, 1 Wait States
35
80960KB
CLK2
CLK
LAD31:0
ALE
ADS
BE3:2
BE1:0
W/R
T
a
T
w
T
d
T
d
T
T
d
d
T
r
T
a
T
w
T
d
T
r
DT/R
DEN
READY
Figure 30. Accesses Generated by Quad Word Read Bus Request, Misaligned Two Bytes from Quad
Word Boundary (1, 0, 0, 0 Wait States)
36
80960KB
CLK2
CLK
INTR
LAD31:0
ALE
ADS
PREVIOUS
CYCLE
T
X
INTERRUPT
ACKNOWLEDGEMENT
CYCLE 1
T
T
a
ADDR
T
X
IDLE
(5 BUS STATES)
T
d
T
r
T
I
T
I
T
I
T
I
I
INTERRUPT
ACKNOWLEDGEMENT
CYCLE 2
T
a
ADDR
T
T
w
d
VECTOR
T
r
INTA
DT/R
DEN
LOCK
READY
NOTE:
INTR can go low no sooner than the input hold time following the beginning of interrupt acknowledgment cycle 1.
For a second interrupt to be acknowledged, INTR must be low for at least three cycles before it can be reasserted.
Figure 31. Interrupt Acknowledge Transaction
37
80960KB
5.0REVISION HISTORY
Revision -008
To address the fact that many of the package prefix variables have changed, all package
prefix variables in this document are now indicated with an "x".
No revision history was maintained in earlier revisions of this data sheet. All errata that has been
entified to date is incorporated into this revision. The sections significantly changed since the