JPH05197612A - Data access circuit - Google Patents

Data access circuit

Info

Publication number
JPH05197612A
JPH05197612A JP886292A JP886292A JPH05197612A JP H05197612 A JPH05197612 A JP H05197612A JP 886292 A JP886292 A JP 886292A JP 886292 A JP886292 A JP 886292A JP H05197612 A JPH05197612 A JP H05197612A
Authority
JP
Japan
Prior art keywords
address
data
bus
access
storage device
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.)
Pending
Application number
JP886292A
Other languages
Japanese (ja)
Inventor
Hitoshi Sekiguchi
等 関口
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.)
NEC IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems Co Ltd
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 NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP886292A priority Critical patent/JPH05197612A/en
Publication of JPH05197612A publication Critical patent/JPH05197612A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To efficiently perform access to data where data length exceeds the width of a data bus, and to shorten access time by executing control by inputting an access control signal outputted from a CPU to an address generating/ switching circuit and a storage device. CONSTITUTION:When an access control signal 7 is made active, first of all, the address signal of access start is outputted to an address bus 2 by a CPU 1 and inputted to an address generating/switching circuit 6. At the address generating/switching circuit 6, the access start address signal is set to a counter 8, set data are inputted to a multiplexer 9 as a counter output as they are, and the multiplexer 9 inputs the output of the counter 8 to an address decoder 5 as address information according to the access control signal 7. The prescribed stored data area of a storage device 4 is designated by the output of the address decoder 5, and the read/write of data is executed to a data bus 3 and the address bus 2.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はデータ・アクセス回路に
関し、特にマイクロコンピュータ等のバスを用いたデー
タ・アクセス回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data access circuit, and more particularly to a data access circuit using a bus such as a microcomputer.

【0002】[0002]

【従来の技術】従来のデータ・アクセス回路の1例とし
て、図5にマイクロコンピュータのブロック図を示す。
2. Description of the Related Art FIG. 5 shows a block diagram of a microcomputer as an example of a conventional data access circuit.

【0003】図5において、CPU(Central
Processing Unit)1は、アドレスバス
2,データバス3を介して、記憶装置4にアクセスす
る。アドレスバス2は、CPU1が記憶装置4をアクセ
スする際にアドレス情報を転送する。データバス3は、
CPU1が記憶装置4をアクセスする際にデータ情報を
転送する。
In FIG. 5, a CPU (Central)
The processing unit 1 accesses the storage device 4 via the address bus 2 and the data bus 3. The address bus 2 transfers address information when the CPU 1 accesses the storage device 4. The data bus 3 is
Data information is transferred when the CPU 1 accesses the storage device 4.

【0004】アドレスデコーダ5は、アドレスバス2か
らのアドレス情報を入力とし、記憶装置4のアドレスを
指定する。アドレスバス2,データバス3は共に32ビ
ット幅である。
The address decoder 5 inputs the address information from the address bus 2 and designates the address of the storage device 4. Both the address bus 2 and the data bus 3 are 32 bits wide.

【0005】次に動作について説明する。記憶装置4に
アクセスが行われる場合、CPU1がアドレスバス21
にアドレスデータを出力する。アドレスデコーダ5はア
ドレスバス2からアドレスデータを所定のタイミングで
取り込む、デコード出力により、記憶装置4の所定の記
憶データ領域が選択されて、データバス3よりデータを
リード/ライトする。データバス3に対するリード/ラ
イトも所定のタイミングで行われ、CPU1のレジスタ
や記憶装置4の所定の記憶データ領域にデータが書き込
まれて、1回のデータアクセスが終了し、次のアクセス
時も同様な手順を繰り返すことで、サクセスが実行され
る。
Next, the operation will be described. When the storage device 4 is accessed, the CPU 1 causes the address bus 21
Address data is output to. The address decoder 5 fetches the address data from the address bus 2 at a predetermined timing, and the decode output selects a predetermined storage data area of the storage device 4 to read / write data from the data bus 3. Read / write to the data bus 3 is also performed at a predetermined timing, data is written to a register of the CPU 1 or a predetermined storage data area of the storage device 4, one data access ends, and the same at the next access. Success is achieved by repeating these steps.

【0006】[0006]

