JPS6091482A - Memory management system - Google Patents

Memory management system

Info

Publication number
JPS6091482A
JPS6091482A JP58198638A JP19863883A JPS6091482A JP S6091482 A JPS6091482 A JP S6091482A JP 58198638 A JP58198638 A JP 58198638A JP 19863883 A JP19863883 A JP 19863883A JP S6091482 A JPS6091482 A JP S6091482A
Authority
JP
Japan
Prior art keywords
data
cell
terminal
section
cells
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
JP58198638A
Other languages
Japanese (ja)
Inventor
Takeshi Asahina
朝比奈 威
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58198638A priority Critical patent/JPS6091482A/en
Publication of JPS6091482A publication Critical patent/JPS6091482A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/40Data acquisition and logging

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Small-Scale Networks (AREA)

Abstract

PURPOSE:To cope with reception of data from each terminal by means of a buffer memory of a prescribed capacity by dividing the buffer memory into plural cells and allocating dynamically these cells to each terminal device. CONSTITUTION:A control part checks how many cell parts are already used with the data related to (a terminal device of) an address A through a cell use counter part UC. A numeric character 2 is set to a counter CA and therefore data Q is stored to both cells CL1 and CL2. Then the sizes of residual parts of both cells CL1 and CL2 are checked by a writing pointer WR2 of a pointer part WA and the final address E (known already) of the cell CL2. The sizes of said residual parts are smaller than the side of received data D, a flag F3 where a numeric character ''0'' is set is retrieved within a cell control flag part MF. Then the data D is written to a cell CL3 designated by a flag F3.

Description

【発明の詳細な説明】 (a) 発明の技術分野 本発明は、バッフ了メモリのデータの読出し及び書込み
を管理するメモリ管理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (a) Technical Field of the Invention The present invention relates to a memory management method for managing reading and writing of data in a buffer memory.

(b)従来技術と問題点 多数のデータ発生源からのデータを収集するシステム、
例えば端末機群からのデータをセンタに収集するシステ
ムにおいては、センタ側に端末機毎に割当てたバッファ
を設け、各バッファ内のデータを順次読出して処理する
方法が採用されている。通常端末機から送出されるデー
タ量は不定であや、一方各バッファからデータを読出す
速度は一定である。従って、ある端末機からのデータ送
出量がバッファのデータの読出量を越えた場合には、該
端末機に割当てられたバッファでは、データのオーバフ
ローを生ずる。これを避けるために1 は、バッファの容量を、想定される最大データ量に見合
うだけの容量を用意すればよいが、バッファ容量が大と
なって装置が高価となる欠点があった。
(b) Prior Art and Problems A system that collects data from multiple data sources;
For example, in a system that collects data from a group of terminals at a center, a method is adopted in which a buffer is provided for each terminal at the center and data in each buffer is sequentially read and processed. Normally, the amount of data sent out from a terminal is variable, while the speed at which data is read from each buffer is constant. Therefore, when the amount of data sent from a certain terminal device exceeds the amount of data read out of the buffer, data overflow occurs in the buffer allocated to the terminal device. In order to avoid this, it is sufficient to prepare a buffer with a capacity corresponding to the expected maximum amount of data, but this has the disadvantage that the buffer capacity becomes large and the device becomes expensive.

(e) 発明の目的 本発明は上記の欠点を解決するためになされたもので、
バッファメモリの容量を減じうるメモリ管理方式の提供
を目的とする。
(e) Purpose of the invention The present invention has been made to solve the above-mentioned drawbacks.
The purpose is to provide a memory management method that can reduce the capacity of buffer memory.

