JPH04323747A - 中央演算処理装置 - Google Patents

中央演算処理装置

Info

Publication number
JPH04323747A
JPH04323747A JP3094068A JP9406891A JPH04323747A JP H04323747 A JPH04323747 A JP H04323747A JP 3094068 A JP3094068 A JP 3094068A JP 9406891 A JP9406891 A JP 9406891A JP H04323747 A JPH04323747 A JP H04323747A
Authority
JP
Japan
Prior art keywords
same
address
signal
same address
cache memory
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.)
Granted
Application number
JP3094068A
Other languages
English (en)
Other versions
JP2703418B2 (ja
Inventor
Takashi Kawasaki
河崎 隆
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP3094068A priority Critical patent/JP2703418B2/ja
Priority to KR1019920005801A priority patent/KR950008221B1/ko
Publication of JPH04323747A publication Critical patent/JPH04323747A/ja
Priority to US08/416,475 priority patent/US5742790A/en
Application granted granted Critical
Publication of JP2703418B2 publication Critical patent/JP2703418B2/ja
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0844Multiple simultaneous or quasi-simultaneous cache accessing
    • G06F12/0853Cache with multiport tag or data arrays
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0864Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using pseudo-associative means, e.g. set-associative or hashing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Memory System (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。

Description

【発明の詳細な説明】
【0001】[発明の目的]
【0002】
【産業上の利用分野】この発明は、同一アドレスの同時
アクセス信号(以下、SAME ADDRESS信号と
いう)を生成し、キャッシュメモリへ通知する中央演算
処理装置(以下、プロセッサという)に関する。
【0003】
【従来の技術】従来、スーパスカラ方式のプロセッサは
、複数の命令を同時実行するため、2つ以上の演算器と
、マルチポートキャッシュメモリを持っている。
【0004】図3に、64セット、8ライン、4ワード
のキャッシュメモリの構成を、図4に、このキャッシュ
メモリを使用した従来のプロセッサのブロック図を示す
【0005】キャッシュメモリ11には、アクセス信号
生成回路(以下、SAME ADDRESS信号生成回
路という)12と、演算器13,14が接続されている
。演算器13,14からは、キャッシュメモリ11とS
AME ADDRESS信号生成回路12へ30ビット
のアドレス信号が出力されている。
【0006】このようなプロセッサでは、ロード/ロー
ド命令、ロード/ストア命令、ストア/ロード命令、ス
トア/ストア命令のようにキャッシュメモリ同時アクセ
スが生じる。すなわち、同一アドレスの同時アクセスが
生じ、ロード/ストア命令の順序に応じたデータの保証
(ロード命令の後にストア命令を実行する場合、ロード
データがストア前のデータであることを保証する)が必
要となる。
【0007】このため、SAME ADDRESS信号
生成回路12からキャッシュメモリ11に対し、同一ア
ドレスの同時アクセスであることを知らせるSAME 
ADDRESS信号を出力している。従来のSAME 
ADDRESS信号生成回路12は、図5のように演算
器13,14から出力される30ビット全てを比較して
いる。
【0008】
【発明が解決しようとする課題】このように、従来のS
AME ADDRESS信号生成回路は、演算器から出
力されるアドレスを全ビット比較しているため、回路規
模が膨大であるという欠点があった。さらに、今後アド
レスのビット幅が増えると、それに伴い回路規模はます
ます増大していくことが予想される。
【0009】そこでこの発明は、このような従来の事情
に鑑みてなされたものであり、その目的とするところは
、SAME ADDRESS信号生成回路の回路規模を
縮小させると同時に、演算速度を向上させることができ
るプロセッサを提供することにある。
【0010】[発明の構成]
【0011】
【課題を解決するための手段】上記目的を達成させるた
め、この発明は、複数の演算器と、これら複数の演算器
から出力されるアドレス信号の任意のビットを比較して
同一アドレスであることを示す同一ウェイヒット信号を
生成する記憶装置と、前記複数の演算器から出力される
アドレス信号の一部のビットと前記同一ウェイヒット信
号から同一アドレスの同時アクセス信号を生成し、前記
記憶装置に同一アドレスの同時アクセスであることを通
知するアクセス信号生成回路とから構成されている。
【0012】
【作用】上記構成において、この発明は、複数の演算器
から出力されるアドレス信号の任意のビットからキャッ
シュメモリ内で同一ウェイヒット信号を生成する。この
同一ウェイヒット信号と、複数の演算器から出力される
アドレス信号の一部のビット、すなわちセットアドレス
の一致信号とをアクセス信号生成回路が取り込む。アク
セス信号生成回路はこれらの信号から同一アドレスの同
時アクセス信号を生成し、キャッシュメモリに同一アド
レスの同時アクセスであることを通知する。
【0013】
【実施例】以下、図面を参照にしながらこの発明の実施
例を説明する。図1は、この発明のプロセッサに係わる
一実施例の構成を示すブロック図である。
【0014】同図に示すプロセッサは、図3で示したと
同様なキャッシュメモリ1、SAME ADDRESS
信号生成回路2、演算器3,4から構成されている。キ
ャッシュメモリ1には、2つの入力ポートA,Bが設け
られており、それぞれ演算器3,4と接続されている。
【0015】演算器3,4から出力されるアドレス信号
の30ビットのうち任意のビットがキャッシュメモリ1
へ入力され、そのうちのセットアドレス6ビットがSA
ME ADDRESS信号生成回路2へ入力されている
【0016】キャッシュメモリ1内には、もともとアド
レス信号の任意のビットを比較し、同一アドレスである
ことを示す同一ウェイヒット信号(以下、SAME W
AY HIT信号という)を生成する回路が備えられて
いる。キャッシュメモリ1内で生成されたSAME W
AY HIT信号は、SAMEADDRESS信号生成
回路2へ出力されている。
【0017】図2に、SAME ADDRESS信号生
成回路2の詳細な回路図を示す。同図に示すように、S
AME ADDRESS信号生成回路2は6つのEXN
OR ゲートと、1つのAND ゲートから構成されて
いる。
【0018】6つのEXNOR ゲートには、演算器3
,4から出力されたセットアドレス6ビット(A6〜1
1,B6〜11)が入力されている。AND ゲートに
は、6つのEXNOR ゲートからの出力信号と、キャ
ッシュメモリ1内で生成されたSAME WAY HI
T信号が入力されている。これにより、セットアドレス
6ビットの一致検出とSAME WAY HIT信号と
の論理積がとられ、SAME ADDRESS信号が生
成される。
【0019】生成されたSAME ADDRESS信号
はキャッシュメモリ1へ与えられる。このSAME A
DDRESS信号によって同一アドレスの同時アクセス
であることを、キャッシュメモリ1へ通知することがで
きる。
【0020】
【発明の効果】このように、この発明のプロセッサによ
れば、もともとキャッシュメモリ1内に備えられていた
SAME WAY HIT信号生成回路を使用すること
により、SAME ADDRESS信号生成回路を簡単
にすることができる。これにより、プロセッサ全体の回
路規模を大幅に縮小できると同時に、演算速度を高速に
することが可能である。
【図面の簡単な説明】
【図1】この発明のプロセッサに係わる一実施例の構成
を示すブロック図である。
【図2】図1で示したSAME ADDRESS信号生
成回路の詳細な回路図である。
【図3】キャッシュメモリの一例を示した概念図である
【図4】従来のプロセッサの構成を示すブロック図であ
る。
【図5】図4で示した従来のSAME ADDRESS
信号生成回路の詳細な回路図である。
【符号の説明】
1  キャッシュメモリ 2  SAME ADDRESS信号生成回路3,4 
 演算器

Claims (1)

    【特許請求の範囲】
  1. 【請求項1】  複数の演算器と、これら複数の演算器
    から出力されるアドレス信号の任意のビットを比較して
    同一アドレスであることを示す同一ウェイヒット信号を
    生成する記憶装置と、前記複数の演算器から出力される
    アドレス信号の一部のビットと前記同一ウェイヒット信
    号から同一アドレスの同時アクセス信号を生成し、前記
    記憶装置に同一アドレスの同時アクセスであることを通
    知するアクセス信号生成回路とを備えたことを特徴とす
    る中央演算処理装置。
JP3094068A 1991-04-24 1991-04-24 中央演算処理装置 Expired - Fee Related JP2703418B2 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP3094068A JP2703418B2 (ja) 1991-04-24 1991-04-24 中央演算処理装置
KR1019920005801A KR950008221B1 (ko) 1991-04-24 1992-04-08 중앙연산 처리장치
US08/416,475 US5742790A (en) 1991-04-24 1995-04-04 Detection circuit for identical and simultaneous access in a parallel processor system with a multi-way multi-port cache

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3094068A JP2703418B2 (ja) 1991-04-24 1991-04-24 中央演算処理装置

Publications (2)

Publication Number Publication Date
JPH04323747A true JPH04323747A (ja) 1992-11-12
JP2703418B2 JP2703418B2 (ja) 1998-01-26

Family

ID=14100195

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3094068A Expired - Fee Related JP2703418B2 (ja) 1991-04-24 1991-04-24 中央演算処理装置

Country Status (3)

Country Link
US (1) US5742790A (ja)
JP (1) JP2703418B2 (ja)
KR (1) KR950008221B1 (ja)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6081873A (en) * 1997-06-25 2000-06-27 Sun Microsystems, Inc. In-line bank conflict detection and resolution in a multi-ported non-blocking cache
US6272597B1 (en) * 1998-12-31 2001-08-07 Intel Corporation Dual-ported, pipelined, two level cache system
US6928525B1 (en) * 2000-04-28 2005-08-09 Hewlett-Packard Development Company, L.P. Per cache line semaphore for cache access arbitration
EP1376348A3 (en) * 2002-06-27 2007-08-22 Fujitsu Limited Method of and apparatus for creating a load module
US7533232B2 (en) * 2003-11-19 2009-05-12 Intel Corporation Accessing data from different memory locations in the same cycle
US8886895B2 (en) * 2004-09-14 2014-11-11 Freescale Semiconductor, Inc. System and method for fetching information in response to hazard indication information
US7434009B2 (en) * 2004-09-30 2008-10-07 Freescale Semiconductor, Inc. Apparatus and method for providing information to a cache module using fetch bursts
US8117400B2 (en) * 2006-10-20 2012-02-14 Freescale Semiconductor, Inc. System and method for fetching an information unit
US8904115B2 (en) * 2010-09-28 2014-12-02 Texas Instruments Incorporated Cache with multiple access pipelines

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01309159A (ja) * 1988-06-07 1989-12-13 Fujitsu Ltd マルチポートメモリ
JPH0215342A (ja) * 1988-07-04 1990-01-19 Matsushita Electric Ind Co Ltd メモリ装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4953073A (en) * 1986-02-06 1990-08-28 Mips Computer Systems, Inc. Cup chip having tag comparator and address translation unit on chip and connected to off-chip cache and main memories
US4853846A (en) * 1986-07-29 1989-08-01 Intel Corporation Bus expander with logic for virtualizing single cache control into dual channels with separate directories and prefetch for different processors
JPH0668735B2 (ja) * 1987-02-09 1994-08-31 日本電気アイシーマイコンシステム株式会社 キヤツシユメモリ−
US5247649A (en) * 1988-05-06 1993-09-21 Hitachi, Ltd. Multi-processor system having a multi-port cache memory
US4905141A (en) * 1988-10-25 1990-02-27 International Business Machines Corporation Partitioned cache memory with partition look-aside table (PLAT) for early partition assignment identification
JP2822588B2 (ja) * 1990-04-30 1998-11-11 日本電気株式会社 キャッシュメモリ装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01309159A (ja) * 1988-06-07 1989-12-13 Fujitsu Ltd マルチポートメモリ
JPH0215342A (ja) * 1988-07-04 1990-01-19 Matsushita Electric Ind Co Ltd メモリ装置

Also Published As

Publication number Publication date
US5742790A (en) 1998-04-21
KR920020323A (ko) 1992-11-21
KR950008221B1 (ko) 1995-07-26
JP2703418B2 (ja) 1998-01-26

Similar Documents

Publication Publication Date Title
US5239642A (en) Data processor with shared control and drive circuitry for both breakpoint and content addressable storage devices
US5341500A (en) Data processor with combined static and dynamic masking of operand for breakpoint operation
US5319763A (en) Data processor with concurrent static and dynamic masking of operand information and method therefor
US5053951A (en) Segment descriptor unit for performing static and dynamic address translation operations
JPH04323747A (ja) 中央演算処理装置
US5956517A (en) Data driven information processor
US5117499A (en) Data flow type processing apparatus having external and cache memories for fetching paired executing instruction when mishit occurs
US5590302A (en) Device for generating structured addresses
US5717891A (en) Digital signal processor with caching of instructions that produce a memory conflict
JP2514473B2 (ja) 並列処理装置
JPH06149669A (ja) キャッシュデータ転送方式およびキャッシュデータ転送装置
JPS5858752B2 (ja) アドレス変換装置
JPH034944B2 (ja)
KR100336743B1 (ko) 데이터처리회로
JP2656538B2 (ja) アドレス変換装置
JPH041373B2 (ja)
JPH06131240A (ja) ランダムアクセスメモリ
US20040017727A1 (en) Dual array read port functionality from a one port SRAM
JPS6068437A (ja) デ−タ処理装置
JPS59121524A (ja) 情報処理装置の情報保持方式
JPH0335336A (ja) アドレス変換バッファ機構
JPS62197846A (ja) アドレス変換装置
JPH02204861A (ja) ベクトルデータ処理装置
JPS63123128A (ja) オンチツプメモリ装置
JPH06168346A (ja) 記憶装置の構成方式

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081003

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081003

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091003

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees