CA1113574A - Multiprocessor system with cache memory - Google Patents

Multiprocessor system with cache memory

Info

Publication number
CA1113574A
CA1113574A CA315,229A CA315229A CA1113574A CA 1113574 A CA1113574 A CA 1113574A CA 315229 A CA315229 A CA 315229A CA 1113574 A CA1113574 A CA 1113574A
Authority
CA
Canada
Prior art keywords
memory
cache memory
data
unit
cache
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
CA315,229A
Other languages
French (fr)
Inventor
Angus Mclagan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
General Automation Inc
Original Assignee
General Automation Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by General Automation Inc filed Critical General Automation Inc
Priority to CA315,229A priority Critical patent/CA1113574A/en
Application granted granted Critical
Publication of CA1113574A publication Critical patent/CA1113574A/en
Expired legal-status Critical Current

Links

Abstract

Abstract A multiprocessor system is described in which a plurality of central processor units share the same main memory over a common asynchronous bus. Each central processor directs all memory requests to its own high speed cache memory. If the request is to read data from memory, the cache memory control determines if the addressed data is present in the cache memory. If so, the data is transferred to the processor without accessing main memory over the bus. If the data is not present in the cache memory, the cache memory control gains access to the bus by a priority circuit and reads out the data from memory, storing the data in the cache memory at the same time that it transfers the data to the processor.
If the memory request by the processor is to write data in memory, the cache memory control gains access to the bus and initiates a data store in the main memory. At the same time, the cache memory control determines if the existing data being overwritten at the addressed location in main memory is present in the cache memory. If so, it updates the data in the cache memory at the same time it writes the data in main memory.

Description

-5'~4 ~:

~.......