【発明が解決しようとする課題】この従来例で示される
データ・アクセス回路では、必ずアドレスバスでアクセ
ス先を指定し、そこでデータバスにデータのリード/ラ
イトが行われる。例えば、データとしてデータ長が32
ビット以上のビット長を持つデータ(倍精度浮動小数点
=64ビット等)をアクセスする場合、データのアクセ
ス領域が連続したアドレスで示されるのにも関わらず、
CPU1がアドレス指定をアクセスする度に行う必要が
あり、しかも一度のアクセスで32ビットのデータしか
アクセス出来ないので、倍精度浮動小数点データの様な
64ビットデータをアクセスする際、リード/ライトサ
イクルが2回分必要で、時間がかかるという欠点があっ
た。
In the data access circuit shown in this conventional example, the access destination is always specified by the address bus, and the data read / write is performed on the data bus there. For example, the data has a data length of 32.
When accessing data with a bit length of more than 1 bit (double precision floating point = 64 bits, etc.), despite the fact that the access area of the data is indicated by consecutive addresses,
Since it is necessary to perform addressing every time the CPU 1 accesses, and only 32-bit data can be accessed at one time, a read / write cycle is required when accessing 64-bit data such as double-precision floating point data. There was a drawback that it took two times and it took time.

【0007】よって本発明の目的は、前記欠点を解決
し、データ長がデータバス幅を越えるデータのアクセス
も効率良く実行して、アクセス時間を短縮出来るように
したデータ・アドレス回路を提供することにある。
Therefore, an object of the present invention is to solve the above-mentioned drawbacks and to provide a data address circuit capable of efficiently executing the access of data whose data length exceeds the data bus width and shortening the access time. It is in.

【0008】[0008]

【課題を解決するための手段】本発明のデータ・アクセ
ス回路の構成は、アドレスバスと、データバスと、少な
くとも1つ以上の記憶装置と、任意の連続したデータ領
域のアドレス信号を生成するアドレス形成回路とを備え
たデータ・アクセス回路において、前記記憶装置にアク
セスする際に前記アドレスバスを介し、前記記憶装置の
任意のデータ領域を指定する信号と前記アドレス生成回
路の出力する信号とを切換える切換え手段と、前記アド
レス生成回路のアドレス信号で前記記憶装置をアクセス
する際に前記アドレスバスにデータをリード/ライトす
るアクセス手段とを設けたことを特徴とする。
A data access circuit according to the present invention has an address bus, a data bus, at least one storage device, and an address for generating an address signal of an arbitrary continuous data area. In a data access circuit including a forming circuit, a signal designating an arbitrary data area of the storage device and a signal output from the address generation circuit are switched via the address bus when accessing the storage device. Switching means and access means for reading / writing data to / from the address bus when accessing the memory device by the address signal of the address generating circuit are provided.

【0009】[0009]

【実施例】次に本発明について図面を用いて説明する。
図1は本発明の一実施例のデータ・アクセス回路のブロ
ック図である。
The present invention will be described below with reference to the drawings.
FIG. 1 is a block diagram of a data access circuit according to an embodiment of the present invention.

【0010】図1において、本実施例では、CPU1
が、アドレスバス2,データバス3を介して、記憶装置
4にアクセスする。アドレスバス2,データバス3は共
にバス幅が32ビットである。アドレスバス2は、CP
U1が記憶装置4をアクセスする際に、通常はアドレス
情報を転送する。データバス3は、CPU1が記憶装置
4をアクセスする際に、データ情報を転送する。
In FIG. 1, in this embodiment, the CPU 1
Accesses the storage device 4 via the address bus 2 and the data bus 3. Both the address bus 2 and the data bus 3 have a bus width of 32 bits. Address bus 2 is CP
When U1 accesses the storage device 4, it normally transfers address information. The data bus 3 transfers data information when the CPU 1 accesses the storage device 4.

【0011】アドレスデコーダ5は、アドレス生成/切
換え回路6を介して、アドレスバス2からのアドレス情
報を入力して、記憶装置4のアドレスを指定する。CP
U1は、アクセス制御信号7を出力し、アドレス生成/
切換え回路6,及び記憶装置4に対して、その動作制御
を行う。
The address decoder 5 inputs the address information from the address bus 2 via the address generation / switching circuit 6 to specify the address of the storage device 4. CP
U1 outputs an access control signal 7 to generate an address /
The operation of the switching circuit 6 and the storage device 4 is controlled.