(d) 発明の構成 本発明は、複数の端末機と、メモリと、制御装置とが結
ばれ、端末機からのデータをメモリに格納したのち該メ
モリ内のデータを所定周期で取出すシステムにおいて、
所定容量の複数のセルから成る前記メモリと、該セルが
使用中か否かを管理する手段と、該セルが前記端末機に
割付けられている数を管理する手段と、該セルの書込ア
ドレスを示す第1のポインタを管理する手段と、該セル
の読出アドレスを示す第2のポインタを管理する手段と
、前記端末機からのデータ容量と該端末機に割付けられ
たセル内の書込可能な残り容重とを比較判別する手段と
を備え、前記端末機からのデータ金受信したとき、該端
末機に割付けられた1つ以上のセルの残り容量が、受信
した前記データ容量より大なるときは該セルにデータを
格納し、前記データ容量が該セルの残り容量を越えたと
き該セル以外の第2のセルを、前記端末機に割付は該第
2のセルに前記受信データを書込むことを特徴とするメ
モリ管理方式である。以上のように本発明は、数mなる
端末機群に対し、数n(n≧m)々るセルで構成される
バッファメモリをセンタ側に設け、端末機からのデータ
量に応じて、前記セルの数を割付けることにより、少な
いバッファメモリ容量で円滑な受信処理を行いうるよう
に図ったものである。
(d) Structure of the Invention The present invention provides a system in which a plurality of terminals, a memory, and a control device are connected, data from the terminals is stored in the memory, and then data in the memory is retrieved at a predetermined period.
The memory comprises a plurality of cells of a predetermined capacity, means for managing whether or not the cells are in use, means for managing the number of the cells allocated to the terminal, and a write address for the cells. means for managing a first pointer indicating a read address of the cell, means for managing a second pointer indicating a read address of the cell, and data capacity from the terminal and writability in the cell allocated to the terminal. when the remaining capacity of one or more cells allocated to the terminal is larger than the received data capacity when data money is received from the terminal. stores the data in the cell, and when the data capacity exceeds the remaining capacity of the cell, assigns a second cell other than the cell to the terminal, writes the received data in the second cell. This is a memory management method characterized by the following. As described above, the present invention provides a buffer memory made up of several n (n≧m) cells on the center side for a group of several m terminals, and stores the buffer memory according to the amount of data from the terminals. By allocating the number of cells, smooth reception processing can be performed with a small buffer memory capacity.

(e)発明の実施例 以下、本発明を図面によって説明する。第1図及び第2
図は本発明の一実施例を説明するブロック図である。第
1図における集信部1には、端末機TA−TZが回線2
によって結ばれ、各端末機のアドレスを、それぞれA−
Zとする。また端末機(TA−TZ)から発せられるデ
ータDは、第2図に示す構成を有するものとする。第2
図に示す如くデータDはヘッダ部Hとデータ部dとで構
成され、ヘッダ部Hは識別部工、アドレス部を及びデー
タ数部DXから々る。識別部Iは受信されたデータDか
否かを識別するビットが書込まれる部分であり、データ
Dの先頭には常に「0」が付されている。次のアドレス
部tには、端末機TA−TZのアドレスA〜2が付され
ており、これは、データ発生源を示すものである。また
データ数部DXには、データ部dにおけるデータd1〜
dXのデータ数Xが付されている。第1図におけるメモ
リ3け、第3図に示すようにn個のセルCL】〜CLn
に分たれており、その数nは、端末機(TA−TZ)の
数mとは、□くnなる関係を有する。またフラグ部4に
は、第4図(a”l〜(d)に示すように、セル管理フ
ラグMF、セル使用カウンタ部UC,読出ポインタ部R
P及び書込ポインタ部WPが設けられている。
(e) Examples of the Invention The present invention will be explained below with reference to the drawings. Figures 1 and 2
The figure is a block diagram illustrating an embodiment of the present invention. In the concentrator 1 in FIG.
and the address of each terminal is A-
Let it be Z. It is also assumed that data D issued from the terminal (TA-TZ) has the configuration shown in FIG. Second
As shown in the figure, the data D consists of a header section H and a data section d, and the header section H includes an identification section, an address section, and a data number section DX. The identification portion I is a portion in which a bit for identifying whether or not the received data D is written, and “0” is always added to the beginning of the data D. Addresses A to 2 of the terminals TA-TZ are attached to the next address section t, which indicates the data source. In addition, the data number section DX includes data d1 to d1 in the data section d.
The data number X of dX is attached. 3 memories in FIG. 1, n cells CL]~CLn as shown in FIG.
The number n has a relationship with the number m of terminals (TA-TZ) as follows. The flag section 4 also includes a cell management flag MF, a cell usage counter section UC, and a read pointer section R, as shown in FIG.
P and a write pointer section WP are provided.

第1図において、解析部5は集信部1から受けたデータ
Dの解析を行うが、まずヘッダ部■(第2図参照)のア
ドレス部tのアドレス(例えばA)を判別する。管理部
6は、このアドレスA(の端末機)に関わるデータが、
既に幾つのセル部を使用しているかを、フラグ部4のセ
ル使用カウンタ部UCによって調べる。第4図(b)に
示すように使用カウンタ部UCのカウンタCAには数「
2」がセットされているので、この場合、例えば第5図
に示すようにセルCLl及びC’L2の双方にまたがっ
て、データQが格納されている。またデータQの先頭ア
ドレスを示す読出ポインタRD lが第4図(e)のポ
インタ部RAにセットされ、同じくデータQの後尾の次
のアドレスを示す書込ポインタWR2が第4図(d)の
書込ポインタ部WPのポインタ部WAにセットされてい
る。
In FIG. 1, the analysis section 5 analyzes the data D received from the concentrator 1, but first determines the address (for example, A) in the address section t of the header section (see FIG. 2). The management unit 6 determines that the data related to (the terminal at) this address A is
The cell use counter unit UC of the flag unit 4 checks how many cell units are already in use. As shown in FIG. 4(b), the counter CA of the usage counter unit UC has a number "
2'' is set, so in this case, for example, as shown in FIG. 5, data Q is stored across both cells CLl and C'L2. Further, a read pointer RDl indicating the first address of data Q is set in the pointer section RA of FIG. It is set in the pointer section WA of the write pointer section WP.

上記の如くアドレスAなる端末機TAからのデータDを
、第5図に示すセルCL1及びCL2の残余部分Jに書
込むことになるが、この残余部分Jの大きさを、第5図
(d)のポインタ部WAの書込ポインタWRと、セルC
L2の最終アドレスE(既知)とによって調べる。この
残余部分Jが、受信したデータDのデータサイズより大
であれば、データDの書込みが行われる。逆に小であれ
ば書込みが不可なので別の空いたセルを探すことになる
As mentioned above, the data D from the terminal TA with address A will be written into the remaining portion J of cells CL1 and CL2 shown in FIG. ) write pointer WR of pointer section WA and cell C
The final address E (known) of L2 is checked. If this remaining portion J is larger than the data size of the received data D, data D is written. On the other hand, if it is small, writing is not possible and another empty cell will be searched for.

第1図における管理部6は、フラグ部4のセル管理フラ
グ部MPを調べる。す々わち第4図(a)に示すセル管
理フラグ部MPの中の数rOJがセットされているフラ
グ(例えばF3)を索出し、このフラグF3によって指
定されるセルCL3にデータDの書込みを行う。なおこ
のとき、第4図(a)の読出ポインタ部RPのポインタ
部R4の読出ポインタRn1をRn3に更新しまた同図
(d)の書込ポインタ部WPO書込ポインタWR2f:
WR3に更新すると共に、同図(e)のセル使用カウン
タ部UCのカウンタCAの値「2」を「3」に更新する
。また第5図におけるセルCL2のデータQの後部の領
域CNに第6図に示すターミネータコードTC(1バイ
ト)を書込む。このターミネータコードTcの先頭のI
′には識別用の1ビツトのデータ「1」がセットされ、
続いて、セル(の番号)CL3がセットされる。さらに
第4図(a)のセル管理フラグ部MFのフラグ部F3に
信号「1」を七シトする。
The management section 6 in FIG. 1 checks the cell management flag section MP of the flag section 4. In other words, find the flag (for example, F3) in which the number rOJ is set in the cell management flag part MP shown in FIG. 4(a), and write data D to the cell CL3 specified by this flag F3. I do. At this time, the read pointer Rn1 of the pointer part R4 of the read pointer part RP in FIG. 4(a) is updated to Rn3, and the write pointer WPO write pointer WR2f in FIG. 4(d) is updated:
At the same time, the value ``2'' of the counter CA of the cell usage counter unit UC in FIG. 2(e) is updated to ``3''. Further, a terminator code TC (1 byte) shown in FIG. 6 is written in the area CN after the data Q of the cell CL2 in FIG. I at the beginning of this terminator code Tc
’ is set to 1-bit data “1” for identification,
Subsequently, cell (number) CL3 is set. Furthermore, a signal "1" is sent seven times to the flag part F3 of the cell management flag part MF in FIG. 4(a).

