JPS6263349A - Memory access controlling system - Google Patents
Memory access controlling systemInfo
- Publication number
- JPS6263349A JPS6263349A JP19407585A JP19407585A JPS6263349A JP S6263349 A JPS6263349 A JP S6263349A JP 19407585 A JP19407585 A JP 19407585A JP 19407585 A JP19407585 A JP 19407585A JP S6263349 A JPS6263349 A JP S6263349A
- Authority
- JP
- Japan
- Prior art keywords
- data
- memory
- register
- writing
- processor
- 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
Abstract
Description
【発明の詳細な説明】
〔概 要〕
ローカルメモリ等の部分書込みを制御するためのアクセ
ス制御方式である。部分書込みを行うべき1語を、メモ
リから読み出してレジスタに設定するタイミングに、レ
ジスタの部分書込み該当部分には、プロセッサからの更
新データを設定し、このようにしてレジスタに保持され
たデータをメモリへ書き込む。この構成により、部分書
込みの処理時間を短縮することができる。[Detailed Description of the Invention] [Summary] This is an access control method for controlling partial writing to local memory, etc. At the timing when a word to be partially written is read from the memory and set in a register, update data from the processor is set in the part of the register corresponding to the partial write, and the data held in the register in this way is transferred to the memory. Write to. With this configuration, the processing time for partial writing can be shortened.
本発明は、計算機システムの処理装置等における、ロー
カルメモリ等のメモリの部分書込みを制御するためのア
クセス制御方式に関する。The present invention relates to an access control method for controlling partial writing of a memory such as a local memory in a processing device of a computer system.
メモリのデータの読み/書き単位である1語のデータの
一部分を更新する、いわゆる部分書込みは、例えば4バ
イトからなる1語の中の1〜3バイトのみを更新すると
いうような形で、情報処理中にしばしば実行される。A so-called partial write, in which a part of one word of data, which is the unit of reading/writing data in memory, is updated is a process in which information is Often executed during processing.
このような部分書込みの処理は、該1語をメモリから読
み出して、読み出したデータの所要部分を更新した後、
該データをメモリへ書き込むという手順を要するので、
アクセス時間が比較的長くなり易い。Such partial write processing involves reading the one word from memory, updating the required part of the read data, and then
Since it requires a step to write the data to memory,
Access time tends to be relatively long.
〔従来の技術と発明が解決しようとする問題点〕第2図
は、メモリ装置6の一構成例を示すブロック図である。[Prior art and problems to be solved by the invention] FIG. 2 is a block diagram showing an example of the configuration of the memory device 6. As shown in FIG.
図においてメモリ1は、プロセッサ2が例えば作業領域
等に使用する、いわゆるローカルメモリとする。In the figure, memory 1 is a so-called local memory that processor 2 uses, for example, as a work area.
メモリ1は例えば4バイトを1語とする構成とし、プロ
セッサ2からアドレスレジスタ3に設定される語アドレ
スのデータを読み出して、データレジスタ4に設定し、
データレジスタ4の内容は、プロセッサ2に転送して処
理される。The memory 1 has a configuration in which one word is made up of 4 bytes, for example, and reads data at a word address set in the address register 3 from the processor 2 and sets it in the data register 4.
The contents of the data register 4 are transferred to the processor 2 for processing.
又、書込み動作においてメモリ装置6は、プロセッサ2
からデータ線5によって転送される1語の書込みデータ
を、制御線7により選択器8を切り換えて・データレジ
スタ4に設定して書込み信号を発生することにより、ア
ドレスレジスタ3で指定する語アドレスに該データが書
き込まれるように構成されている。Also, in a write operation, the memory device 6 is
By switching the selector 8 using the control line 7 and setting it in the data register 4 to generate a write signal, one word of write data transferred by the data line 5 is transferred to the word address specified by the address register 3. The data is configured to be written.
従って、部分書込みの場合には、先ず1詔をデータレジ
スタ4に読み出し、プロセッサ2でこのデータの所要部
分を更新したデータを作成し、これをプロセッサ2から
データレジスタ4に転送して、書込み動作を行う。Therefore, in the case of partial writing, one edict is first read into the data register 4, the processor 2 creates data by updating the required part of this data, and the processor 2 transfers this data to the data register 4, and then performs the write operation. I do.
第3図(alは、この部分書込みの制御タイミングを説
明する図である。FIG. 3 (al) is a diagram explaining the control timing of this partial writing.
第1の制御サイクル(以下において、第1サイクル等と
いう)でプロセッサ2のマイクロ命令のREAD命令が
実行されると、アドレス計算等が行われて、第2サイク
ルにアドレスレジスタ3が設定され、読出し動作が起動
され、第3サイクルで読出しデータがデータレジスタ4
に設定される。When the READ instruction of the microinstruction of the processor 2 is executed in the first control cycle (hereinafter referred to as the first cycle, etc.), address calculation etc. are performed, and the address register 3 is set in the second cycle, and read The operation is started and the read data is transferred to data register 4 in the third cycle.
is set to
このタイミングに合わせて、プロセッサ2は第2サイク
ルをダミー〇NOP命令で待った後、第3サイクルのL
OAD命令実行により、そのサイクルの終わりにデータ
レジスタ4のデータをプロセッサ2内のレジスタに取り
込み、次のMERGE命令で取り込んだデータと部分書
込みデータとを併合して書込みデータを構成する。In line with this timing, processor 2 waits for the second cycle with a dummy NOP instruction, and then waits for the third cycle's L
By executing the OAD instruction, the data in the data register 4 is fetched into a register in the processor 2 at the end of the cycle, and the data fetched by the next MERGE instruction and the partial write data are merged to form write data.
第5サイクルの5TOPE命令の実行により、この1語
の併合データが、該サイクルの終わりにデータレジスタ
4に設定される。第6サイクルで書込みの起動及びアド
レス計算のためにWRITE命令を実行し、第7サイク
ルで設定されるアドレスにデータレジスタ4の内容が書
き込まれて、部分書込みを終わる。By executing the 5TOPE instruction in the fifth cycle, this one word of merged data is set in the data register 4 at the end of the cycle. In the sixth cycle, a WRITE command is executed to start writing and calculate the address, and in the seventh cycle, the contents of the data register 4 are written to the address set, and the partial write is completed.
以上のように、部分書込みのためのメモリアクセス処理
には、制御サイクルを7サイクル(但し、第7サイクル
には次の命令の処理を並行できるので、実効的には6サ
イクル)も費やす必要があるので、これを短縮してシス
テムの処理能力を向上することが望まれていた。As mentioned above, it is necessary to spend 7 control cycles (however, in the 7th cycle, the next instruction can be processed in parallel, so the effective number of cycles is 6 cycles) for memory access processing for partial writing. Therefore, it has been desired to shorten this time and improve the processing capacity of the system.
第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.
° 図はメモリ装置10の構成を示し、11−O〜11
−3は、メモリ1から読み出されたデータと書込みデー
タの、それぞれ1バイトの通過を切り換える選択器であ
る。° The figure shows the configuration of the memory device 10, 11-O to 11
-3 is a selector that switches the passage of one byte each of data read from the memory 1 and write data.
選択器11−0〜11−3は、プロセッサ2からの制御
線13によって制御される。The selectors 11-0 to 11-3 are controlled by a control line 13 from the processor 2.
部分書込みにおいて、プロセッサ2は該書込み対象の1
語を、メモリ1からデータレジスタ4に読み出す。In partial writing, processor 2 writes one of the writing targets.
The word is read from memory 1 into data register 4.
このとき、更新データをデータ線5に送出し、同時に制
御線13によって、選択器11−〇〜11−3の更新部
分に対応するもののみ、メモリ1の読出しデータを阻止
して、プロセッサからの書込みデータを有効にする。At this time, the updated data is sent to the data line 5, and at the same time, the control line 13 blocks the read data of the memory 1 only for those corresponding to the updated part of the selectors 11-0 to 11-3. Enable write data.
従って、メモリ1からの読み出しデータがデータレジス
タ4に入力するタイミングには、読出しデータと更新デ
ータとが併合された1語のデータがデータレジスタ4に
設定される。Therefore, at the timing when the read data from the memory 1 is input to the data register 4, one word of data, which is a combination of the read data and the update data, is set in the data register 4.
以上により、読出しに引き続いて、メモリ1への書込み
制御を開始できるようになり、部分書込みの処理サイク
ルが著しく短縮される。As described above, writing control to the memory 1 can be started following reading, and the processing cycle for partial writing can be significantly shortened.
〔実施例〕
第1図において、選択器11−O〜11−3は、例えば
、制御線13がオフの場合にメモリlからの読出しデー
タをデータレジスタ4へ通すものとし、従って通常の1
語の読出し又は書込みの制御は、従来と同様にして実行
される。[Embodiment] In FIG. 1, the selectors 11-O to 11-3 pass the read data from the memory l to the data register 4 when the control line 13 is off, and therefore
Control of reading or writing words is performed in the conventional manner.
部分書込みの制御を、第3図(b)のタイミング説明図
を併せ参照して説明する。Control of partial writing will be explained with reference to the timing diagram of FIG. 3(b).
部分書込みにおいて、プロセッサ2は第1サイクルにR
EAD命令を実行し、メモリlでは従来と同様の読出し
動作が開始され、第2サイクルで確定するアドレスから
1語のデータが読み出され、通常の読出し動作であれば
、その読出しデータが第3サイクルでデータレジスタ4
に設定される。In a partial write, processor 2 writes R in the first cycle.
When the EAD instruction is executed, a read operation similar to the conventional one is started in memory l, and one word of data is read from the address determined in the second cycle.If it is a normal read operation, the read data is transferred to the third data register 4 in cycle
is set to
部分書込みの場合にプロセッサ2では、並行して第2サ
イクルで5TOPIE命令を実行することにより、更新
データをデータ線5の所要ハイド位置に送出し、同時に
更新バイトのデータを選択する信号を制御vA13に送
出して、更新データが選択器11−0〜11−3を通過
するようにする。In the case of partial writing, the processor 2 sends the update data to the required hide position of the data line 5 by executing the 5TOPIE instruction in parallel in the second cycle, and at the same time controls the signal vA13 to select the data of the update byte. so that the update data passes through the selectors 11-0 to 11-3.
従って、メモリ1からの読み出しデータがデータレジス
タ4に入力する第3サイクルのタイミングには、読出し
データと更新データとが併合された1語のデータがデー
タレジスタ4に設定されることになる。Therefore, at the timing of the third cycle when the read data from the memory 1 is input to the data register 4, one word of data obtained by merging the read data and the update data is set in the data register 4.
並行して、プロセッサ2では、第3サイクルにWRIT
E命令を実行することにより、データレジスタ4上の併
合データが第4サイクルでメモリlに書き込まれて、部
分書込みを完了する。即ち、前記従来例で実効6サイク
ルを要した部分書込み処理が実効3サイクル(第4サイ
クルは次の命令の処理と並行する)に短縮される。In parallel, processor 2 performs WRIT in the third cycle.
By executing the E instruction, the merged data on data register 4 is written to memory l in the fourth cycle, completing the partial write. That is, the partial write process that required six effective cycles in the conventional example is shortened to three effective cycles (the fourth cycle is parallel to the processing of the next instruction).
以上の説明から明らかなように、本発明によれば、計算
機の処理装置等において、メモリの部分書込みにおける
処理時間が著しく短縮されるので、装置の性能を向上す
るという著しい工業的効果がある。As is clear from the above description, according to the present invention, the processing time for partial memory writing in a computer processing device or the like is significantly shortened, so that there is a significant industrial effect of improving the performance of the device.
第1図は本発明の実施例構成ブロン、り図、第2図は従
来の一構成例ブロック図、
第3図はタイミング説明図
である。
図において、
1はメモリ、 2はプロセッサ、3はアドレ
スレジスタ、4はデータレジスタ、5はデータ線、
6.10はメモリ装置、7.13は制御線
8.11−0〜11−3は選択器、
を示す。FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is a block diagram of a conventional configuration, and FIG. 3 is a timing diagram. In the figure, 1 is memory, 2 is processor, 3 is address register, 4 is data register, 5 is data line,
6.10 is a memory device, and 7.13 is a control line 8.11-0 to 11-3 are selectors.
Claims (1)
に際し、 該メモリ(1)からの読出しデータを保持するレジスタ
(4)、及び、 該データを該メモリ(1)から読み出して該レジスタ(
4)に設定するタイミングに同期して、該レジスタ(4
)の一部に該プロセッサから書き込むデータを設定する
手段(11−0〜11−3)を有し、該レジスタ(4)
に設定されたデータを該メモリ(1)に書き込むように
構成されていることを特長とするメモリアクセス制御方
式。[Claims] When writing data from the processor (2) to the memory (1), a register (4) that holds read data from the memory (1); and a register (4) that holds the data read from the memory (1); and the register (
The register (4) is set in synchronization with the timing set in the register (4).
) has means (11-0 to 11-3) for setting data to be written from the processor, and the register (4)
1. A memory access control system characterized by being configured to write data set in the memory (1).
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP19407585A JPS6263349A (en) | 1985-09-03 | 1985-09-03 | Memory access controlling system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP19407585A JPS6263349A (en) | 1985-09-03 | 1985-09-03 | Memory access controlling system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6263349A true JPS6263349A (en) | 1987-03-20 |
Family
ID=16318539
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP19407585A Pending JPS6263349A (en) | 1985-09-03 | 1985-09-03 | Memory access controlling system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6263349A (en) |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS51118335A (en) * | 1975-04-11 | 1976-10-18 | Hitachi Ltd | Partly writing system |
JPS6167156A (en) * | 1984-09-07 | 1986-04-07 | インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション | Data reading/altering apparatus |
-
1985
- 1985-09-03 JP JP19407585A patent/JPS6263349A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS51118335A (en) * | 1975-04-11 | 1976-10-18 | Hitachi Ltd | Partly writing system |
JPS6167156A (en) * | 1984-09-07 | 1986-04-07 | インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション | Data reading/altering apparatus |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPS59154564A (en) | Programmable controller | |
JPS6263349A (en) | Memory access controlling system | |
JPH0950376A (en) | Data processor | |
JPH0377137A (en) | Information processor | |
JPS588011B2 (en) | Microprogram Seigiyohoshiki | |
JPH0419575B2 (en) | ||
JPH0241770B2 (en) | ||
JP2576589B2 (en) | Virtual storage access control method | |
JPS6267648A (en) | Processing system for exclusive control instruction | |
JPH0444290B2 (en) | ||
JPH0792902A (en) | Programmable controller | |
JPS63629A (en) | Data processing system | |
JPS62194545A (en) | Program rewriting device for data flow type computer | |
JPH03119424A (en) | Information processing system and its device | |
JPH04199328A (en) | Store processing system | |
JPH08297583A (en) | Processor and method for interruption processing | |
JPH04245333A (en) | Information processor | |
JPH0399321A (en) | Instruction control system | |
JPH0481939A (en) | Control system for microcomputer | |
JPH0454531A (en) | Program reading circuit | |
JPS63317857A (en) | Memory access circuit | |
JPH0468459A (en) | Digital signal processor | |
JPH0391835A (en) | Information processor | |
JPH05307482A (en) | Microprocessor | |
JPH02294829A (en) | Memory operand takeout system |