【0012】図2は図1のアドレス生成/切換え回路6
のブロック図である。図2において、アドレスバス2か
らのアドレス信号2′は、アウンタ8とマルチプレクサ
9の入力となっており、マルチプレクサ9は、カウンタ
8の出力とアドレスバス2からのアドレスバス信号2′
について、アクセス制御信号7により、どちらか一方を
選択して出力する。カウンタ8は、同期信号φによって
カウントアップを行う。
FIG. 2 shows the address generation / switching circuit 6 of FIG.
It is a block diagram of. In FIG. 2, the address signal 2 ′ from the address bus 2 is input to the counter 8 and the multiplexer 9, and the multiplexer 9 outputs the counter 8 and the address bus signal 2 ′ from the address bus 2.
2) is selected by the access control signal 7 and output. The counter 8 counts up with the synchronization signal φ.

【0013】次に動作について説明する。まず、アクセ
ス制御信号7がインアクティブの状態では、記憶装置4
にアクセスする為、CPU1がアドレスバス2にアドレ
スデータを出力する。アドレス生成/切換え回路6は、
所定のタイミングでアドレスバス2からアドレスデータ
を取り込み、アドレスデータはそのままアドレスデコー
ダ5に入力されて、アドレスデコーダ5の出力により、
記憶装置4の所定の記憶データ領域が指定されて、デー
タバス3よりデータをリード/ライトする。
Next, the operation will be described. First, when the access control signal 7 is inactive, the storage device 4
In order to access, the CPU 1 outputs address data to the address bus 2. The address generation / switching circuit 6 is
Address data is fetched from the address bus 2 at a predetermined timing, the address data is directly input to the address decoder 5, and the output of the address decoder 5 causes
A predetermined storage data area of the storage device 4 is designated to read / write data from the data bus 3.

【0014】次に、アクセス制御信号7がアクティブに
なると、まずCPU1がアドレスバス2にアクセス開始
のアドレス信号を出力し、アドレス生成/切換え回路6
に入力される。アドレス生成/切換え回路6では、カウ
ンタ8にアクセス開始アドレス信号がセットされ、セッ
トしたデータがそのままカウンタ出力としてマルチプレ
クサ9に入力し、マルチプレクサ9はアクセス制御信号
7によってカウンタ8の出力をアドレス情報として、ア
ドレスデコーダ5に入力する。アドレスデコーダ5の出
力で、記憶装置4の所定の記憶データ領域が指定され
て、データバス3とアドレスバス2に対してデータのリ
ード/ライトが行われる。
Next, when the access control signal 7 becomes active, the CPU 1 first outputs an access start address signal to the address bus 2 and the address generation / switching circuit 6 is started.
Entered in. In the address generation / switching circuit 6, the access start address signal is set in the counter 8 and the set data is directly input to the multiplexer 9 as the counter output. The multiplexer 9 receives the output of the counter 8 as the address information by the access control signal 7. Input to the address decoder 5. A predetermined storage data area of the storage device 4 is designated by the output of the address decoder 5, and data read / write is performed with respect to the data bus 3 and the address bus 2.

【0015】アクセス制御信号7がアクティブである期
間、アドレス生成/切換え回路6は順次一定の割合で増
加するアドレス信号を出力する為、CPU1は任意のデ
ータ長をアクセスする間(例えば64ビット長のデータ
なら1サイクる分)制御信号7をアクティブに設定する
ことにより、アドレス信号を出力することなく、アドレ
スバス2とデータバス3よりデータをアクセス出来る。
While the access control signal 7 is active, the address generation / switching circuit 6 outputs an address signal which sequentially increases at a constant rate, so that the CPU 1 accesses an arbitrary data length (for example, a 64-bit length). By setting the control signal 7 to be active, the data can be accessed from the address bus 2 and the data bus 3 without outputting the address signal.

【0016】そうして、制御信号7が再びインアクティ
ブとなると、CPU1はアドレスバス2にアドレス情報
を出力して、データバス3から記憶装置4に対してデー
タアクセスを行う。
When the control signal 7 becomes inactive again, the CPU 1 outputs the address information to the address bus 2 and the data access from the data bus 3 to the storage device 4 is performed.

【0017】図3は本発明の他の実施例のデータ・アク
セス回路のブロック図である。図3において、本実施例
では、CPU1がアドレスバス2,データバス3を介し
て、記憶装置4にアクセスする。アドレスバス2,デー
タバス3は、共にバス幅が32ビットである。アドレス
バス2は、CPU1が記憶装置4をアクセスする際に通
常はアドレス情報を転送する。データバス3はCPU1
が記憶装置4をアクセスする際にデータ情報を転送す
る。アドレスデコーダ5は、アドレスバス2からのアド
レス情報を入力とし、その出力がデコードアドレス生成
/切換え回路6′を介して、記憶装置4のアドレスを指
定する。CPU1は、アクセス制御信号7を出力し、デ
コードアドレス生成/切換え回路6′及び記憶装置4に
対して、その動作制御を行う。
FIG. 3 is a block diagram of a data access circuit according to another embodiment of the present invention. In FIG. 3, in this embodiment, the CPU 1 accesses the storage device 4 via the address bus 2 and the data bus 3. Both the address bus 2 and the data bus 3 have a bus width of 32 bits. The address bus 2 normally transfers address information when the CPU 1 accesses the storage device 4. Data bus 3 is CPU1
Transfers data information when the storage device 4 accesses the storage device 4. The address decoder 5 receives the address information from the address bus 2, and its output specifies the address of the memory device 4 via the decode address generation / switching circuit 6 '. The CPU 1 outputs the access control signal 7 and controls the operation of the decode address generation / switching circuit 6 ′ and the storage device 4.

【0018】図4は図3のデコードアドレス生成/切換
え回路6′のブロック図である。図4において、アドレ
スデコーダ5からのデコード信号は、カウンタ8′とマ
ルチプレクサ9′の入力となっており、マルチプレクサ
9′はカウンタ8′の出力とアドレスデコード5からの
デコード信号について、アクセス制御信号7により、ど
りらか一方を選択して出力する。カウンタ8′は同期信
号φによってカウントアップを行う。
FIG. 4 is a block diagram of the decode address generation / switching circuit 6'of FIG. In FIG. 4, the decode signal from the address decoder 5 is input to the counter 8'and the multiplexer 9 ', and the multiplexer 9'determines the output of the counter 8'and the decode signal from the address decode 5 as the access control signal 7'. , Either one of them is selected and output. The counter 8'counts up with the synchronizing signal φ.

【0019】次に動作について説明する。まず、アクセ
ク制御信号7がインアクディブの状態では、記憶装置4
にアクセスする為、CPU1がアドレスバス2を介して
アドレスデコーダ5にアドレス情報を入力し、アドレス
デコーダ5からのデコード信号がデコードアドレス生成
/切換え回路6′に出力される。デコードアドレス生成
/切換え回路6′では、マルチプレクサ9′によってア
ドレスデコード5の出力デコード信号が選択されて、記
憶装置4の所定の記憶領域が選択されて、データバス
3′よりデータをリード/ライトする。
Next, the operation will be described. First, when the access control signal 7 is inactive, the storage device 4 is
In order to access, the CPU 1 inputs address information to the address decoder 5 via the address bus 2, and the decode signal from the address decoder 5 is output to the decode address generation / switching circuit 6 '. In the decode address generation / switching circuit 6 ', the output decode signal of the address decode 5 is selected by the multiplexer 9', a predetermined storage area of the storage device 4 is selected, and data is read / written from the data bus 3 '. ..

