Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

80960KA Datasheet(PDF) 8 Page - Intel Corporation

Part # 80960KA
Description  EMBEDDED 32-BIT MICROPROCESSOR
Download  43 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  INTEL [Intel Corporation]
Direct Link  http://www.intel.com
Logo INTEL - Intel Corporation

80960KA Datasheet(HTML) 8 Page - Intel Corporation

Back Button 80960KA Datasheet HTML 4Page - Intel Corporation 80960KA Datasheet HTML 5Page - Intel Corporation 80960KA Datasheet HTML 6Page - Intel Corporation 80960KA Datasheet HTML 7Page - Intel Corporation 80960KA Datasheet HTML 8Page - Intel Corporation 80960KA Datasheet HTML 9Page - Intel Corporation 80960KA Datasheet HTML 10Page - Intel Corporation 80960KA Datasheet HTML 11Page - Intel Corporation 80960KA Datasheet HTML 12Page - Intel Corporation Next Button
Zoom Inzoom in Zoom Outzoom out
 8 / 43 page
background image
80960KA
5
purpose registers provided in other popular micropro-
cessors. 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 80960KA
allocates 16 local registers (R0 through R15). Each
local register is 32 bits wide.
1.1.4.
Multiple 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.
Although 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 proba-
bility of having a free frame available on the cache
when a call is made is very high. In fact, runs of repre-
sentative 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
procedure is called, the 80960KA moves the oldest
local register set in the stack-frame cache to a
procedure stack in memory to make room for a new
set of registers. Global register G15 is the frame
pointer (FP) to the procedure stack.
Global registers are not exchanged on a procedure
call, but retain their contents, making them available
to all procedures for fast parameter passing.
1.1.5.
Instruction Cache
To further reduce memory accesses, the 80960KA
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
necessary until the program exits the loop. Similarly,
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.6.
Register Scoreboarding
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:
ld data_2, r4
ld data_2, r5
Unrelated instruction
Unrelated instruction
add R4, R5, R6
In essence, the two unrelated instructions between
LOAD and ADD are executed “for free” (i.e., take no
apparent time to execute) because they are executed
while the register is being loaded. Up to three load
instructions can be pending at one time with three
corresponding scoreboard bits set. By exploiting this
feature, system programmers and compiler writers
have a useful tool for optimizing execution speed.


Similar Part No. - 80960KA

ManufacturerPart #DatasheetDescription
logo
Intel Corporation
80960KB INTEL-80960KB Datasheet
418Kb / 39P
   EMBEDDED 32-BIT MICROPROCESSOR WITH INTEGRATED FLOATING-POINT UNIT
80960KB INTEL-80960KB Datasheet
2Mb / 44P
   EMBEDDED 32-BIT MICROPROCESSOR WITH INTEGRATED FLOATING-POINT UNIT
80960KB INTEL-80960KB Datasheet
2Mb / 44P
   EMBEDDED 32-BIT MICROPROCESSOR WITH INTEGRATED FLOATING-POINT UNIT
More results

Similar Description - 80960KA

ManufacturerPart #DatasheetDescription
logo
Intel Corporation
80960JD INTEL-80960JD Datasheet
2Mb / 61P
   EMBEDDED 32-BIT MICROPROCESSOR
A80960KA INTEL-A80960KA Datasheet
2Mb / 41P
   EMBEDDED 32-BIT MICROPROCESSOR
80960JA INTEL-80960JA Datasheet
1Mb / 63P
   EMBEDDED 32-BIT MICROPROCESSOR
A80960JF-33 INTEL-A80960JF-33 Datasheet
1Mb / 78P
   EMBEDDED 32-BIT MICROPROCESSOR
A80960JD-66 INTEL-A80960JD-66 Datasheet
744Kb / 59P
   3.3 V EMBEDDED 32-BIT MICROPROCESSOR
80960JA INTEL-80960JA Datasheet
825Kb / 77P
   3.3 V EMBEDDED 32-BIT MICROPROCESSOR
logo
Integrated Device Techn...
79RC32364 IDT-79RC32364 Datasheet
481Kb / 21P
   RISController Embedded 32-bit Microprocessor, based on RISCore32300
logo
Freescale Semiconductor...
MCIMX233DJM4C FREESCALE-MCIMX233DJM4C Datasheet
298Kb / 2P
   i.MX233 Applications Processor 32-bit Embedded Microprocessor ??ARM
logo
Renesas Technology Corp
79RC32364 RENESAS-79RC32364 Datasheet
526Kb / 22P
   RISControllerTM Embedded 32-bit Microprocessor, based on RISCore32300
June 20, 2000
logo
Intel Corporation
80960SA INTEL-80960SA Datasheet
374Kb / 39P
   EMBEDDED 32-BIT MICROPROCESSOR WITH 16-BIT BURST DATA BUS
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com