1383 :MRS ¦
I
I
~
1 I MULTIPl~OCESSOR 5YSTEM WIT~I CACHE MEMORY
,1 I
¦ Field of_the Invention ' I '' This invention relates to a digital computér system, and more particularly to a multiprocessor system in which I :
the processors communicate through cache memories over a .
common ~us with a main memory.
__ , ' , ':,' ..' `:
:

: ' ' - .

` ` 1~135'74 1 B~ckclround of ehe Invcntion Multiprocessi~g systems in which a plurality of central . processing units share a common memory over a time-shared asynchronous memory bus is well known. HowPver, as the speed of processors has increased, the band width limitations of the bus has become a limiting factor in the number of processor~
that can effectively share ~he memory over a common bus.
. ' -.
Summary of the Invention 0 The present invention is directed to a multiprocessing system which enables a plurality of high speed central proces~ors to share a common memory over ~n asynchronous bu~.
The present invention permits a greater number of separate processors to be incorporated into the system without over-loading the maximum.bit ra~e capacity lband width) of the bus over which the pro~essors cvmmunicate with a common memory., In accordance with the present invention there i~
provided a multiprocessor system comprising a plurality of se~arate-processor units, each processor unit having associated therewith a cache memory unit : an addressable main memory ; a common bus connecting the cache memory units to the main memory for transferring addresses ~o the main memory and transferr~ng data between the cache memory unit and the main memory; each processor unit including means for;directing a.qroup of address si~nals and memory read or write signals to the associated cache memory unit~ ; the cache memory unit including a high speed addressable memory for storing data and tag information, means in each cache memory unit responsive to a first portion o~ the address ~ignals and the memory read signal from the associated processor unit for reading out a selected word containinq data ~, .

~3~;'7~

and tay information from the location i~ the h~gh speed addressable memory identified by said first portion of the address signals, means in each cache memory unit comparing the tag information of the word read out of the high speed memory with a second portion of the address signals from the associated processor unit, means in each cache memory unit responsive to the comparing means when the compared tag information and the second portion of the address signals are identical for transferring the data information of the word read out of the high speed memory to the associated processor unit, means in each cache memory unit responsive to a memory read si~nal from the processor unit and the comparing means when the compared tag information is not identical to said ~eco~.ld portion of the address signals from the processor unit for applying both of lS said portions of said group of address signals from the associated processor unit to the common bus and initiating a memory read cycle in the main nemory, and means ~n each cache memory unit for transferring data signals received on the common bus f rom the main memory in response to the main memory cycle to the associated processor unit.
Thus, the present in~ention pro~ldes improved bus band width for a multiprocessing sy~tem by providing an arrangement in which each processor in the multiprocessing system c~mmunicates wit~ the common bu~ to main memory through a high speed cache memory unit. The ~ache memory includes a high speed random acces~ memory storing a plurality of addressable words, each word i~cluding a data portion and a . _ tag portion. When a memory READ operation is initiated by a proce~sor the processor executes a Load command and gener-ates an addre~s in main memory whexe the data to be read i8 stored. A group of low order bits in the memory address generated by the processor is uYed a~ ths addre~s to READ

out a word of the cache memory. The tag portion of the wordread out of the cache memory is then compared with a group of high order bits of the same memory address from the processor and if these two sets of bits are identical, the data portion of the salle word read out of the cache memory is transferred directly to the processor to complete the memory access. Thus no access to the main memory over the bus is required. If the tag bits of the addressed word from the cache memory do not compare with the group of high order bits of the memory address, the cache memory unit, using the full address from the processor, initiates a memory Read operation at the corresponding address location in the main memory using the full memory address from the processor and tra~sfers this data over the bus from main memory to the cache memory unit and to the processor. The cache ~ -memory unit stores the data from main memory in the memo~y of the cache memory unit as the data portion of the word stored address at the address location corresponding to the group of lower order bits of the same memory address from the processor.
The group of higher order bits of the same memory address are simultaneously stored as the tag portion of the word stored in the same address location of the cache memory.
In the case of a memory Write operation initiated by a STORE command in the processor, the cache memory unit associated with the processor causes the address received from the processor to be transferred by the bus to ~ain memory to initiate a memory Write in the main memory. It then transfers the data from the processor to the bus for writing the data into the main memory. At the same time it uses the lower order bits of the address from the processor to address and read out a word in the cache memoryO The tag portion of 1$~

the word read out of the cache memory is compared with the higher order bits of the address from the processor. If there is identity, the data from the processor is used to update the data portion of the word read out of the cache memory and the word is again written in the same location in the cache memory.
It has been found that for all classes of programs using the present invention, the am~unt of time each processor utilizes the common bus to main memory is substantially reduced. On the average, in 93% of the memory accesses by the processor, the data is already present in~the high speed data memory of the cache memoryO This enables the num~er of separate processors communicating with main memory over the bus to be greatly expanded without exceeding the band with limit-; 15 ations of the bus.
Description of the Drawings For a more complete understanding of the invention refer-ence should be made to the accompanying drawings, wherein:
FIG. 1 is a schematic block diagram of the multi-processin~ system;
FIG. 2 is a functional block diagram of the cache memoryunit; and FIG. 3 is a functional block diagram of the main memory control~
Detailed Description Referring to Fig. 1, there lS shown a multiprocessing system comprising a plurality of central processing units~
three of which are idicated at 10, 12 and 14. However~ the number of processors can be expanded to more than three. The processing units may be of any well known type in which ~$~3~
digitally coded da~a words are processed in parallel and which provides controls for interfacing with a random access memory in response to LOAD or STORE commands in the program executed by the processor. A suitable processor is sold, for example, by General Automation, Inc~ designated the GA-16/440 CPU. Details on the operation of the GA-16 processor can be obtained from General Automation, Inc., 1055 South East Street, Anaheim, California, 92805. Associated with each central processing nnit is a high speed cache memory unit, three of which are indicated respectively at 16, 18, and 20. Each cache memory unit interfaces with the associated central processing unit by a group of address lines by which address information is trans-ferred to the cache memory unit, a group of data lines by . which data is transferred between the cache memory unit and the central processing unit, and a group of control lines for controlling the transfer of data between the cache memory unit and the central processing unit. Theprocessor uses these lines to transfer and write data into the memories a STORE
command or to read data out of the memories in response to a LOAD command.

~iL35'~q~

As hereinafter described in detail, when a central processing unit initiates a memory access, this is serviced by the cache memory unit. However, if the cache memory unit is not capable of directly servicing the request because the addressed location is not present in the cache memory, the cache memory unit initiates a memory access to a main memory 22 over a common bus 24 and memory controller 25. The main memory 22 is a conventional random access memory which can be accessed from any of the cache memories 16, 18, or 20 by means of a group of control lines in the bus 25 which provide asynchronous transfer of address and date information over a group of address/data lines in the bus 24. Access to main memory 22 by any one of the cache memory units 16, 18, or 20 is over the common bus 24 under the control of priority circuits in each of the cache memory units which are linked together by priority control lines forming part of the bus 24.
Referring to FIG. 2, each cache memory unit includes a high speed random access memory 30 which, for example, stores 1024 individually addressable words. Each addressable ~0 location in memory includes a data portion and a tag portion.

~ 4 1 When a memory access is initiated by the associated processor, an address word is coupled to the memory address lines 32. The address may, for example, consist of twenty parallel bits. At the same time the processor signals either a memory Read or a memory Write request, respectively, on either of two input control lines 34 or 36, which are connected to the cache control logic, indicated generally at 38. If the cache memory unit is busy, the cache control logic generates a Busy signal on a control line 39 to signal the processor that the cache memory is in a busy state.
: Otherwise, the cache control logic 38 causes the address word on the lines 32 to be stored in a group of address . latches 40. The cache control logic 38 also, in response to a memory Write signal, causes the data word on a group of bidirectional memory data lines 42 from the processor to be . stored in a group of data latches 44.
. Considering first the operation of the cache memory in response to a memory Read request, the ten lowest order bits of the memory address on the memory:lines 32 are used to address one of the words in the memory 30 and a memory Read ~ is initiated. The data portion of the word read out of the .~ 3 memory(is set in a group of CPU data latches 46. At the same time the group of tag bits stored in the tag portion of the word read out of the memory 30 is applied to a Compare 25 circuit 48 where they are compared with the ten highest order -bits of the address stored in the address latches 40. If the tag bits arq identical to the highest order address bits, the Compare circuit signals a "hit". The cache control logic 38, in response to the ~hit" signal on output line 50 of the Compare circuit 48 signals the processor over the Memory . ..
.: . ' .

1~13S'i'4 1 Ready control line 52 that the data is present. The processor then initiates transfer of the data word over the memory data lines 42 from the CPU data latches 46, complet-ing the Read operation.
In the event the tag bits read out of the tag array of the memory 30 are not identical to the higher order bits of the address received from the processor, the Compare circuit 48 signals a "miss". This signals the cache control logic 38 that the data being addressed is not present in the cache 0 memory. The cache control logic 38 then initiates an access to the main memory 22 over the common bus 24.
To this end, the cache control logic 38 first signals a memory request on the priority control lines by means of a priority circuit 54, such as described in detail in the above-identified copending application and incorporated herein byreference. When access to the bus 24 is granted by the priority circuit to the cache memory unit, the control logic 38 signals a main memory request on the control line MRQ
going to the main memory controller 25. At the same time, the full address stored in the latches 40 is coupled to the bus 24. The cache control logic 38 also signals over the R/W control line whether a Read or Write operation is re~uired.
The main memory controller is shown in more detail in FIG. 3. The control lines to the bus 24 are connected to the memory control logic circuit 60. Assuming a memory Read is required, the memory control logic 60 gates the address bits on the bus 24 to a group of address latches 62 and returns an Address Accepted signal over the control line ACC
to the cache control logic 38, which responds by clearing the ; address bits from the bus 24. The memory control logic 60 '. ' S7~

1 then initiates a readout of data from the random àccess main memory 22 using the full 20-bit ~ddress in the address latches 62. The memory control logic 60 then activates the data drivers to the bus 24 and issues a data-to-source S signal on the line DTS signaling that the data from memory -is present on the bus 24. When the DTS signal is received by the cache control logic 38, it causes the data on the bus 24 to be stored in the data latches 44 and provides a Memory Ready signal to the processor, allowing the processor to 0 read the data off the memory data lines 42. At the same tLme, the cache control logic 38 initiates a memory Write on the high-speed memory 30 causing the data word from the bus 24 to be stored in the data array at the location identified by the lower order bits of the address stored in the address latches 40. The ten highest order bits of the address in the address latches 40 is written in the tag portion of the same word. Thus the cache memory i5 automa~ically updated by the memory ac~ess initiated by the pr~cessor whenever t~e cache control logic signals a "miss".
If the processor initiates a data Write operation, providing a control signal on the line 36, the cache control logic 38 causes the data word on the memory data lines 42 from the processor to be stored in the data latches 44 and requests access to the bus 24 to the main memory 22. It also initiates a Read operation from the high-speed random access memory 30 in response to the ten lower order bits of ~ -the address stored in the latches 40 causing the tag bits to be applied to the Compare circuit 48. If the Compare circuit signals a "hit", the cache control logic causes the data in the data array portion of the high-speed memory 30 to be ~`,, . ':
.~ .
,. ,f updated by a memory Write operation using the data word stored in the data latches 44. If the Compare circuit signals a "miss" the cache control logic 38 takes no action beyond signaling a memory Write operation to the main memory controller 25.
: As in the memory Read operation, when the cache memory is granted access to the bus 24 by the priority circuit, the cache control logic 38 issues a memory Request and a memory Write signal on the control lines MRQ and R/W

