JPH0944273A - Storage device initializing circuit - Google Patents
Storage device initializing circuitInfo
- Publication number
- JPH0944273A JPH0944273A JP7191857A JP19185795A JPH0944273A JP H0944273 A JPH0944273 A JP H0944273A JP 7191857 A JP7191857 A JP 7191857A JP 19185795 A JP19185795 A JP 19185795A JP H0944273 A JPH0944273 A JP H0944273A
- Authority
- JP
- Japan
- Prior art keywords
- circuit
- initialization
- memory
- address
- reset
- 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
Links
Landscapes
- Memory System (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
【発明の詳細な説明】Detailed Description of the Invention
【0001】[0001]
【産業上の利用分野】本発明は中央処理装置(以下CP
Uという)からアクセスする主記憶装置(以下メインメ
モリという)とタグメモリの持つ情報の初期値が不確定
な状況では正常な動作を期待できない場合に、メモリ内
の情報を初期化するための記憶装置初期化回路に関す
る。The present invention relates to a central processing unit (hereinafter CP
A memory for initializing the information in the memory when the normal operation cannot be expected in the situation where the initial values of the information held by the main memory (hereinafter referred to as U) and the tag memory are indeterminate. The present invention relates to a device initialization circuit.
【0002】[0002]
【従来の技術】従来の電子計算機において、メインメモ
リに誤り訂正機能を付加した構成を図6に示す。このシ
ステムでは電源を投入した時にリセット回路がリセット
信号25を出力する。リセット信号25はCPU1を初
期化するが、メインメモリ2の内容は電源投入時の不定
な状態のままになる。電子計算機の信頼性を向上させる
ためにメインメモリ2に誤り訂正情報が付加してあるた
め、メモリ内容の初期化を行わないままCPU1がメイ
ンメモリ2を読み出すと、誤り検出回路11がデータと
これに対応する誤り訂正情報との不一致を検出し、エラ
ーが発生する。2. Description of the Related Art FIG. 6 shows a conventional electronic computer in which an error correction function is added to a main memory. In this system, the reset circuit outputs the reset signal 25 when the power is turned on. The reset signal 25 initializes the CPU 1, but the contents of the main memory 2 remain in an indefinite state when the power is turned on. Since the error correction information is added to the main memory 2 in order to improve the reliability of the electronic computer, when the CPU 1 reads the main memory 2 without initializing the memory contents, the error detection circuit 11 detects the data and the data. An error occurs when a mismatch with the error correction information corresponding to is detected.
【0003】この不一致を発生させないために、電源立
ち上げ時に稼働するファームウェア36(以下、ブート
ローダーという。)が、オペレーティングシステムなど
基本ソフトウェアの稼働前に、メインメモリ2に対して
書き込み動作を行い、誤り訂正生成回路10によって正
しい誤り訂正情報を生成し、メインメモリ2の初期化を
行う。In order to prevent this inconsistency, the firmware 36 (hereinafter referred to as a boot loader) that operates when the power is turned on performs a write operation to the main memory 2 before operating the basic software such as the operating system. Correct error correction information is generated by the error correction generation circuit 10, and the main memory 2 is initialized.
【0004】別の電子計算機システムで、キャッシュ記
憶方式をとりいれた構成を図7に示す。電源投入やオペ
レーターのリセット要求によりリセット回路が出力する
リセット信号25が、CPU1とキャッシュコントロー
ラ33を初期化する。しかし、電源投入時にはタグメモ
リ4の内容は不定である。また、リセット要求により初
期化された場合には、リセット前にキャッシュされたデ
ータはすべて無効にせねばならないが、データが初期化
されていないため有効であると判別されてしまう。この
ため、初期化を行わないでCPU1が起動を始めると、
無意味なデータを読み込んで正常に動作しない。このよ
うな問題を引き起こさないために、キャッシュを行わな
い状態で、ブートローダー36においてタグメモリ4の
内容の初期化を行う。FIG. 7 shows the configuration of another electronic computer system which incorporates a cache storage system. The reset signal 25 output by the reset circuit in response to power-on or a reset request from the operator initializes the CPU 1 and the cache controller 33. However, the contents of the tag memory 4 are indefinite when the power is turned on. Further, when the data is initialized by the reset request, all the data cached before the reset must be invalidated, but it is determined that the data is valid because the data has not been initialized. Therefore, if the CPU 1 starts up without performing initialization,
It reads meaningless data and does not operate normally. In order to prevent such a problem, the contents of the tag memory 4 are initialized in the boot loader 36 in a state where the cache is not performed.
【0005】[0005]
【発明が解決しようとする課題】ハードウェア及びソフ
トウェアの高性能・高機能化に伴い、初期化せねばなら
ないメインメモリやキャッシュメモリの容量が増大し、
初期化をソフトウェアで行うときの処理時間が長大化す
るという問題がある。特に頻繁に電源のON・OFFが
必要なシステムに用いられる電子計算機にとっては、シ
ステムの起動が要求されてから実際にその機能を発揮で
きるまでの待ち時間が長くなり、システムの即応性が失
われるという問題点があった。As the performance and functionality of hardware and software have increased, the capacity of main memory and cache memory that must be initialized increases,
There is a problem that the processing time when initialization is performed by software becomes long. In particular, for an electronic computer used in a system that needs to be turned on and off frequently, the waiting time from when the system is activated until the function is actually exhibited becomes long, and the responsiveness of the system is lost. There was a problem.
【0006】また、ブートローダーにて初期化を実行す
る場合、この初期化動作自体に誤りがあり、CPUが初
期化されていないアドレスを読み出したり、初期化動作
の途中で無効な命令を実行してしまう可能性があり、高
信頼なシステムとは言い難い。Further, when the initialization is executed by the boot loader, there is an error in the initialization operation itself, and the CPU reads an uninitialized address or executes an invalid instruction during the initialization operation. There is a possibility that it will happen, and it is hard to say that it is a highly reliable system.
【0007】[0007]
【課題を解決するための手段】実施例1においては、誤
り訂正情報を付加したメインメモリと、電源立ち上げ時
にメインメモリの初期化を制御する回路(以下、メイン
メモリ初期化回路という。)とを備え、ソフトウェアの
介在しないCPUのリセット動作中に、メインメモリに
既知のデータを書き込むことにより、データとこれに符
合する誤り訂正情報との対応を正す(以下、初期化とい
う。)。これにより、電源投入後の正常なメモリアクセ
スを提供する。In the first embodiment, a main memory to which error correction information is added, and a circuit for controlling initialization of the main memory when power is turned on (hereinafter referred to as main memory initialization circuit). By writing known data in the main memory during the reset operation of the CPU without software intervention, the correspondence between the data and the error correction information corresponding thereto is corrected (hereinafter referred to as initialization). This provides normal memory access after power is turned on.
【0008】実施例2においては、誤り訂正情報を付加
した、複数のバンクから成るメインメモリと、メインメ
モリ初期化回路とを備え、CPUのリセット動作中に、
異なるバンクの複数の記憶素子を同時に初期化し、電源
投入後の正常なメモリアクセスを提供する。In the second embodiment, a main memory including a plurality of banks to which error correction information is added and a main memory initialization circuit are provided, and during the reset operation of the CPU,
A plurality of storage elements in different banks are simultaneously initialized to provide normal memory access after power is turned on.
【0009】実施例3においては、ダイナミックランダ
ムアクセスメモリ(以下、DRAMという。)で構成さ
れた、誤り訂正情報を持つメインメモリと、そのDRA
Mの読み書き及びリフレッシュを行う回路に初期化回路
を付加した回路(以下、初期化付きDRAMコントロー
ラという。)を備え、電源投入時にCPUへのリセット
信号を出力しながらDRAMの初期化を行い、電源投入
後の正常なメモリアクセスを提供する。In the third embodiment, a main memory having error correction information, which is composed of a dynamic random access memory (hereinafter referred to as DRAM), and its DRA.
A circuit in which an initialization circuit is added to a circuit for reading / writing and refreshing M (hereinafter referred to as a DRAM controller with initialization) is provided to initialize the DRAM while outputting a reset signal to the CPU when the power is turned on. Provide normal memory access after input.
【0010】実施例4においては、誤り訂正情報を付加
したメインメモリと、直接メモリアクセス(以下、DM
Aという。)を行う回路(以下、DMAコントローラと
いう。)と、電源投入時にDMAコントローラに初期化
を行わせるための設定を行う回路(以下、初期化制御回
路という。)を備え、CPUのリセット動作中にすべて
のメインメモリを初期化し、電源投入後の正常なメモリ
アクセスを提供する。In the fourth embodiment, the main memory to which the error correction information is added and the direct memory access (hereinafter referred to as DM
A. ), And a circuit (hereinafter, referred to as an initialization control circuit) for setting the DMA controller to perform initialization when the power is turned on. Initializes all main memory and provides normal memory access after power on.
【0011】実施例5においては、キャッシュメモリ
と、タグメモリと、電源立ち上げ時またはリセット動作
時にタグメモリを初期化する制御回路(以下、キャッシ
ュ初期化回路という。)を備え、ソフトウェアの介在し
ないCPUリセット動作中に、タグメモリの内容をキャ
ッシュが無効であるという状態に書き換え、リセット後
の正常なタグ情報を提供する。The fifth embodiment is provided with a cache memory, a tag memory, and a control circuit (hereinafter referred to as a cache initialization circuit) for initializing the tag memory at power-on or reset operation, without software intervention. During the CPU reset operation, the contents of the tag memory are rewritten to a state in which the cache is invalid, and normal tag information after reset is provided.
【0012】[0012]
【作用】実施例1、実施例2、実施例3及び実施例4の
初期化回路は、電源投入後のメインメモリの読み取り動
作に対して、正常な動作を保証する。The initialization circuits of the first, second, third and fourth embodiments guarantee a normal operation for the reading operation of the main memory after the power is turned on.
【0013】実施例5のキャッシュメモリ初期化回路
は、リセット後のキャッシュメモリの内容をすべて無効
にすることにより、CPUの読み取り動作に対してメイ
ンメモリからの読み取りを保証し、リセット後のシステ
ムの正常復帰を保証する。The cache memory initialization circuit of the fifth embodiment guarantees reading from the main memory for the read operation of the CPU by invalidating all the contents of the cache memory after reset, and the system after reset is reset. Guarantee normal return.
【0014】[0014]
実施例1.図1は、実施例1を示すブロック図である。
従来、CPU1とメインメモリ2は直接内部バスで接続
されていたが、この発明ではアドレス選択器13及びデ
ータ選択器12を経由して接続されている。メインメモ
リのデータ信号線22には、データ選択器12にて選択
される、データバス21あるいはメインメモリに充填す
るデータをあらかじめ設定した初期化データ回路5の出
力とのどちらか一方が接続される。また、メインメモリ
のアドレス信号線には、アドレス選択器13にて選択さ
れるアドレスバス20、あるいはアドレス生成回路6に
より生成されたアドレスとのどちらか一方が接続され
る。Embodiment 1 FIG. FIG. 1 is a block diagram showing the first embodiment.
Conventionally, the CPU 1 and the main memory 2 were directly connected by the internal bus, but in the present invention, they are connected via the address selector 13 and the data selector 12. The data signal line 22 of the main memory is connected to either the data bus 21 selected by the data selector 12 or the output of the initialization data circuit 5 in which the data to be filled in the main memory is preset. . Further, either the address bus 20 selected by the address selector 13 or the address generated by the address generation circuit 6 is connected to the address signal line of the main memory.
【0015】電源投入によりパワーオン信号が発生する
と、リセット保持回路7はリセット信号をCPU1及び
タイミング生成回路8へ出力する。タイミング生成回路
8はこのリセット信号を受けて、アドレス選択器13及
びデータ選択器12の切り換えを行い、メインメモリ2
からCPU1を切り放す。また、アドレス生成回路6
は、メインメモリ2のすべてのアドレスを順次生成す
る。書き込み制御回路9は、アドレス生成回路6に同期
して、メインメモリ2の書き込み制御を行う。When the power-on signal is generated by turning on the power, the reset holding circuit 7 outputs the reset signal to the CPU 1 and the timing generation circuit 8. Upon receipt of this reset signal, the timing generation circuit 8 switches between the address selector 13 and the data selector 12, and the main memory 2
CPU1 is cut off from. Also, the address generation circuit 6
Sequentially generates all the addresses of the main memory 2. The write control circuit 9 controls the write of the main memory 2 in synchronization with the address generation circuit 6.
【0016】データを書き込む際に、誤り訂正生成回路
10にて、書き込みデータに符合する誤り訂正情報を演
算した後、メインメモリ2にデータと誤り訂正情報の両
方を書き込む。When writing data, the error correction generating circuit 10 calculates error correction information matching the write data, and then writes both the data and the error correction information to the main memory 2.
【0017】アドレス生成回路6は、タイミング生成回
路8からのタイミング信号に同期して、アドレスを順次
増加する。すべてのアドレス生成を終了すると、タイミ
ング生成回路8では、リセット保持回路7に対し初期化
終了を通知し、CPU1へのリセット信号を解除する。The address generating circuit 6 sequentially increases the address in synchronization with the timing signal from the timing generating circuit 8. When all the addresses have been generated, the timing generation circuit 8 notifies the reset holding circuit 7 of the completion of initialization, and releases the reset signal to the CPU 1.
【0018】実施例2.図2は、実施例2を示すブロッ
ク図である。CPU1とメインメモリ2は、アドレス選
択器13及びデータ選択器12を経由して接続されてい
る。初期化データ回路5には、メインメモリに充填する
データがあらかじめ設定されている。この例では、メイ
ンメモリ2は、2つのバンク、バンクA14、バンクB
15から構成されているため、CPU1からのアクセス
には、アドレスによってバンクを切り替えるバンク選択
器14を経由する。Embodiment 2 FIG. FIG. 2 is a block diagram showing the second embodiment. The CPU 1 and the main memory 2 are connected via the address selector 13 and the data selector 12. Data to be filled in the main memory is preset in the initialization data circuit 5. In this example, the main memory 2 has two banks, a bank A14 and a bank B.
Since it is composed of 15, the access from the CPU 1 is via the bank selector 14 which switches the bank according to the address.
【0019】リセット保持回路7は、電源投入によるパ
ワーオン信号が入力されると、CPU1へリセット信号
を出力するとともに、タイミング生成回路8に初期化要
求を出力する。The reset holding circuit 7 outputs a reset signal to the CPU 1 and an initialization request to the timing generation circuit 8 when a power-on signal is input by turning on the power.
【0020】タイミング生成回路8は初期化要求を受け
て、アドレス選択器13及びデータ選択器12の切り換
えを行い、メインメモリ2からCPU1を切り放す。ま
た、アドレス生成回路6は、メインメモリ2を構成する
1つのバンク内のすべてのアドレスを順次生成する。書
き込み制御回路9は、アドレス生成回路6に同期しなが
らメインメモリ2を構成するバンクA14、バンクB1
5に同時に書き込み制御を行う。この時、誤り訂正生成
回路10が適切な誤り訂正情報を付加する。In response to the initialization request, the timing generation circuit 8 switches the address selector 13 and the data selector 12 and disconnects the CPU 1 from the main memory 2. Further, the address generation circuit 6 sequentially generates all the addresses in one bank forming the main memory 2. The write control circuit 9 is synchronized with the address generation circuit 6 and forms a bank A14 and a bank B1 that constitute the main memory 2.
At the same time, write control is performed on 5. At this time, the error correction generation circuit 10 adds appropriate error correction information.
【0021】アドレス生成回路6は、タイミング生成回
路8からのタイミング信号に同期して、バンク内のアド
レスを順次増加する。アドレス生成回路6はバンク内の
すべてのアドレス生成を終了するとタイミング生成回路
8に対して終了信号を出力し、リセット保持回路7はC
PU1へのリセット信号を解除する。The address generation circuit 6 sequentially increases the addresses in the bank in synchronization with the timing signal from the timing generation circuit 8. When the address generation circuit 6 finishes generating all the addresses in the bank, it outputs an end signal to the timing generation circuit 8, and the reset holding circuit 7 outputs C.
Release the reset signal to PU1.
【0022】実施例3.図3は、実施例3を示すブロッ
ク図である。CPU1とDRAMで構成されたメインメ
モリ3があり、CPU1や図示せぬ周辺回路からのアク
セスには、初期化付きDRAMコントローラ30が介在
している。従来のDRAMコントローラは、DRAMに
対する読み書きのタイミング制御をタイミング生成回路
8で行い、また、リフレッシュタイマー16で設定され
た時間ごとにリフレッシュ動作を行い、さらに通常の読
み書きとリフレッシュ動作との調停を調停器17にて行
う。Example 3. FIG. 3 is a block diagram showing the third embodiment. There is a main memory 3 composed of a CPU 1 and a DRAM, and a DRAM controller 30 with initialization is interposed for access from the CPU 1 and peripheral circuits (not shown). The conventional DRAM controller controls the timing of reading and writing to the DRAM by the timing generation circuit 8, performs the refresh operation at each time set by the refresh timer 16, and further arbitrates the normal read / write and the refresh operation. Perform at 17.
【0023】初期化付きDRAMコントローラ30の構
成回路は、上記DRAMコントローラに加えて図3に示
すように初期化回路15、アドレス生成回路6、初期化
データ回路5、アドレス選択器13、データ選択器12
を備える。初期化回路15は、電源投入時のパワーオン
信号を受けて、全DRAMの初期化を行うための制御信
号を生成する。The configuration circuit of the DRAM controller with initialization 30 includes, in addition to the above DRAM controller, an initialization circuit 15, an address generation circuit 6, an initialization data circuit 5, an address selector 13, and a data selector as shown in FIG. 12
Is provided. The initialization circuit 15 receives a power-on signal when the power is turned on and generates a control signal for initializing all DRAMs.
【0024】パワーオン信号を受けた初期化回路15
は、リフレッシュタイマー16、タイミング生成回路8
へリセットをかける。タイミング生成回路8は、リセッ
ト後にDRAMを正常動作させるための空読み出しサイ
クルを生成し、これが終了すると初期化回路15へ通知
する。初期化回路15はこの通知を受けて、データ選択
器12を初期化データ回路5側に切り換え、初期化デー
タ回路5はデータを生成する。同時に、アドレス選択器
13をアドレス生成回路6側に切り換え、アドレス生成
回路6が全メインメモリのアドレスを順次生成する。ま
た、調停器17に対して、初期化データ書き込みを要求
し、リフレッシュタイマー16によるリフレッシュ動作
要求と調停を行いながら書き込みを行う。アドレス生成
回路6が全アドレスの発生を終了すると初期化回路15
に通知し、CPU1へのリセットを解除して初期化動作
を終了する。Initialization circuit 15 receiving the power-on signal
Is a refresh timer 16 and a timing generation circuit 8
Reset to. The timing generation circuit 8 generates an idle read cycle for normal operation of the DRAM after reset, and notifies the initialization circuit 15 when this is completed. Upon receiving this notification, the initialization circuit 15 switches the data selector 12 to the initialization data circuit 5 side, and the initialization data circuit 5 generates data. At the same time, the address selector 13 is switched to the address generation circuit 6 side, and the address generation circuit 6 sequentially generates the addresses of all the main memories. Further, the arbitrator 17 is requested to write the initialization data, and the refresh timer 16 requests the refresh operation and performs the arbitration. When the address generation circuit 6 finishes generating all addresses, the initialization circuit 15
Is notified, the reset to the CPU 1 is released, and the initialization operation ends.
【0025】実施例4.図4は、実施例4を示すブロッ
ク図である。CPU1、メインメモリ2、DMAコント
ローラ31は、アドレスバスとデータバスを共有し、D
MAコントローラ31には、電源投入によるパワーオン
信号を受けてリセット信号を生成するリセット保持回路
7と、パワーオン信号を受けてDMAコントローラ31
の初期化ならびに、データ転送を行わせる初期化制御回
路32が接続されている。Example 4. FIG. 4 is a block diagram showing the fourth embodiment. The CPU 1, the main memory 2, and the DMA controller 31 share the address bus and the data bus, and
The MA controller 31 includes a reset holding circuit 7 that receives a power-on signal generated by power-on and generates a reset signal, and a DMA controller 31 that receives the power-on signal.
An initialization control circuit 32 for performing initialization and data transfer is connected.
【0026】初期化制御回路32は、パワーオン信号を
受けてDMAコントローラ31をリセットし、その後に
DMAの転送元と転送先をメインメモリ2の先頭アドレ
スに設定し、転送ワード数をメインメモリの総ワード数
に設定して、DMAを要求する。DMAコントローラ3
1が転送元アドレスの読み取りを行うとき、データ選択
器12を初期化データ回路5に切り換え、強制的に初期
化データを読み取らせる。この時、メインメモリ2では
誤り発生が予測されるので、この誤り発生信号をエラー
切断器35により抑制する。The initialization control circuit 32 receives the power-on signal and resets the DMA controller 31, and thereafter sets the DMA transfer source and transfer destination to the head address of the main memory 2 and sets the number of transfer words in the main memory. Set to the total number of words and request DMA. DMA controller 3
When 1 reads the transfer source address, the data selector 12 is switched to the initialization data circuit 5 to force the initialization data to be read. At this time, since an error occurrence is predicted in the main memory 2, this error occurrence signal is suppressed by the error disconnector 35.
【0027】DMAコントローラ31が転送先アドレス
に書き込みを行うときには、データ選択器12はDMA
コントローラ31側に切り換わり、メインメモリ2に対
して初期化データの書き込みを行う。すべての転送が終
了し、DMAコントローラ3から転送終了通知が発生す
ると、リセット保持回路7はCPU1へのリセットを解
除し、初期化動作を終了する。When the DMA controller 31 writes to the transfer destination address, the data selector 12 uses the DMA
The controller 31 is switched to and the initialization data is written to the main memory 2. When all the transfers are completed and the transfer completion notification is generated from the DMA controller 3, the reset holding circuit 7 releases the reset to the CPU 1 and ends the initialization operation.
【0028】実施例5.図5は、実施例5を示すブロッ
ク図である。CPU1からのメモリアクセスは、すべて
キャッシュコントローラ33に委ねられている。キャッ
シュメモリの構成方法としてダイレクトマッピング方式
を用いた場合、タグメモリ4、キャッシュメモリ34は
図5のように接続される。Example 5. FIG. 5 is a block diagram showing the fifth embodiment. All memory access from the CPU 1 is entrusted to the cache controller 33. When the direct mapping method is used as the method of configuring the cache memory, the tag memory 4 and the cache memory 34 are connected as shown in FIG.
【0029】従来のキャッシュコントローラでは、CP
U1からの読み取りアクセスに対して、まずタグメモリ
4の該当タグを参照し、そのデータが有効であるならば
キャッシュメモリ34からデータを読み出す。無効であ
ったならば、該当するアドレスのメインメモリ2への読
み取り動作を行い、同時にキャッシュメモリ34への書
き込みとタグの更新を行う。書き込みに関しては、ライ
トスルー方式の場合には、タグメモリ4の該当タグを更
新し、キャッシュメモリ34とメインメモリ2の両方に
書き込みを行う。In the conventional cache controller, CP
In response to the read access from U1, the tag in the tag memory 4 is first referred to, and if the data is valid, the data is read from the cache memory 34. If it is invalid, the reading operation of the corresponding address to the main memory 2 is performed, and at the same time, the writing to the cache memory 34 and the tag update are performed. Regarding writing, in the case of the write-through method, the corresponding tag in the tag memory 4 is updated and writing is performed in both the cache memory 34 and the main memory 2.
【0030】本発明によるキャッシュ初期化回路は、上
記キャッシュコントローラに加え、リセット保持回路
7、タイミング生成回路8、アドレス生成回路6、初期
化データ回路5、アドレス選択器13を備える。The cache initialization circuit according to the present invention comprises a reset holding circuit 7, a timing generation circuit 8, an address generation circuit 6, an initialization data circuit 5, and an address selector 13 in addition to the above cache controller.
【0031】図示せぬリセット要求回路からリセットが
要求されると、リセット保持回路7によって、CPU1
にリセットがかけられる。この間に、アドレス生成回路
6は、タグメモリ4のタグ数分だけタグアドレスを生成
し、タイミング生成回路8に同期して、キャッシュが無
効であることを示す初期化データ回路5のデータをタグ
メモリ4に書き込む。すべてのタグアドレスの生成が終
わると、リセット保持回路7はリセットを解除し、CP
U1が始動する。When a reset request circuit (not shown) requests a reset, the reset holding circuit 7 causes the CPU 1
Can be reset. During this time, the address generation circuit 6 generates tag addresses for the number of tags in the tag memory 4, and in synchronization with the timing generation circuit 8, the data of the initialization data circuit 5 indicating that the cache is invalid is added to the tag memory. Write to 4. When the generation of all tag addresses is completed, the reset holding circuit 7 releases the reset, and the CP
U1 starts.
【0032】[0032]
【発明の効果】この発明は、以上説明したように構成さ
れているので、以下に記載されるような効果を奏する。Since the present invention is configured as described above, it has the following effects.
【0033】実施例1、実施例2、実施例3及び実施例
4の発明による一連の初期化動作が終了すると、CPU
がメインメモリの読み取りを行う際に、読み取るデータ
と、このデータに対応する誤り情報との整合性がとれて
いることが保証されているため、エラーは発生しない。
また、もし仮にエラーが発生した場合には、そのデータ
を記憶していた回路に故障が発生していることが検出で
き、高信頼のシステムが構築できる。また、この初期化
回路は、ハードウェアで実現されているため、ソフトウ
ェアで実行する書き込み動作よりも高速であり、大容量
のメインメモリに対しても短時間に初期化が実行でき
る。When a series of initialization operations according to the inventions of the first, second, third and fourth embodiments is completed, the CPU
When the main memory is read, it is guaranteed that the data to be read and the error information corresponding to this data are consistent, so no error occurs.
Further, if an error occurs, it can be detected that the circuit storing the data has a failure, and a highly reliable system can be constructed. Further, since this initialization circuit is realized by hardware, it is faster than the writing operation executed by software, and initialization can be executed in a short time even for a large capacity main memory.
【0034】上記に加えて実施例2についての効果は、
大容量のメモリシステムは、通常複数のバンクに分けら
れて管理されているため、この特徴を利用し、実施例1
の発明を異なるバンクのメモリを同時に書き込めるよう
に変更したものである。このため、メインメモリのバン
クがn個存在する場合に、実施例1の発明による初期化
にかかる時間の1/nの時間で初期化が終了し、高速化
が図れるという効果がある。In addition to the above, the effect of the second embodiment is as follows.
Since a large-capacity memory system is usually managed by being divided into a plurality of banks, this feature is utilized to implement the first embodiment.
The present invention is modified so that memories of different banks can be simultaneously written. Therefore, when there are n banks of the main memory, the initialization is completed in 1 / n of the time required for the initialization according to the invention of the first embodiment, and there is an effect that the speed can be increased.
【0035】実施例3についての効果は、大容量のメモ
リシステムが、通常のDRAMで構成されていることを
利用し、既存のメモリシステムに対しても、比較的小規
模な回路の追加で初期化を高速に行え、信頼性も向上す
るという効果がある。The effect of the third embodiment is that the large-capacity memory system is composed of the normal DRAM, and the relatively small-scale circuit is added to the existing memory system. This has the effect of enabling high speed conversion and improving reliability.
【0036】実施例4についての効果は、一般的なコン
ピュータシステムがほとんど具備しているDMAコント
ローラに、比較的小規模な回路の追加で初期化を高速に
行え、高い信頼性が得られるという効果がある。The effect of the fourth embodiment is that a relatively small circuit is added to the DMA controller, which is included in a general computer system, to perform initialization at high speed and to obtain high reliability. There is.
【0037】実施例5についての効果は、大容量キャッ
シュメモリの初期化に対し、ソフトウェアによって実行
する場合、キャッシュの機構を十分熟知した上で、複雑
で冗長なアクセスを実行せねばならず、ソフトウェア制
作にも実行にも時間がかかる。これをハードウェアで行
うことにより、大容量のキャッシュメモリに対して短時
間で初期化が可能となり、初期化プログラム作成の手間
も省けるという効果がある。The effect of the fifth embodiment is that, when the initialization of the large capacity cache memory is executed by software, the complicated and redundant access must be executed after sufficiently understanding the cache mechanism. It takes time to produce and execute. By performing this by hardware, it is possible to initialize a large-capacity cache memory in a short time, and there is an effect that the trouble of creating an initialization program can be saved.
【0038】また、リセットがかけられた時点でキャッ
シュがすべて無効になるため、電源投入時にキャッシュ
メモリに現れる不確定なキャッシュ情報による誤動作を
排除する。さらに、リセットが要求されるような致命的
な状態に陥った場合にも、無効なキャッシュ情報の排除
により再起動時の動作を保証でき、高い信頼性を得るこ
とができる。Further, since all the caches are invalidated at the time of resetting, the malfunction caused by the uncertain cache information appearing in the cache memory when the power is turned on is eliminated. Further, even in the case of a fatal state where a reset is required, the operation at the time of restart can be guaranteed by eliminating invalid cache information, and high reliability can be obtained.
【図1】 この発明の実施例1を示すブロック図であ
る。FIG. 1 is a block diagram showing a first embodiment of the present invention.
【図2】 この発明の実施例2を示すブロック図であ
る。FIG. 2 is a block diagram showing a second embodiment of the present invention.
【図3】 この発明の実施例3を示すブロック図であ
る。FIG. 3 is a block diagram showing a third embodiment of the present invention.
【図4】 この発明の実施例4を示すブロック図であ
る。FIG. 4 is a block diagram showing a fourth embodiment of the present invention.
【図5】 この発明の実施例5を示すブロック図であ
る。FIG. 5 is a block diagram showing a fifth embodiment of the present invention.
【図6】 従来の技術による、誤り訂正情報を含むメイ
ンメモリを利用した電子計算機のブロック図である。FIG. 6 is a block diagram of a conventional computer using a main memory including error correction information.
【図7】 従来の技術による、ダイレクトマッピング方
式のキャッシュ記憶方式を利用した電子計算機のブロッ
ク図である。FIG. 7 is a block diagram of an electronic computer using a cache memory system of a direct mapping system according to a conventional technique.
1 CPU、2 メインメモリ、3 メインメモリ(D
RAM)、4 タグメモリ、5 初期化データ回路、6
アドレス生成回路、7 リセット保持回路、8 タイ
ミング生成回路、9 書き込み制御回路、10 誤り訂
正生成回路、11 誤り検出回路、12 データ選択
器、13 アドレス選択器、14 バンク選択器、15
初期化回路、16 リフレッシュタイマー、17 調
停器、18DRAM書き込み制御回路、19 マルチプ
レクサ、20 アドレスバス、21 データバス、22
データ信号線、23 誤り訂正信号線、24 誤り発
生信号線、25 リセット信号線、30 初期化付きD
RAMコントローラ、31DMAコントローラ、32
初期化制御回路、33 キャッシュコントローラ、34
キャッシュメモリ、35 エラー切断器、36 ブー
トローダー。1 CPU, 2 main memory, 3 main memory (D
RAM), 4 tag memory, 5 initialization data circuit, 6
Address generation circuit, 7 reset holding circuit, 8 timing generation circuit, 9 write control circuit, 10 error correction generation circuit, 11 error detection circuit, 12 data selector, 13 address selector, 14 bank selector, 15
Initialization circuit, 16 refresh timer, 17 arbitrator, 18 DRAM write control circuit, 19 multiplexer, 20 address bus, 21 data bus, 22
Data signal line, 23 error correction signal line, 24 error occurrence signal line, 25 reset signal line, 30 D with initialization
RAM controller, 31 DMA controller, 32
Initialization control circuit, 33 cache controller, 34
Cache memory, 35 error disconnector, 36 boot loader.
Claims (5)
記憶装置から読み出した情報に誤りがないかどうかを検
出する誤り検出回路と、検出された誤った情報の訂正を
行う誤り訂正回路と、電源投入時にリセット信号を発生
するリセット発生回路と、初期化動作中にこのリセット
信号を保持するリセット保持回路と、このリセット信号
の出力中に、一定の時間間隔を刻むタイミング信号を出
力するタイミング生成回路と、このタイミング信号に従
ってアドレスが増加するアドレス生成回路、上記タイミ
ング信号に同期して主記憶装置への書き込み動作を行う
書き込み制御回路と、リセット信号の出力中にアドレス
線及びデータ線を切り換えるアドレス選択器及びデータ
選択器とによって構成される記憶装置初期化回路。1. A central processing unit, an error detection circuit for detecting whether or not the information read from the main storage unit by the central processing unit has an error, and an error correction circuit for correcting the detected erroneous information. , A reset generation circuit that generates a reset signal when the power is turned on, a reset holding circuit that holds this reset signal during the initialization operation, and a timing that outputs a timing signal that gives a fixed time interval during the output of this reset signal A generation circuit, an address generation circuit whose address increases according to this timing signal, a write control circuit that performs a write operation to the main memory device in synchronization with the timing signal, and an address line and a data line are switched during the output of a reset signal. A storage device initialization circuit including an address selector and a data selector.
を備えるとともに、バンク選択器によって複数のバンク
を切り換えることを特徴とする請求項1記載の記憶装置
初期化回路。2. The storage device initialization circuit according to claim 1, further comprising a main storage device including a plurality of banks, wherein the plurality of banks are switched by a bank selector.
ミックランダムアクセスメモリで、かつ、この記憶素子
を制御するために一定期間毎にリフレッシュ動作を発動
するリフレッシュタイマーと、このリフレッシュ動作
と、中央処理装置が主記憶装置へアクセスすることを調
停する調停器と、この調停器により許可されたアクセス
を行う書き込み制御回路と、アドレスを時分割で供給す
るマルチプレクサを備えることを特徴とする請求項1記
載の記憶装置初期化回路。3. A memory element constituting a main memory device is a dynamic random access memory, and a refresh timer for activating a refresh operation at regular intervals for controlling the memory element, the refresh operation, and a central processing. The arbitrator for arbitrating access to the main memory by the device, a write control circuit for performing access permitted by the arbitrator, and a multiplexer for supplying an address in a time division manner. Memory device initialization circuit.
接メモリアクセス制御回路を備え、リセット信号の出力
中に上記直接メモリアクセス制御回路が主記憶装置へ所
定の情報を連続的に書き込む設定を行う初期化制御回路
と、この所定の情報を保持する初期化データ回路と、リ
セット信号出力中に上記初期化データと通常のデータ線
とを切り換えるデータ選択器とを具備することを特徴と
する請求項1記載の記憶装置初期化回路。4. An initial stage comprising a direct memory access control circuit for executing a direct memory access, wherein the direct memory access control circuit performs a setting for continuously writing predetermined information to a main memory device during output of a reset signal. An initialization control circuit, an initialization data circuit that holds the predetermined information, and a data selector that switches the initialization data and a normal data line during a reset signal output. A storage device initialization circuit as described.
憶装置の持つ情報の一部の複写を持ち、主記憶装置より
も高速なアクセスを行うキャッシュメモリと、上記キャ
ッシュメモリの保持する情報が有効か無効かを判別する
ための情報を保持するタグメモリとを具備し、中央処理
装置に対するリセット要求によりリセット信号を出力す
るリセット保持回路と、リセット信号出力中に所定の時
間間隔毎にタイミング信号を出力するタイミング生成回
路と、上記タイミング生成回路が出力するタイミングに
同期してキャッシュメモリのアドレスを順次増加するア
ドレス生成回路と、上記アドレス生成回路で生成された
アドレスと通常動作時のアドレス線との切り替えを行う
アドレス選択器と、所定の情報を保持する初期化データ
回路とを具備した記憶装置初期化回路。5. A central processing unit, a main memory, a cache memory having a copy of a part of the information held by the main memory and accessing at a speed higher than that of the main memory, and information held by the cache memory. A tag holding memory for holding information for determining whether it is valid or invalid, a reset holding circuit that outputs a reset signal in response to a reset request to the central processing unit, and a timing at predetermined time intervals during the output of the reset signal. A timing generation circuit that outputs a signal, an address generation circuit that sequentially increases the address of the cache memory in synchronization with the timing that the timing generation circuit outputs, an address generated by the address generation circuit, and an address line during normal operation And an initialization data circuit for holding predetermined information. Storage device initialization circuit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7191857A JPH0944273A (en) | 1995-07-27 | 1995-07-27 | Storage device initializing circuit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP7191857A JPH0944273A (en) | 1995-07-27 | 1995-07-27 | Storage device initializing circuit |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0944273A true JPH0944273A (en) | 1997-02-14 |
Family
ID=16281665
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP7191857A Pending JPH0944273A (en) | 1995-07-27 | 1995-07-27 | Storage device initializing circuit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0944273A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006350889A (en) * | 2005-06-20 | 2006-12-28 | Fujitsu Ltd | Semiconductor integrated circuit |
-
1995
- 1995-07-27 JP JP7191857A patent/JPH0944273A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006350889A (en) * | 2005-06-20 | 2006-12-28 | Fujitsu Ltd | Semiconductor integrated circuit |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10909012B2 (en) | System having persistent memory | |
JP5265654B2 (en) | Controlling memory redundancy in the system | |
US5787243A (en) | Main memory system and checkpointing protocol for fault-tolerant computer system | |
US20160378344A1 (en) | Processor and platform assisted nvdimm solution using standard dram and consolidated storage | |
JPH0969082A (en) | Multiprocessor system | |
US11656967B2 (en) | Method and apparatus for supporting persistence and computing device | |
US11157342B2 (en) | Memory systems and operating methods of memory systems | |
EP0348240B1 (en) | Microprocessor equipped with parity control unit on same chip | |
US10740167B2 (en) | Multi-core processor and cache management method thereof | |
JP3052857B2 (en) | Inter-cluster shared memory access method | |
US5359557A (en) | Dual-port array with storage redundancy having a cross-write operation | |
US10776192B2 (en) | Memory store error check | |
JPH06348593A (en) | Data transfer controller | |
JPH1011348A (en) | Controller for dram, and the dram | |
JPH0944273A (en) | Storage device initializing circuit | |
KR102376396B1 (en) | Multi-core processor and cache management method thereof | |
US11966339B1 (en) | Selecting between basic and global persistent flush modes | |
JP2002366433A (en) | Cache memory controller and processor | |
JPH01261758A (en) | Computer system | |
JP2006260393A (en) | Cpu system | |
JPH03656B2 (en) | ||
US20240069742A1 (en) | Chassis servicing and migration in a scale-up numa system | |
JP3068491B2 (en) | Cache index failure handling method | |
JP2005025371A (en) | Disk array device and data write control method | |
JPH06187230A (en) | Memory supervision control method |