【0020】次に、アクセス制御信号7がアクティブに
なると、まずCPU1がアドレスバス2にアクセス開始
アドレス信号を出力し、アドレスデコード5でデコード
されて、そのデコード出力がデコードアドレス生成/切
換え回路6′に入力される。デコードアドレス生成/切
換え回路6′では、カウンタ8′にアドレスデコード5
のデコード出力がセットされ、セットしたデータがその
ままカウンタ出力として、マルチプレクサ9′に入力さ
れる。マルチプレクサ9′は、アクセス制御信号7によ
ってカウンタ8′の出力を選択し、記憶装置4の所定の
記憶データ領域が指定されて、アドレスバス2とデータ
バス3に対してデータのリード/ライトが行われる。
Next, when the access control signal 7 becomes active, the CPU 1 first outputs the access start address signal to the address bus 2 and is decoded by the address decode 5, and the decoded output is the decoded address generation / switching circuit 6 '. Entered in. In the decode address generation / switching circuit 6 ', the address decode 5 is added to the counter 8'.
The decoded output of is set, and the set data is directly input to the multiplexer 9'as a counter output. The multiplexer 9'selects the output of the counter 8'in response to the access control signal 7, a predetermined storage data area of the storage device 4 is designated, and data read / write is performed on the address bus 2 and the data bus 3. Be seen.

【0021】アクセス制御信号7がアクティブである期
間デコードアドレス生成/切換え回路6′は、順次一定
の割合で増加するアドレスデコード信号を出力する為、
CPU1は前記一実施例と同様に、任意のデータ長をア
クセスする期間、制御信号をアクティブに設定すること
により、アドレス信号を出力することなく、データバス
2とアドレスバス3よりデータをアクセス出来る。
Since the decode address generation / switching circuit 6'outputs the address decode signal which sequentially increases at a constant rate during the period when the access control signal 7 is active,
As in the case of the first embodiment, the CPU 1 can access the data from the data bus 2 and the address bus 3 without outputting the address signal by setting the control signal to be active during the access to the arbitrary data length.

【0022】尚、本実施例では、アドレスの生成/切換
えをデコード後の出力で行っており、通常CPU1の出
力するアドレス信号より、デコード後の信号の方がビッ
ト幅が少なくて済む為、図1で示した一実施例よりも、
より回路が小さすて済むという利点がある。
In this embodiment, the address generation / switching is performed by the output after decoding, and the bit width of the signal after decoding is smaller than that of the address signal normally output by the CPU 1. Than one embodiment shown in 1.
There is an advantage that the circuit can be made smaller.

【0023】[0023]

【発明の効果】以上説明したように、本発明のデータ・
アクセス回路は、アドレスバスとデータバスバスの両方
をデータのリード/ライト用として利用することが出来
為、データ長が通常のデータバス幅を越えるデータをア
クセスする場合、例えばデータバス,アドレスバス32
ビット幅であれば、1回のアクセスで2倍のデータをア
クセス可能となり、データバス幅を広げずにアクセス時
間を短縮出来るという効果がある。
As described above, the data of the present invention
Since the access circuit can use both the address bus and the data bus bus for reading / writing data, when accessing data whose data length exceeds the normal data bus width, for example, the data bus and the address bus 32
With the bit width, it is possible to access twice as much data by one access, and it is possible to shorten the access time without expanding the data bus width.

【0024】尚、前記実施例では、1例としてマイクロ
コンピュータでのデータアクセスについて説明したが、
CPU以外のコントローラ例えばDMAC(Direc
tMemcry Access Contrnlle
r)の用に自らアドレス信号を出力する装置のデータア
クセスについても適用可能である。
In the above embodiment, the data access by the microcomputer is explained as an example.
Controllers other than CPU, such as DMAC (Direct
tMemcry Access Control
It is also applicable to the data access of the device which itself outputs the address signal for r).

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例のデータ・アクセス回路のブ
ロック図である。
FIG. 1 is a block diagram of a data access circuit according to an embodiment of the present invention.

【図2】図1に示したアドレス生成/切換え回路のブロ
ック図である。
FIG. 2 is a block diagram of an address generation / switching circuit shown in FIG.

【図3】本発明の他の実施例のブロック図である。FIG. 3 is a block diagram of another embodiment of the present invention.

【図4】図3に示したデコードアドレス生成/切換え回
路のブロック図である。
4 is a block diagram of a decode address generation / switching circuit shown in FIG.

【図5】従来のデータ・アクセス回路のブロック図であ
る。
FIG. 5 is a block diagram of a conventional data access circuit.

【符号の説明】[Explanation of symbols]