0 to the memory control logic 60. At the same time, the address in the address latches 40 is applied to the bus 24~
The address is then stored in the address latches 62 by the :controller and an Address Accepted signal is applied to the ACC line from thé memory control logic 60 to the cache lS control logic 38. The cache control logic 38 then couples the data latches 44 to the bus 24 and signals the memory control logic tha~ the data is available by means of a D$M
. control line. A memory Write operation is then initiated on . main memory 22 using the address in the address latches ~2 and the dat.a from the bus 24 store~ in a set of data latches 66. When the memory Write operation is complete, the memory control logic signals that the memory has accepted the data ~y means of the control line MAD.
. From the above description it will be seen that the
2 transfer of data between a plurality of cache memory units and the main memory over the common bus 24 utili~es a conven-tional "hand shake" asynchronous control in which address anddata transfers share the same bus lines. The operation of the processor is the same as though the processor were connected
3 directly to the main memory 22, yet because of the associated ~35'~

1 cachc memory units, co~non bus, and memory controller, actual access to main memory by the processors is greatly reduced. The cache memory units operate as the "master"
units and the controller operates as the "slave'' un,it. The interface between each processor and associated cache memory unit is identical to the interface between the memory controllex and the main memory, with separate sets of dat~
lines and address lines.

' . ' ~ , :bjn . ~ t~

