Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP2594678B2 - System control unit - Google Patents
[go: Go Back, main page]

JP2594678B2 - System control unit - Google Patents

System control unit

Info

Publication number
JP2594678B2
JP2594678B2 JP8278090A JP8278090A JP2594678B2 JP 2594678 B2 JP2594678 B2 JP 2594678B2 JP 8278090 A JP8278090 A JP 8278090A JP 8278090 A JP8278090 A JP 8278090A JP 2594678 B2 JP2594678 B2 JP 2594678B2
Authority
JP
Japan
Prior art keywords
buffer
processing device
state
request
interface
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 - Lifetime
Application number
JP8278090A
Other languages
Japanese (ja)
Other versions
JPH03282661A (en
Inventor
長谷川  功
公一 多田
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP8278090A priority Critical patent/JP2594678B2/en
Publication of JPH03282661A publication Critical patent/JPH03282661A/en
Application granted granted Critical
Publication of JP2594678B2 publication Critical patent/JP2594678B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はシステム制御装置に関し、特に処理装置から
のリクエストを受付け、バッファに貯えるシステム制御
装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system control device, and more particularly to a system control device that receives a request from a processing device and stores the request in a buffer.

〔従来の技術〕[Conventional technology]

従来、この種のシステム制御装置は、処理装置との接
続が解除されるとその時点でバッファを初期化するよう
になっていた。
Conventionally, this type of system control device initializes the buffer at that time when the connection with the processing device is released.

第3図はこの種のシステム制御装置の従来例の構成を
示すブロック図である。
FIG. 3 is a block diagram showing the configuration of a conventional example of this type of system control device.

この従来例のシステム制御装置3は、処理装置5から
のリクエストを受付けるリクエスト受付手段11と、リク
エストを貯えるバッファ12と、処理装置5が接続されて
いれば有効、接続されていなければ無効を示すインタフ
ェース状態信号を出力するインタフェース状態信号出力
手段13と、インタフェース状態信号が有効から無効にな
ったときにバッファ12とリードカウンタ15とライトカウ
ンタ16とを初期化するバッファ初期化手段14と、バッフ
ァ12から次に読出すべきリクエストの位置を示すリード
カウンタ15と、バッファ12の次にリクエストを書込むべ
き位置を示すライトカウンタ16と、リードカウンタ15と
ライトカウンタ16との内容を読出すバッファ状態ダンプ
手段17とによって構成されている。
The system control device 3 of this conventional example indicates a request receiving means 11 for receiving a request from the processing device 5, a buffer 12 for storing the request, and indicates valid if the processing device 5 is connected, and invalid if not connected. Interface status signal output means 13 for outputting an interface status signal; buffer initialization means 14 for initializing the buffer 12, the read counter 15 and the write counter 16 when the interface status signal is changed from valid to invalid; , A read counter 15 indicating the position of the request to be read next from the buffer 12, a write counter 16 indicating a position to write the request next to the buffer 12, and a buffer status dump for reading the contents of the read counter 15 and the write counter 16. And means 17.

バッファ12に貯えられたリクエストの数は、ライトカ
ウンタ16の値からリードカウンタ15の値を減算したもの
で与えられるから、バッファ状態ダンプ手段17によって
リードカウンタ15とライトカウンタ16の内容を読出すこ
とによってバッファ12の状態を知ることができる。
Since the number of requests stored in the buffer 12 is given by subtracting the value of the read counter 15 from the value of the write counter 16, the contents of the read counter 15 and the write counter 16 can be read by the buffer state dumping unit 17. Thus, the state of the buffer 12 can be known.

処理装置5との接続が解除されると、インタフェース
状態信号出力手段13から出力されるインタフェース状態
信号が有効から無効に変化し、バッファ初期化手段14は
このタイミングでバッファ12とリードカウンタ15とライ
トカウンタ16とを初期化する。したがって、処理装置5
との接続が解除された後にバッファ状態ダンプ手段17に
よって読出されるバッファ12の状態は、初期化された後
の状態である。
When the connection with the processing device 5 is released, the interface status signal output from the interface status signal output means 13 changes from valid to invalid, and the buffer initialization means 14 makes the buffer 12, the read counter 15, and the write The counter 16 is initialized. Therefore, the processing device 5
The state of the buffer 12 read by the buffer state dump unit 17 after the connection with the buffer is released is the state after the initialization.

第4図はシステム制御装置の他の従来例の構成を示す
ブロック図である。
FIG. 4 is a block diagram showing a configuration of another conventional system control device.

この従来例のシステム制御装置4は、処理装置5から
のリクエストを受付けるリクエスト受付手段21と、リク
エストが有効であるときにセットされるリクエスト状態
フラグ22と、リクエストのアドレスを保持するアドレス
バッファ23と、リクエストのデータを保持するデータバ
ッファ24と、処理装置5が接続されているときに有効、
接続されていないときに無効を示すインタフェース状態
信号を出力するインタフェース状態信号出力手段25と、
インタフェース状態信号が有効から無効になったときに
リクエスト状態フラグ22とアドレスバッファ23とデータ
バッファ24とを初期化するバッファ初期化手段26と、リ
クエスト状態フラグ22とアドレスバッファ23とデータバ
ッファ24との内容を読出すバッファ状態ダンプ手段27と
によって構成されている。
The system control device 4 of the conventional example includes a request receiving unit 21 for receiving a request from the processing device 5, a request status flag 22 set when the request is valid, and an address buffer 23 for holding the address of the request. Valid when the data buffer 24 holding the data of the request and the processing device 5 are connected,
Interface state signal output means 25 for outputting an interface state signal indicating invalid when not connected,
A buffer initialization means 26 for initializing the request status flag 22, the address buffer 23, and the data buffer 24 when the interface status signal is changed from valid to invalid; It is constituted by buffer state dump means 27 for reading the contents.

バッファ状態ダンプ手段27によってリクエスト状態フ
ラグ22とアドレスバッファ23とデータバッファ24との内
容を読出すことにより、貯えられているリクエストの状
態がわかりバッファの状態を知ることができる。
By reading the contents of the request state flag 22, the address buffer 23 and the data buffer 24 by the buffer state dump means 27, the state of the stored request can be known and the state of the buffer can be known.

処理装置5との接続が解除されると、インタフェース
状態信号出力手段25から出力されるインタフェース状態
信号が有効から無効に変化し、バッファ初期化手段26は
このタイミングでリクエスト状態フラグ22とアドレスバ
ッファ23とデータバッファ24とを初期化する。したがっ
て、処理装置5との接続が解除された後にバッファ状態
ダンプ手段27によって読出されるバッファの状態は、初
期化された後の状態である。
When the connection with the processing device 5 is released, the interface status signal output from the interface status signal output means 25 changes from valid to invalid, and the buffer initialization means 26 sets the request status flag 22 and the address buffer 23 at this timing. And the data buffer 24 are initialized. Therefore, the state of the buffer read by the buffer state dump unit 27 after the connection with the processing device 5 is released is the state after the initialization.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上述した従来のシステム制御装置は、処理装置との接
続が解除されたときにバッファの初期化が行なわれるの
で、処理装置の接続が解除される時点でのバッファの状
態が保存されず、処理装置の接続が解除された時点での
リクエストの処理状況を知ることができないという欠点
がある。
In the above-described conventional system control device, the buffer is initialized when the connection with the processing device is released. Therefore, the state of the buffer at the time when the connection with the processing device is released is not saved. However, there is a disadvantage that it is not possible to know the processing status of the request at the time when the connection is released.

本発明の目的は、処理装置との接続が解除された後
も、処理装置の接続が解除される時点でのリクエストの
処理状況を知り得るシステム制御装置を提供することに
ある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a system control device capable of knowing the processing status of a request at the time when the connection with the processing device is released even after the connection with the processing device is released.

〔課題を解決するための手段〕[Means for solving the problem]

本発明のシステム制御装置は、処理装置と接続されて
いるときに有効を示し該処理装置と接続されていないと
きに無効を示すインタフェース状態信号を出力するイン
タフェース状態信号出力手段と、前記処理装置から受け
付けたリクエストを貯えるバッファと、このバッファの
初期化を行うバッファ初期化手段と、前記処理装置との
接続が切り離されたときに前記バッファの状態を獲得す
るバッファ状態ダンプ手段とを有するシステム制御装置
において、前記インタフェース状態信号が無効から有効
になるタイミングを検出するインタフェース状態信号変
化点検出手段と、このインタフェース状態信号変化点検
出手段により検出されたタイミングで前記バッファを初
期化するように前記バッファ初期化手段に指示するバッ
ファ初期化指示手段とを含む。
The system control device of the present invention is an interface status signal output unit that outputs an interface status signal indicating valid when connected to a processing device and indicating invalid when not connected to the processing device; and A system control device having a buffer for storing a received request, buffer initialization means for initializing the buffer, and buffer status dump means for acquiring the status of the buffer when the connection with the processing device is disconnected. An interface state signal change point detecting means for detecting a timing at which the interface state signal changes from invalid to valid; and the buffer initializing means for initializing the buffer at a timing detected by the interface state signal change point detecting means. Initialization means for instructing the initialization means Including the.

〔作用〕[Action]

処理装置との接続が解除された時点ではバッファの初
期化は行なわれず、再び処理装置が接続される時点でバ
ッファの初期化がが行なわれるので、処理装置の接続が
解除された後も処理装置の接続が解除された時点でのバ
ッファの状態を知ることができる。
The buffer is not initialized when the connection with the processing device is released, and the buffer is initialized when the processing device is connected again. Therefore, even after the connection of the processing device is released, the processing device is not initialized. Can know the state of the buffer at the time when the connection is released.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明す
る。
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のシステム制御装置の構成
を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a system control device according to one embodiment of the present invention.

このシステム制御装置1は、第3図に示す従来例のシ
ステム制御装置3に、インタフェース状態信号が無効か
ら有効になるタイミングを検出するインタフェース状態
信号変化点検出手段18と、前記のタイミングでバッファ
12とリードカウンタ15とライトカウンタ16とを初期化す
ることをバッファ初期化手段14に指示するバッファ初期
化指示手段19とが付加されて構成されている。バッファ
初期化指示手段19がバッファ初期化手段14に前記の指示
を行うときは、インタフェース状態信号の有効から無効
に変化するときの特性と同じ特性の信号を出力し、バッ
ファ初期化手段14はバッファ初期化指示手段19からの指
示以外の要因で作動することはない。
This system control device 1 includes an interface status signal change point detecting means 18 for detecting a timing at which an interface status signal is changed from invalid to valid, and a buffer at the aforementioned timing.
A buffer initialization instructing means 19 for instructing the buffer initializing means 14 to initialize the read counter 12, the read counter 15, and the write counter 16 is added. When the buffer initialization instruction means 19 issues the above instruction to the buffer initialization means 14, the buffer initialization means 14 outputs a signal having the same characteristics as those when the interface state signal changes from valid to invalid, and the buffer initialization means 14 It does not operate due to factors other than the instruction from the initialization instruction means 19.

次に、本実施例の動作を説明する。 Next, the operation of this embodiment will be described.

初期状態では、バッファ12にリクエストは貯えられて
おらず、リードカウンタ15とライトカウンタ16の内容は
0であり、処理装置5は接続されてインタフェース状態
信号は有効を示している。
In the initial state, no request is stored in the buffer 12, the contents of the read counter 15 and the write counter 16 are 0, and the processing device 5 is connected, indicating that the interface state signal is valid.

処理装置5からリクエストが出されると、リクエスト
受付手段11によって受付けられてバッファ12に書込ま
れ、ライトカウンタ16は1を加算される。バッファ12か
らリクエストが読出されると、リードカウンタ15は1を
加算される。バッファ12に貯えられているリクエストの
数は、ライトカウンタ16の値からリードカウンタ15の値
を減算することによって求められ、バッファ状態ダンプ
手段17によってリードカウンタ15とライトカウンタ16の
内容を読出すことにより、バッファ12の状態を知ること
ができる。
When a request is issued from the processing device 5, the request is accepted by the request accepting means 11 and written into the buffer 12, and the write counter 16 is incremented by one. When a request is read from the buffer 12, the read counter 15 is incremented by one. The number of requests stored in the buffer 12 is obtained by subtracting the value of the read counter 15 from the value of the write counter 16, and the contents of the read counter 15 and the write counter 16 are read by the buffer state dumping unit 17. Thus, the state of the buffer 12 can be known.

処理装置5の接続が解除されると、インタフェース状
態信号は有効から無効に変化するが、インタフェース状
態信号変化点検出手段18はこの変化は検出せず、そのた
めバッファ初期化指示手段19からは信号が出力されない
のでバッファ12とリードカウンタ15とライトカウンタ16
の初期化は行なわれない。したがって、バッファ状態ダ
ンプ手段17によって、処置装置5の接続が解除された時
点でのバッファ12の状態を知ることができる。
When the connection of the processing device 5 is released, the interface state signal changes from valid to invalid, but the interface state signal change point detecting means 18 does not detect this change. No output, so buffer 12, read counter 15, and write counter 16
Is not initialized. Therefore, the buffer state dumping unit 17 can know the state of the buffer 12 at the time when the connection of the treatment device 5 is released.

処理装置5が再び接続されると、インタフェース状態
信号が無効から有効に変化し、インタフェース状態信号
変化点検出手段18はこの変化のタイミングを検出し、バ
ッファ初期化指示手段19はこのタイミングでバッファ初
期化手段14に初期化の指示を行なうので、バッファ初期
化手段14はバッファ12とリードカウンタ15とライトカウ
ンタ16とを初期化する。この状態は、上述の初期状態と
同一であり、以後上述の動作を繰返す。処理装置5が再
接続されてからは、処理装置5の接続が解除された時点
でのバッファの状態を知ることはできない。
When the processing device 5 is connected again, the interface state signal changes from invalid to valid, the interface state signal change point detecting means 18 detects the timing of this change, and the buffer initialization instructing means 19 sets the buffer initializing at this timing. Since an initialization instruction is issued to the initialization means 14, the buffer initialization means 14 initializes the buffer 12, the read counter 15, and the write counter 16. This state is the same as the above-mentioned initial state, and the above-described operation is repeated thereafter. After the processing device 5 is reconnected, the state of the buffer at the time when the connection of the processing device 5 is released cannot be known.

第2図は本発明の他の実施例のシステム制御装置の構
成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of a system control device according to another embodiment of the present invention.

このシステム制御装置2は、第4図に示す従来例のシ
ステム制御装置4に、インタフェース状態信号が無効か
ら有効になるタイミングを検出するインタフェース状態
信号変化点検出手段28と、前記のタイミングでリクエス
ト状態フラグ22とアドレスバッファ23とデータバッファ
24とを初期化することをバッファ初期化手段26に指示す
るバッファ初期化指示手段29とが付加されて構成されて
いる。バッファ初期化手段26は、バッファ初期化指示手
段29からの指示以外の要因で動作することはないように
なっている。
This system control device 2 includes an interface status signal change point detecting means 28 for detecting a timing at which an interface status signal becomes effective from invalid, and a request status at the above-mentioned timing. Flag 22, address buffer 23, and data buffer
And a buffer initialization instructing means 29 for instructing the buffer initializing means 26 to initialize the memory 24. The buffer initialization means 26 does not operate due to factors other than the instruction from the buffer initialization instruction means 29.

次に、本実施例の動作について説明する。 Next, the operation of the present embodiment will be described.

初期状態では、リクエスト状態フラグ22はリセットさ
れ、アドレスバッファ23とデータバッファ24との内容は
無効であり、処置装置5は接続されてインタフェース状
態信号は有効を示している。
In the initial state, the request state flag 22 is reset, the contents of the address buffer 23 and the data buffer 24 are invalid, the treatment apparatus 5 is connected, and the interface state signal indicates valid.

処理装置5からリクエストが出されると、リクエスト
受付手段21はこれを受付け、リクエスト状態フラグ22を
セットし、リクエストのアドレスとデータをそれぞれア
ドレスバッファ23とデータバッファ24に格納する。リク
エストが読出されると、リクエスト状態フラグ22はリセ
ットされ、アドレスバッファ23とデータバッファ24の内
容は無効になる。バッファ状態ダンプ手段27によってリ
クエスト状態フラグ22とアドレスバッファ23とデータバ
ッファ24の内容を読出すことによって、バッファの状態
を知ることができる。
When a request is issued from the processing device 5, the request receiving means 21 receives the request, sets the request status flag 22, and stores the address and data of the request in the address buffer 23 and the data buffer 24, respectively. When the request is read, the request status flag 22 is reset, and the contents of the address buffer 23 and the data buffer 24 become invalid. By reading the contents of the request state flag 22, address buffer 23 and data buffer 24 by the buffer state dumping means 27, the state of the buffer can be known.

処理装置5の接続が解除されると、インタフェース状
態信号は有効から無効に変化するが、インタフェース状
態信号変化点検出手段28はこの変化を検出せず、そのた
めバッファ初期化指示手段29はバッファの初期化を指示
しないので、リクエスト状態フラグ22とアドレスバッフ
ァ23とデータバッファ24の初期化は行なわれない。した
がって、バッファ状態ダンプ手段27によって、処理装置
5の接続が解除された時点でのバッファの状態を知るこ
とができる。
When the connection of the processing device 5 is released, the interface state signal changes from valid to invalid. However, the interface state signal change point detecting means 28 does not detect this change, so that the buffer initialization instructing means 29 sets the buffer Therefore, the initialization of the request state flag 22, the address buffer 23, and the data buffer 24 is not performed. Therefore, the buffer state dump unit 27 can know the state of the buffer at the time when the connection of the processing device 5 is released.

処理装置5が再び接続されると、インタフェース状態
信号が無効から有効に変化し、インタフェース状態信号
変化点検出手段28はこの変化のタイミングを検出し、バ
ッファ初期化指示手段29はこのタイミングでバッファ初
期化手段26に初期化の指示を行うので、バッファ初期化
手段26はリクエスト状態フラグ22とアドレスバッファ23
とデータバッファ24とを初期化する。この状態は上述の
初期状態と同一であり、以後上述の動作を繰返す。処理
装置5が再接続されてからは、処理装置5の接続が解除
された時点でのバッファの状態を知ることはできない。
When the processing device 5 is connected again, the interface state signal changes from invalid to valid, the interface state signal change point detecting means 28 detects the timing of this change, and the buffer initialization instructing means 29 transmits the buffer initializing signal at this timing. Since the initialization instruction is given to the initialization means 26, the buffer initialization means 26
And the data buffer 24 are initialized. This state is the same as the above-mentioned initial state, and the above-described operation is repeated thereafter. After the processing device 5 is reconnected, the state of the buffer at the time when the connection of the processing device 5 is released cannot be known.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は、バッファの初期化を行
うタイミングを処理装置の接続が解除された後、再び処
理装置が接続されたときとすることにより、処理装置が
再び接続されるまでは接続を解除した時点でのバッファ
の状態が保存され、処理装置の接続が解除された時点で
のリクエストの処理状況を知ることができるという効果
がある。
As described above, according to the present invention, the initialization of the buffer is performed when the connection of the processing device is released and then the processing device is connected again, so that the connection is performed until the processing device is connected again. The state of the buffer at the time when the processing is released is saved, and the processing status of the request at the time when the connection of the processing device is released can be known.

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

第1図は本発明の一実施例のシステム制御装置の構成を
示すブロック図、第2図は本発明の他の実施例のシステ
ム制御装置の構成を示すブロック図、第3図はシステム
制御装置の従来例の構成を示すブロック図、第4図はシ
ステム制御装置の他の従来例の構成を示すブロック図で
ある。 1,2,3,4……システム制御装置、 5……処理装置、 11,21……リクエスト受付手段、 12……バッファ、 13,25……インタフェース状態信号出力手段、 14,26……バッファ初期化手段、 15……リードカウンタ、 16……ライトカウンタ、 17,27……バッファ状態ダンプ手段、 18,28……インタフェース状態信号変化点検出手段、 19,29……バッファ初期化指示手段、 22……リクエスト有効フラグ、 23……アドレスバッファ、 24……データバッファ。
FIG. 1 is a block diagram showing a configuration of a system control device according to one embodiment of the present invention, FIG. 2 is a block diagram showing a configuration of a system control device according to another embodiment of the present invention, and FIG. FIG. 4 is a block diagram showing the configuration of another conventional example of the system control device. 1,2,3,4 ... system control device, 5 ... processing device, 11,21 ... request receiving means, 12 ... buffer, 13,25 ... interface status signal output means, 14,26 ... buffer Initializing means, 15: Read counter, 16: Write counter, 17, 27: Buffer state dumping means, 18, 28: Interface state signal change point detecting means, 19, 29 ... Buffer initialization instructing means, 22: Request valid flag, 23: Address buffer, 24: Data buffer.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】処理装置と接続されているときに有効を示
し該処理装置と接続されていないときに無効を示すイン
タフェース状態信号を出力するインタフェース状態信号
出力手段と、前記処理装置から受け付けたリクエストを
貯えるバッファと、このバッファの初期化を行うバッフ
ァ初期化手段と、前記処理装置との接続が切り離された
ときに前記バッファの状態を獲得するバッファ状態ダン
プ手段とを有するシステム制御装置において、 前記インタフェース状態信号が無効から有効になるタイ
ミングを検出するインタフェース状態信号変化点検出手
段と、 このインタフェース状態信号変化点検出手段により検出
されたタイミングで前記バッファを初期化するように前
記バッファ初期化手段に指示するバッファ初期化指示手
段とを含むことを特徴とするシステム制御装置。
An interface status signal output means for outputting an interface status signal indicating valid when connected to a processing device and invalid when not connected to the processing device, and a request received from the processing device. And a buffer initialization means for initializing the buffer, and a buffer state dump means for acquiring the state of the buffer when the connection to the processing device is disconnected. An interface state signal change point detecting means for detecting a timing at which the interface state signal changes from invalid to valid; and the buffer initializing means for initializing the buffer at a timing detected by the interface state signal change point detecting means. And buffer initialization instructing means. The system controller according to symptoms.
JP8278090A 1990-03-29 1990-03-29 System control unit Expired - Lifetime JP2594678B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8278090A JP2594678B2 (en) 1990-03-29 1990-03-29 System control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8278090A JP2594678B2 (en) 1990-03-29 1990-03-29 System control unit

Publications (2)

Publication Number Publication Date
JPH03282661A JPH03282661A (en) 1991-12-12
JP2594678B2 true JP2594678B2 (en) 1997-03-26

Family

ID=13783934

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8278090A Expired - Lifetime JP2594678B2 (en) 1990-03-29 1990-03-29 System control unit

Country Status (1)

Country Link
JP (1) JP2594678B2 (en)

Also Published As

Publication number Publication date
JPH03282661A (en) 1991-12-12

Similar Documents

Publication Publication Date Title
US5963979A (en) System for updating inactive system memory using dual port memory
US6571319B2 (en) Methods and apparatus for combining a plurality of memory access transactions
US4282572A (en) Multiprocessor memory access system
US20030131208A1 (en) Memory access circuit and memory access control circuit
JPS63243989A (en) Memory controller
JP2594678B2 (en) System control unit
US5430853A (en) Update of control parameters of a direct memory access system without use of associated processor
US5418744A (en) Data transfer apparatus
JP2556268B2 (en) Program download method
JPH0140432B2 (en)
JP2751822B2 (en) Memory control method for FIFO memory device
JP2600376B2 (en) Memory controller
JP2697393B2 (en) Reset circuit
JP3067408B2 (en) Diagnosis method of memory access control device
JP3939078B2 (en) Data write control circuit
JP2574821B2 (en) Direct memory access controller
RU2024051C1 (en) Data source-to-processor interface
JPH02121053A (en) Test and set system
JPH02210515A (en) System resetting system
JPH0546567A (en) Multi-processor system
JPH0830502A (en) Circuit for continuous writing in flash memory
JPS6051940A (en) Buffer controlling system
JPS5838990A (en) Display control of display unit
JPH11328022A (en) Cache memory
JPH0792856B2 (en) Discriminator of currency counter