1 CPU 2 アドレスバス 3 データバス 4 記憶装置 5 アドレスデコーダ 6,6′ アドレス生成/切換え回路 7 アクセス制御信号 8,8′ カウンタ 9,9′ マルチプレクサ φ 同期信号 1 CPU 2 Address Bus 3 Data Bus 4 Storage Device 5 Address Decoder 6, 6'Address Generation / Switching Circuit 7 Access Control Signal 8, 8'Counter 9, 9 'Multiplexer φ Synchronous Signal

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 アドレスバスと、データバスと、少なく
とも1つ以上の記憶装置と、任意の連続したデータ領域
のアドレス信号を生成するアドレス生成回路とを備えた
データ・アクセス回路において、前記記憶装置にアクセ
スする際に前記アドレスバスを介し、前記記憶装置の任
意のデータ領域を指定する信号と前期アドレス生成回路
の出力する信号とを切換える切換え手段と、前記アドレ
ス生成回路の信号で前記記憶装置をアクセスする際に前
記アドレスバスにデータをリード/ライトするアクセス
手段とを設けたことを特徴とするデータ・アクセス回
路。
1. A data access circuit comprising an address bus, a data bus, at least one or more storage devices, and an address generation circuit for generating an address signal of an arbitrary continuous data area, wherein the storage device is a storage device. Access means for switching between a signal designating an arbitrary data area of the storage device and a signal output from the previous address generation circuit via the address bus, and the storage device by the signal of the address generation circuit. A data access circuit, comprising: access means for reading / writing data to / from the address bus when accessing.
【請求項2】 アドレス生成回路が、アドレスデコーダ
と記憶回路との間に介在させたものである請求項1記載
のデータ・アクセス回路。
2. The data access circuit according to claim 1, wherein the address generation circuit is interposed between the address decoder and the storage circuit.
JP886292A 1992-01-22 1992-01-22 Data access circuit Pending JPH05197612A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP886292A JPH05197612A (en) 1992-01-22 1992-01-22 Data access circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP886292A JPH05197612A (en) 1992-01-22 1992-01-22 Data access circuit

Publications (1)

Publication Number Publication Date
JPH05197612A true JPH05197612A (en) 1993-08-06

Family

ID=11704512

Family Applications (1)

Application Number Title Priority Date Filing Date
JP886292A Pending JPH05197612A (en) 1992-01-22 1992-01-22 Data access circuit

Country Status (1)

Country Link
JP (1) JPH05197612A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8141057B2 (en) 2001-02-16 2012-03-20 Sony Corporation Data processing apparatus and associated method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62241045A (en) * 1986-04-11 1987-10-21 Mitsubishi Electric Corp Storage device
JPH02178745A (en) * 1988-12-29 1990-07-11 Nec Corp Single chip microcomputer

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62241045A (en) * 1986-04-11 1987-10-21 Mitsubishi Electric Corp Storage device
JPH02178745A (en) * 1988-12-29 1990-07-11 Nec Corp Single chip microcomputer

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8141057B2 (en) 2001-02-16 2012-03-20 Sony Corporation Data processing apparatus and associated method

Similar Documents

Publication Publication Date Title
JP2571067B2 (en) Bus master
CA2050950C (en) Memory controller for direct or interleave memory accessing
JPH0612863A (en) Dual port dram
JP2000200484A (en) Internal instruction signal generating device and method therefor
JP2007299227A (en) Information processing apparatus and method for booting the same
JP2987809B2 (en) CAS signal generator for synchronous DRAM
JPH05197612A (en) Data access circuit
JPH0192851A (en) Switching device for address space
JPH0447349A (en) Data storage device
JP3180877B2 (en) Memory interface circuit
JP2005141682A (en) High-speed memory access control device
KR0153537B1 (en) Signal processing structure preselecting memory address data
JPH064398A (en) Information processor
JPH0784866A (en) Memory control circuit
JPH0314145A (en) Memory access circuit
JP3242474B2 (en) Data processing device
JPH10149313A (en) Shared memory controller
JPH01269140A (en) Memory extending circuit
JPH04153984A (en) Method for controlling dynamic memory
JPH0528751A (en) Semiconductor memory
JPH03260993A (en) Information processor
JPH05151076A (en) Memory address extension control system
JPH04209046A (en) Memory access circuit
JPS6027971A (en) Expanding method of address space
JPH0667994A (en) Memory control circuit

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19980113