Claims (6)

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:-
1. A multiprocessor system comprising a plurality of separate processor units, each processor unit having associated therewith a cache memory unit ; an addressable main memory ; a common bus connecting the cache memory units to the main memory for transferring addresses to the main memory and transferring data between the cache memory unit and the main memory; each processor unit including means for directing a group of address signals and memory read or write signals to the associated cache memory unit ; the cache memory unit including a high speed addressable memory for storing data and tag information, means in each cache memory unit responsive to a first portion of the address signals and the memory read signal from the associated processor unit for reading out a selected word containing data and tag information from the location in the high speed addressable memory identified by said first portion of the address signals, means in each cache memory unit comparing the tag information of the word read out of the high speed memory with a second portion of the address signals from the associated processor unit, means in each cache memory unit responsive to the comparing means when the compared tag information and the second portion of the address signals are identical for transferring the data information of the word read out of the high speed memory to the associated processor unit, means in each cache memory unit responsive to a memory read signal from the processor unit and the comparing means when the compared tag information is not identical to said second portion of the address signals from the processor unit for applying both of said portions of said group of address signals from the associated processor unit to the common bus and initiating a memory read cycle in the main memory, and means in each cache memory unit for transferring data signals received on the common bus from the main memory in response to the main memory cycle to the associated processor unit.
2. Apparatus of claim 1 wherein each cache memory unit further includes means for storing the data signals received on the common bus from the main memory in the high speed memory as the data information of the word stored at the address corresponding to said first protion of the address signals from the associated processor unit, and means storing said second portion of the address signals from the processor unit as the tag information of the word stored at the same location in the high speed memory.
3. The apparatus of claim 1 further including priority control means associated with the cache memory units for controlling access to the common bus among cache memory units seeking simultaneous access to the main memory.
4. The apparatus of claim 2 further including priority control means associated with the cache memory units for controlling access to the common bus among cache memory units seeking simultaneous access to the main memory.
5. The apparatus of any one of claims 1 to 3 wherein each cache memory unit includes means for time sharing the common bus during each main memory access between address and data transfers over the same bus.
6. Apparatus of any one of claims 1 to 3 wherein each cache memory unit includes means responsive to a memory write signal from the associated processor unit for transferring the data signals and address signals from the processor unit over the common bus to the main memory and initiating a memory write cycle in main memory, means in the cache memory unit responsive to a memory write signal from the associated processor unit, means in each cache memory unit responsive to a first portion of the address signals and the memory write signal from the associated processor unit for reading out a selected word containing data and tag information from the location in the high speed addressable memory identified by said first portion of the address signals, means in each cache memory unit comparing the tag information of the word read out of the high speed memory with a second portion of the address signals from the associated processor unit, means in each cache memory unit responsive to the comparing means when the compared tag information and the second portion of the address signals are identical for storing signals from the processor unit as the data information of the addressed word in the high speed memory and storing the second portion of the address signals from the processor unit as the tag information of the addressed word.
CA315,229A 1978-10-31 1978-10-31 Multiprocessor system with cache memory Expired CA1113574A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CA315,229A CA1113574A (en) 1978-10-31 1978-10-31 Multiprocessor system with cache memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CA315,229A CA1113574A (en) 1978-10-31 1978-10-31 Multiprocessor system with cache memory