以上は、一つの端末機からのデータが、2つのセル部に
書込まれていた場合に、新たに受信したデータDの書込
みを行う場合であった。これに対し第4図(b)に示す
カウンタ部CAO値が「1」の場合には、第7図〜第9
図に示す3つのケースが考えられる。図中に斜線で示さ
れた部分が、既に書込み済みのデータQ、Ql、Q2を
示し、従ってこれらの場合には、セルの先頭アドレスG
と最終アドレスEとを用いて、残余部分(J、 Jl、
 J2 )で行われる。
The above is a case where newly received data D is written when data from one terminal has been written to two cell sections. On the other hand, when the counter section CAO value shown in FIG. 4(b) is "1",
There are three possible cases shown in the figure. The hatched areas in the figure indicate the already written data Q, Ql, Q2, and therefore, in these cases, the starting address G of the cell is
and the final address E, the remaining part (J, Jl,
J2).

以上の如く、第1図における。メモリ部3に対するデー
タ(D)の書込みが行われるが、次に読出部8によるメ
モリ部3のデータの読出しの場合を説明する。第1図に
おいて、読出部8は、データの読出しを行う際、先頭の
識別ピットI又は工′の読出しによって受信したデータ
DかあるいはターミネータコードTCかを識別する。そ
の値が「0」であればデータDであり、「■」であれば
ターミネータコードTC(第6図参照)である。
As described above, in FIG. Data (D) is written into the memory section 3, and next, a case in which the reading section 8 reads data from the memory section 3 will be described. In FIG. 1, when reading data, the reading unit 8 identifies whether it is the received data D or the terminator code TC by reading out the leading identification pit I or bit. If the value is "0", it is data D, and if it is "■", it is terminator code TC (see FIG. 6).

もしターミナルコードTCのとき、読出部8は制御信号
Sを発し、管理部6を起動し、フラグ部4の更新を行う
。すなわち第4図(c)の読出ポインタ部RPのポイン
タ部(例えばRs )のポインタRD2を更新(未使用
)とし、同図(b)のセル使用カウンタ部UCのカウン
タ(例えばCB)の値を「1」からrOJにカウントダ
ウンする。
If the terminal code is TC, the reading unit 8 issues a control signal S, starts the management unit 6, and updates the flag unit 4. That is, the pointer RD2 in the pointer section (for example, Rs) of the read pointer section RP in FIG. 4(c) is updated (unused), and the value of the counter (for example, CB) in the cell use counter section UC in FIG. 4(b) is updated. Count down from "1" to rOJ.

(f) 発明の効果 以上のように本発明は、受信データを格納するバッファ
メモリを複数のセルに分割し、このセルを各端末機に対
し、動的に活用する手段を有するので、所定容量のバッ
ファメモリを用いて、各端末機からのデータ受信に対処
しうる利点を有する。
(f) Effects of the Invention As described above, the present invention has means for dividing a buffer memory for storing received data into a plurality of cells and dynamically utilizing these cells for each terminal, so that a predetermined capacity can be obtained. It has the advantage of being able to handle data reception from each terminal using the same buffer memory.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例を説明するブロック図、第2
図は本発明の一実施例における受信データの構成を示す
ブロック図、第3図はメモリ3の構成を説明するブロッ
ク図、第4図はフラグ部4の詳細を説明するブロック図
、第5図、第7図。 第8図、第9図はメモリの詳細を説明するブロック図、
第6図はターミネータコードの構成を訝明するブロック
図であり、図中に用いた符号は次の通りである。 1は集信部、2は回線、3はメモリ、4はフラグ部、5
は解析部、6は管理部、7は書込部、8は読出部、9は
プロセサ、A、 Zはアドレス、CA、 CB、 Cz
はカウンタ、CL l+ CL 21 CL 31 C
Lnけセル、CNは領域、Dはデータ、DXはデータ数
部、dはデータ部、dl * d2+ d3 Hdnは
データ、Eはセルの最終アト°レス、Fil F21 
F31 Fnはフラグ、Gはセルの先頭アドレス、Hは
ヘッダ部、I、I’は識別部、J、 Jl、 J2は残
余部分、MFはセル管理フラグ、Q、 Ql、 Q2は
書込済みのデータ、RA、 RA RZ、は書込用のポ
インタ、RD、 RDlは読出ポインタ、RPは読出ポ
インタ部、Sは制御信号、TCはターミネータ、tはア
ドレス部、UCはセル使用カウンタ部、WPは書込ポイ
ンタ部、WRI、WP2は書込ポインタ、Xはデータ数
を寥 S 口 穿 7 口 率 9 日 峯6 日 T(Z 秦B 口
FIG. 1 is a block diagram explaining one embodiment of the present invention, and FIG.
3 is a block diagram illustrating the configuration of the memory 3, FIG. 4 is a block diagram illustrating details of the flag section 4, and FIG. , FIG. 7. 8 and 9 are block diagrams explaining details of the memory,
FIG. 6 is a block diagram illustrating the structure of the terminator code, and the symbols used in the diagram are as follows. 1 is a collection unit, 2 is a line, 3 is a memory, 4 is a flag unit, 5
is the analysis section, 6 is the management section, 7 is the write section, 8 is the read section, 9 is the processor, A, Z are addresses, CA, CB, Cz
is a counter, CL l+ CL 21 CL 31 C
Ln cell, CN is the area, D is the data, DX is the number of data parts, d is the data part, dl * d2 + d3 Hdn is the data, E is the final address of the cell, Fil F21
F31 Fn is a flag, G is the start address of the cell, H is the header part, I, I' are the identification part, J, Jl, J2 are the remaining parts, MF is the cell management flag, Q, Ql, Q2 are the written Data, RA, RA RZ are write pointers, RD and RDl are read pointers, RP is a read pointer section, S is a control signal, TC is a terminator, t is an address section, UC is a cell use counter section, and WP is a Write pointer section, WRI, WP2 are write pointers, X is the number of data.

Claims (1)

【特許請求の範囲】[Claims] 複〃の端末機と、メモリと、制御装置とが結ばれ、端末
機からのデータをメモリに格納したのち診メモη内のデ
ータを所定周期で取出すシステムにおいて、前記メモリ
を所定容量の複数のセルから構成し、該セルが使用中か
否かを管理する手段と、該セルが前記端末機に割付けら
れている数を管理する手段と、該セルの書込アドレスを
示す第1のポインタを管理する手段と、該セルの読出ア
ドレスを示す第2のポインタを管理する手段と、前記端
末機からのデータ容量と該端末機に割付けられたセル内
の書込可能々残抄容量とを比較判別する手段とを備え、
該端末機に割付けられた1つ以上のセルの残り容量が、
受信したデータ容量より大なるときは核セルにデータを
格納し、前記データ容量が該セルの残り容量を越えたと
き、該セル以外の第2のセルを、前記端末機に割付け、
該第2のセルに前記受信データを書込むことを特徴とす
るメモリ管理方式。
In a system in which a plurality of terminals, a memory, and a control device are connected, data from the terminal is stored in the memory, and data in a diagnostic memo η is retrieved at a predetermined period, the memory is connected to a plurality of a means for managing whether or not the cell is in use; a means for managing the number of cells assigned to the terminal; and a first pointer indicating a write address of the cell. a means for managing a second pointer indicating a read address of the cell; and a comparison between the data capacity from the terminal and the remaining writable capacity in the cell allocated to the terminal. and a means for determining the
The remaining capacity of one or more cells allocated to the terminal is
When the data capacity is larger than the received data capacity, the data is stored in the core cell, and when the data capacity exceeds the remaining capacity of the cell, a second cell other than the received data capacity is allocated to the terminal,
A memory management method characterized in that the received data is written in the second cell.
JP58198638A 1983-10-24 1983-10-24 Memory management system Pending JPS6091482A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58198638A JPS6091482A (en) 1983-10-24 1983-10-24 Memory management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58198638A JPS6091482A (en) 1983-10-24 1983-10-24 Memory management system

Publications (1)

Publication Number Publication Date
JPS6091482A true JPS6091482A (en) 1985-05-22

Family

ID=16394533

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58198638A Pending JPS6091482A (en) 1983-10-24 1983-10-24 Memory management system

Country Status (1)

Country Link
JP (1) JPS6091482A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63245541A (en) * 1987-03-31 1988-10-12 N J K:Kk Management system for continuous storage area
JPH01191277A (en) * 1988-01-26 1989-08-01 Fujitsu Ltd Data collecting system
JP2009029028A (en) * 2007-07-27 2009-02-12 Pilot Corporation Retractable writing utensil

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS545637A (en) * 1977-06-15 1979-01-17 Hitachi Ltd Communication control unit
JPS56121138A (en) * 1980-02-28 1981-09-22 Nippon Telegr & Teleph Corp <Ntt> Buffer memory controlling system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS545637A (en) * 1977-06-15 1979-01-17 Hitachi Ltd Communication control unit
JPS56121138A (en) * 1980-02-28 1981-09-22 Nippon Telegr & Teleph Corp <Ntt> Buffer memory controlling system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63245541A (en) * 1987-03-31 1988-10-12 N J K:Kk Management system for continuous storage area
JPH01191277A (en) * 1988-01-26 1989-08-01 Fujitsu Ltd Data collecting system
JP2009029028A (en) * 2007-07-27 2009-02-12 Pilot Corporation Retractable writing utensil

Similar Documents

Publication Publication Date Title
CN1026733C (en) Multi-media signal processor computer system
US8909853B2 (en) Methods and apparatus to share a thread to reclaim memory space in a non-volatile memory file system
US9086920B2 (en) Device for managing data buffers in a memory space divided into a plurality of memory elements
JPS63183700A (en) Eeprom access method
JPH0887876A (en) Nand-type flash-memory ic card
US20050257012A1 (en) Storage device flow control
CN108595350A (en) A kind of data transmission method and device based on AXI
JPS6091482A (en) Memory management system
CN106021122A (en) Writing method and apparatus for flash data in optical module
JPS61101851A (en) Dynamic resource managing system of buffer memory area
JPH0581939B2 (en)
CN111124313A (en) Data reading and writing method and device for power acquisition terminal and electronic equipment
AU595211B2 (en) Apparatus for input/output notification to a processor
CN101661430B (en) Storage block recovery judgment device and storage block management system
CN210804421U (en) Server system
JPS6336538B2 (en)
CN104778131B (en) A kind of data cache method and a kind of buffer storage
JPS5827243A (en) Data processing system
CN103268278A (en) SRAM (Static Random Access Memory) controller for supporting multi-core processors and tracking information processing method thereof
US6904481B1 (en) Bus sequence operation with automatic linking from current I/O information to subsequent I/O information
CN102237130B (en) Method and system for finding least significant bit pages in multi-layer cell flash memory
JPS6319939A (en) Communication control equipment
JPH02163848A (en) Assignment method for shared memory address and information process system
JPH0225542B2 (en)
CN113641624A (en) Chip system special for electric power and method for transmitting messages between chips