Publications (1)

Publication Number Publication Date
CA1113574A true CA1113574A (en) 1981-12-01

Family

ID=4112810

Family Applications (1)

Application Number Title Priority Date Filing Date
CA315,229A Expired CA1113574A (en) 1978-10-31 1978-10-31 Multiprocessor system with cache memory

Country Status (1)

Country Link
CA (1) CA1113574A (en)

Similar Documents

Publication Publication Date Title
US4141067A (en) Multiprocessor system with cache memory
EP0179811B1 (en) Interleaved set-associative memory
US4264953A (en) Virtual cache
US4400774A (en) Cache addressing arrangement in a computer system
US4928225A (en) Coherent cache structures and methods
US6151663A (en) Cluster controller for memory and data cache in a multiple cluster processing system
US5029070A (en) Coherent cache structures and methods
KR100491435B1 (en) System and method for maintaining memory coherency in a computer system having multiple system buses
EP0405882B1 (en) Move 16 block move and coprocessor interface instruction
US4513369A (en) Information processing system
US5918069A (en) System for simultaneously writing back cached data via first bus and transferring cached data to second bus when read request is cached and dirty
US5148526A (en) Data processing system with an enhanced cache memory control
US6092170A (en) Data transfer apparatus between devices
US5293622A (en) Computer system with input/output cache
KR0175983B1 (en) Data processing system having demand based write through cache with enforced ordering
JPH06318174A (en) Cache memory system and method for performing cache for subset of data stored in main memory
US5895496A (en) System for an method of efficiently controlling memory accesses in a multiprocessor computer system
US6021466A (en) Transferring data between caches in a multiple processor environment
CA1113574A (en) Multiprocessor system with cache memory
GB2035632A (en) Multiprocessor system
US4602329A (en) Data processing system having an address translation unit shared by a CPU and a channel unit
USRE38514E1 (en) System for and method of efficiently controlling memory accesses in a multiprocessor computer system
JP3782178B2 (en) Information processing device
JPH0612363A (en) Memory controller and multiprocessor system
JPH087663B2 (en) Computer system and storage device access method thereof

Legal Events

Date Code Title Description
MKEX Expiry