JPH0381180B2 - - Google Patents

Info

Publication number
JPH0381180B2
JPH0381180B2 JP57159853A JP15985382A JPH0381180B2 JP H0381180 B2 JPH0381180 B2 JP H0381180B2 JP 57159853 A JP57159853 A JP 57159853A JP 15985382 A JP15985382 A JP 15985382A JP H0381180 B2 JPH0381180 B2 JP H0381180B2
Authority
JP
Japan
Prior art keywords
memory
processing unit
central processing
clock
address
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
JP57159853A
Other languages
Japanese (ja)
Other versions
JPS5949647A (en
Inventor
Toshiharu Inamoto
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP15985382A priority Critical patent/JPS5949647A/en
Publication of JPS5949647A publication Critical patent/JPS5949647A/en
Publication of JPH0381180B2 publication Critical patent/JPH0381180B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Systems (AREA)

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、中央処理装置(CPU)のバスに接
続されるメモリを制御するメモリ制御方法に関す
るものである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to a memory control method for controlling memory connected to a bus of a central processing unit (CPU).

従来例の構成とその問題点 第1図は、CPUのバスに接続される従来の代
表的なメモリの構成例を示している。第1図にお
いて1はCPU、2はメモリ、3はチツプ選択回
路である。通常CPU1から出力されるアドレス
バス信号の上位ビツトからメモリ2を選択するた
めのチツプ選択信号を作つている。チツプ選択回
路3により、メモリ2が選択されると、CPU1
が出力しているアドレスバス信号により、メモリ
2の特定の番地が選択され、その番地にリード/
ライト信号R/Wにより、R/W=0のときは、
CPU1から出力されたデータバス信号の内容を、
書き込む。R/W=1のときは、メモリ2の選択
された番地の内容をCPU1のデータバス上に出
力し、CPU1が読み取る。
Conventional configuration and its problems FIG. 1 shows an example of a typical conventional memory configuration connected to a CPU bus. In FIG. 1, 1 is a CPU, 2 is a memory, and 3 is a chip selection circuit. A chip selection signal for selecting memory 2 is normally generated from the upper bits of the address bus signal output from CPU 1. When memory 2 is selected by chip selection circuit 3, CPU 1
A specific address in memory 2 is selected by the address bus signal output by the
When R/W=0 due to write signal R/W,
The contents of the data bus signal output from CPU1 are
Write. When R/W=1, the contents of the selected address in memory 2 are output onto the data bus of CPU 1, and CPU 1 reads them.

この従来例の構成において、メモリ2の持つ容
量は、機器が必要とするメモリ容量に決められ
る。一方半導体分野の急速な発展により、メモリ
素子の容量は、大容量化してきている。メモリ素
子を収納するパツケージのピン数を少なくするた
め、各番地は1ビツトで構成し番地方向に大容量
化してきている。たとえば、番地を64K持ち、各
番地は1ビツトで構成(64K×1と表わす)され
たメモリ素子を8個並列に使用すると、64Kバイ
ト(64K×8)の容量を持つメモリが実現でき
る。しかし端末機等においては、64Kバイトのメ
モリ容量を必要としない場合が多い。あるいは
8Kバイト単位という比較的小容量で増設できる
ことが望まれる。しかし、番地方向に大きな容量
を持つメモリ素子は、従来の構成では、使用する
ことが困難である。
In the configuration of this conventional example, the capacity of the memory 2 is determined by the memory capacity required by the device. On the other hand, with the rapid development of the semiconductor field, the capacity of memory elements is increasing. In order to reduce the number of pins of a package that houses a memory element, each address is made up of one bit, and the capacity increases in the direction of the address. For example, if eight memory elements each having 64K addresses and each address consists of 1 bit (expressed as 64K x 1) are used in parallel, a memory with a capacity of 64K bytes (64K x 8) can be realized. However, in many cases, terminal devices and the like do not require a memory capacity of 64K bytes. or
It is desirable to be able to expand the capacity in relatively small units of 8K bytes. However, it is difficult to use a memory element having a large capacity in the address direction with the conventional configuration.

発明の目的 本発明は、(64K×1)のように比較的番地方
向に大きな容量を持ち、各番地は1ビツトで構成
されているメモリ素子を使つて、8Kバイト(8K
×8)のメモリとして使用し、素子数の低減をは
かることを目的とするものである。
Purpose of the Invention The present invention uses a memory element that has a relatively large capacity in the address direction, such as (64K x 1), and each address consists of 1 bit.
The purpose of this is to reduce the number of elements by using it as a 8×8) memory.

発明の構成 本発明は、CPUのバスとメモリの間に、書き
込み時にパラレル−シリアル変換器、読み出し時
にシリアル−パラレル変換器を設けることによ
り、(64K×1)構成のメモリ素子を使つて(8K
×8)あるいは(16K×4)といつたメモリを構
成する。
Structure of the Invention The present invention provides a parallel-to-serial converter for writing and a serial-to-parallel converter for reading between the CPU bus and the memory.
x8) or (16K x 4).

実施例の説明 以下に本発明の一実施例の構成について図面と
ともに説明する。第2図において、20はCPU、
21はメモリ、23はチツプ選択回路、24はタ
イミング発生部、25は外部アドレス発生部、2
6はCPUクロツク発生部、27はパラレル−シ
リアル変換器、28はシリアル−パラレル変換
器、29はバス制御回路A、30はバス制御回路
Bである。CPU20のデータバス信号は、並列
8ビツト(D0〜D7)、アドレスバス信号は、
並列16ビツトA0〜A15で構成されているとす
る。
DESCRIPTION OF EMBODIMENTS The configuration of an embodiment of the present invention will be described below with reference to the drawings. In Figure 2, 20 is the CPU,
21 is a memory, 23 is a chip selection circuit, 24 is a timing generator, 25 is an external address generator, 2
6 is a CPU clock generator, 27 is a parallel-serial converter, 28 is a serial-parallel converter, 29 is a bus control circuit A, and 30 is a bus control circuit B. The data bus signal of the CPU 20 is 8 bits in parallel (D0 to D7), and the address bus signal is
Assume that it is composed of parallel 16 bits A0 to A15.

CPU20がメモリ21にデータを書き込む場
合の動作について説明する。CPU20から出力
されるアドレスバス信号の上位ビツトA13〜A
15をチツプ選択回路23が判定し、メモリ21
を選択しているかどうか決定する。もしアドレス
信号がメモリ21に対してあらかじめ決められた
アドレスを示す内容であれば、チツプ選択回路2
3は、タイミング発生部24に対して、選択信号
SELを出力する。タイミング発生部24は、選択
信号SELにより、パラレル−シリアル変換器(こ
の場合8ビツト構成)27に対してロード信号
LDを出力し、CPU20の出力しているデータバ
ス信号(書き込みデータ)を、パラレル−シリア
ル変換器27に書き込む。メモリ21には、
CPU20のアドレスバス信号A0〜A12と外
部アドレス発生部25の外部アドレス信号(3ビ
ツト)が、アドレス信号として加えられている。
外部アドレス信号は、ロード信号LDで、リセツ
トされるため、初期値は、0である。次にタイミ
ング発生部24は、メモリ21に対して、チツプ
選択信号MCSを出力する。CPU20はリード/
ライト信号R/Wを書き込みモード(R/W=
φ)としている。したがつて、メモリ21に加え
られているアドレス信号が示す番地に、パラレル
−シリアル変換27の出力WDの内容を書き込
む。パラレル−シリアル変換器27の出力WD
は、LSBが出ている。この状態では、出力WD
は、CPU20のデータバス信号のDφに対応して
いる。
The operation when the CPU 20 writes data to the memory 21 will be explained. Upper bits A13 to A of the address bus signal output from the CPU 20
15 is determined by the chip selection circuit 23, and the memory 21
Determine whether you have selected If the address signal indicates a predetermined address for the memory 21, the chip selection circuit 2
3 is a selection signal sent to the timing generator 24.
Output SEL. The timing generator 24 generates a load signal to the parallel-to-serial converter (8-bit configuration in this case) 27 based on the selection signal SEL.
LD and writes the data bus signal (write data) output by the CPU 20 to the parallel-serial converter 27. In the memory 21,
Address bus signals A0 to A12 of the CPU 20 and an external address signal (3 bits) of the external address generator 25 are added as address signals.
Since the external address signal is reset by the load signal LD, its initial value is 0. Next, the timing generator 24 outputs a chip selection signal MCS to the memory 21. CPU20 is read/
Write signal R/W to write mode (R/W=
φ). Therefore, the contents of the output WD of the parallel-to-serial converter 27 are written to the address indicated by the address signal applied to the memory 21. Output WD of parallel-serial converter 27
The LSB is out. In this state, the output WD
corresponds to the data bus signal Dφ of the CPU 20.

次にタイミング発生部24は、カウントアツプ
信号CPUを、外部アドレス発生部25に出力し、
外部アドレス信号を1つ進める。続いてタイミン
グ発生部24は、シフト信号SHPを、パラレル
−シリアル変換器27に出力する。シフト信号
SHPが加わると、パラレル−シリアル変換器2
7の内容は、MSBから、LSBの方向にそれぞれ
1ビツトシフトされる。したがつて出力WDは、
CPU20のデータバス信号のD1に対応してい
る。この状態でメモリ21のアドレス信号は、外
部アドレス信号により1つ進んでおり、そのアド
レス信号が示す番地に、パラレル−シリアル変換
器27の出力WDが書き込まれる。このようにし
て、タイミング発生部24は、カウントアツプ信
号CUPを外部アドレス発生部25に加え、外部
アドレス信号を1つずつ進め、シフト信号SHP
をパラレル−シリアル変換器27に加えることに
より、出力WDを1ビツト上位の内容に変更し、
メモリ21に書き込む。この書き込み動作をWD
の出力が、CPU20のデータバス信号D7の内
容になり、その出力WDをメモリ21に書き込む
までくり返すことにより、CPU20のデータバ
ス信号の内容をメモリ21に書き込む。
Next, the timing generator 24 outputs the count-up signal CPU to the external address generator 25,
Advance the external address signal by one. Subsequently, the timing generator 24 outputs the shift signal SHP to the parallel-serial converter 27. shift signal
When SHP is added, parallel-to-serial converter 2
The contents of 7 are each shifted one bit from the MSB towards the LSB. Therefore, the output WD is
It corresponds to D1 of the data bus signal of the CPU 20. In this state, the address signal of the memory 21 is advanced by one by the external address signal, and the output WD of the parallel-serial converter 27 is written at the address indicated by the address signal. In this way, the timing generator 24 adds the count-up signal CUP to the external address generator 25, advances the external address signal one by one, and causes the shift signal SHP to advance.
By adding to the parallel-serial converter 27, the output WD is changed to the higher-order content by 1 bit,
Write to memory 21. WD this write operation
The output of the CPU 20 becomes the content of the data bus signal D7 of the CPU 20, and the content of the data bus signal of the CPU 20 is written to the memory 21 by repeating the process until the output WD is written to the memory 21.

第3図に書き込み動作におけるタイミング図を
示す。
FIG. 3 shows a timing chart in a write operation.

次にCPU20がメモリ21のデータを読み出
す場合の動作について説明する。
Next, the operation when the CPU 20 reads data from the memory 21 will be described.

書き込み動作と同じように、CPU20から出
力されるアドレスバス信号の上位ビツトA13〜
A15をチツプ選択回路23が判定し、メモリ2
1を選択しているかどうか決定する。もし選択さ
れているなら、チツプ選択回路23は、タイミン
グ発生部24に対して、選択信号SELを出力す
る。CPU20のリード/ライト信号R/Wは読
み出しモード(R/W=1)になつている。タイ
ミング発生部24は、選択信号SELにより、外部
アドレス発生部25にロード信号LDを出力し、
外部アドレス信号をリセツトする。
Similar to the write operation, the upper bits A13~ of the address bus signal output from the CPU 20
A15 is determined by the chip selection circuit 23, and the memory 2
Determine whether 1 is selected. If selected, the chip selection circuit 23 outputs a selection signal SEL to the timing generation section 24. The read/write signal R/W of the CPU 20 is in read mode (R/W=1). The timing generator 24 outputs a load signal LD to the external address generator 25 in response to the selection signal SEL,
Reset external address signal.

次にタイミング発生部24は、メモリ21に対
して、チツプ選択信号MCSを出力する。チツプ
選択信号MCSにより、メモリ21は、リード/
ライト信号R/Wが読み出しモードになつている
ので、アドレス信号が示す番地の内容を出力デー
タRDに出力する。出力データRDは、シリアル
−パラレル変換器28(この場合8ビツト構成)
の入力端子に接続されており、タイミング発生部
24のシフト信号SHPでシリアル−パラレル変
換器28のMSBに取り込まれる。この動作が終
了すると、タイミング発生部24は、カウントア
ツプ信号CUPを外部アドレス発生部25に出力
し、外部アドレス信号を1つ進める。メモリ21
に加わつているアドレス信号が1つ進むため、次
の番地の内容が出力データRDに出力される。続
いて、タイミング発生部24は、シリアル−パラ
レル変換器28にシフト信号SHPを出力する。
パラレル−シリアル変換器28は、シフト信号
SHPが加わると、MSBからLSBの方向にそれぞ
れ1ビツトシフトし、それと同時に、出力データ
RDの内容をMSBに取り込む。この読み出し動作
を外部アドレス信号を7とし、その番地の出力デ
ータRDをシリアル−パラレル変換器28のMSB
に取り込むまでくり返す。この動作が終ると、シ
リアル−パラレル変換器28の内容は、書き込み
動作時に、CPU20のデータバス信号をパラレ
ル−シリアル変換器27に書き込んだ内容とそれ
ぞれのビツト位置が同一になつている。(CPU2
0のデータバス信号D7の内容が、パラレル−シ
リアル変換器27及びシリアル−パラレル変換器
28のそれぞれのMSBに対応している。) 本発明のメモリ構成では、CPUが、メモリを
リード/ライトする時、メモリ素子を複数回リー
ド/ライトする為、CPUのクロツクφ2の期間内、
動作が終了しない。この問題を解決するため、モ
トローラ社のMC6800系のCPUを、外部クロツク
で使用する場合について述べる。
Next, the timing generator 24 outputs a chip selection signal MCS to the memory 21. The memory 21 is set to read/write by the chip selection signal MCS.
Since the write signal R/W is in the read mode, the contents of the address indicated by the address signal are output as output data RD. The output data RD is output from the serial-parallel converter 28 (8-bit configuration in this case).
It is connected to the input terminal of the timing generator 24, and is taken into the MSB of the serial-to-parallel converter 28 by the shift signal SHP of the timing generator 24. When this operation is completed, the timing generator 24 outputs the count-up signal CUP to the external address generator 25, and advances the external address signal by one. memory 21
Since the address signal added to advances by one, the contents of the next address are output as output data RD. Subsequently, the timing generator 24 outputs the shift signal SHP to the serial-parallel converter 28.
The parallel-to-serial converter 28 converts the shift signal
When SHP is added, the output data is shifted by one bit from MSB to LSB, and at the same time, the output data is
Import the contents of RD into MSB. In this read operation, the external address signal is set to 7, and the output data RD at that address is the MSB of the serial-parallel converter 28.
Repeat until it is incorporated. When this operation is completed, the contents of the serial-to-parallel converter 28 have the same bit positions as the contents written from the data bus signal of the CPU 20 to the parallel-to-serial converter 27 during the write operation. (CPU2
The contents of the data bus signal D7 of 0 correspond to the MSB of each of the parallel-serial converter 27 and the serial-parallel converter 28. ) In the memory configuration of the present invention, when the CPU reads/writes the memory, it reads/writes the memory element multiple times, so within the period of the CPU clock φ2 ,
The operation does not end. To solve this problem, we will discuss the case of using Motorola's MC6800 series CPU with an external clock.

第4図において、φ1,φ2はCPUクロツクで、
φ1S,φ2Sは、CPUの基準クロツク周期である。
In Figure 4, φ 1 and φ 2 are CPU clocks,
φ 1 S and φ 2 S are the reference clock cycles of the CPU.

第2図において、CPU20が、メモリ21に
リード/ライト動作を行うと、タイミング発生部
24は、CPUクロツク発生部26に、位相制御
信号FCを出力する。CPUクロツク発生部26
は、位相制御信号FCにより、CPUクロツクφ2
を、次のφ2Sまで連続した波形とし、φ1は、φ2
有効となつている期間出力されない。φ1,φ2
位相制御は、メモリ21のリード/ライト動作に
必要とする期間行なわれ、φ2のパルス巾をさら
に広げることも可能である。
In FIG. 2, when the CPU 20 performs a read/write operation on the memory 21, the timing generator 24 outputs a phase control signal FC to the CPU clock generator 26. CPU clock generator 26
is the CPU clock φ2 due to the phase control signal FC.
is a continuous waveform until the next φ 2 S, and φ 1 is not output while φ 2 is valid. Phase control of φ 1 and φ 2 is performed for a period required for read/write operations of the memory 21, and it is also possible to further widen the pulse width of φ 2 .

MC6800系のCPUは、CPUがバスを使用する
期間と、解放する期間は、CPUのクロツクφ2
決まる。したがつてCPUがバスを解放する期間
(φ2以外の期間)では、CPU以外のデバイス(た
とえばCRT制御素子)が、バスを使用するとい
う場合がある。しかもCPU以外のデバイスは、
一定周期でバスを使用する必要がある時、上記の
ように、メモリをリード/ライトする時、CPU
のクロツクφ2のパルス巾が変化すると障害とな
る。この問題を解決するため、第2図において、
バス制御回路A29は、CPUの基準クロツクφ2S
とリード/ライト信号R/Wにより、φ2Sの期間
のみCPUがデータバスを使用するよう動作する。
バス制御回路B30は、メモリ21から、読み出
されたデータが、シリアル−パラレル変換器28
から出力されているので、この信号をφ2Sの期間
データバスに送出し、φ2S以外の期間はトライス
テート状態となるようタイミング発生部24から
出力されるイネーブル信号ENにより制御する。
メモリ21の読み出し動作中、CPUクロツクφ2
は、φ2Sを複数個含んでいるが、φ2の立下がり時
にCPUは、データバス信号を取り込むため、誤
動作することはない。
For MC6800 series CPUs, the period in which the CPU uses the bus and the period in which it releases it is determined by the CPU's clock φ2 . Therefore, during a period when the CPU releases the bus (a period other than φ 2 ), a device other than the CPU (for example, a CRT control element) may use the bus. Moreover, devices other than the CPU,
When it is necessary to use the bus at regular intervals, when reading/writing memory as described above, the CPU
If the pulse width of the clock φ2 changes, this will cause a disturbance. In order to solve this problem, in Figure 2,
The bus control circuit A29 uses the CPU reference clock φ2S .
and read/write signal R/W, the CPU operates to use the data bus only during the period φ 2 S.
The bus control circuit B30 transfers the data read from the memory 21 to the serial-parallel converter 28.
This signal is sent to the data bus for a period of φ 2 S, and is controlled by the enable signal EN output from the timing generator 24 so that it is in a tri-state state during periods other than φ 2 S.
During read operation of memory 21, CPU clock φ2
includes a plurality of φ 2 S signals, but since the CPU captures the data bus signal at the falling edge of φ 2 , it does not malfunction.

実施例では、シリアル−パラレル変換器及びパ
ラレル−シリアル変換器それぞれ一組として説明
したが、2組以上のものを用意すれば、メモリの
リード/ライト時間を短縮できることは、明らか
である。
In the embodiment, the serial-to-parallel converter and the parallel-to-serial converter are each set as one set, but it is clear that the read/write time of the memory can be shortened by preparing two or more sets.

発明の効果 本発明は、上記のような構成であり、本発明に
よれば、以下に示す効果が得られる。
Effects of the Invention The present invention has the above configuration, and according to the present invention, the following effects can be obtained.

1 パラレル−シリアル変換器及びシリアル−パ
ラレル変換器を用い、外部からアドレスを付加
してメモリ素子のアドレス方向に複数回リー
ド/ライトすることにより、不足するワード方
向のビツト数を補うことができるため、アドレ
ス方向に大きな容量を持つメモリ素子を用い
て、メモリ素子の持つアドレス方向の容量より
小さいメモリが構成でき、機器の小型化が実現
できる。
1 By using a parallel-to-serial converter and a serial-to-parallel converter to add an address from the outside and read/write multiple times in the address direction of the memory element, the missing number of bits in the word direction can be compensated for. By using a memory element having a large capacity in the address direction, it is possible to configure a memory whose capacity in the address direction is smaller than that of the memory element, and it is possible to realize miniaturization of the device.

2 バス制御機能を持つているため、CPU以外
のデバイスが、同一のバスに接続されていても
誤動作することはない。
2. Since it has a bus control function, devices other than the CPU will not malfunction even if they are connected to the same bus.

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

第1図は従来のメモリ制御方法の概略を示すブ
ロツク図、第2図は本発明の一実施例におけるメ
モリ制御方法の概略を示すブロツク図、第3図、
第4図はそれぞれ同実施例の動作説明図である。 20……中央処理装置(CPU)、21……メモ
リ、23……チツプ選択回路、24……タイミン
グ発生部、25……外部アドレス発生部、26…
…クロツク発生部、27……パラレル−シリアル
変換器、28……シリアル−パラレル変換、2
9,30……バス制御回路。
FIG. 1 is a block diagram schematically showing a conventional memory control method, FIG. 2 is a block diagram schematically showing a memory control method according to an embodiment of the present invention, and FIG.
FIG. 4 is an explanatory diagram of the operation of the same embodiment. 20... Central processing unit (CPU), 21... Memory, 23... Chip selection circuit, 24... Timing generator, 25... External address generator, 26...
...Clock generator, 27...Parallel-to-serial converter, 28...Serial-to-parallel conversion, 2
9, 30...Bus control circuit.

Claims (1)

【特許請求の範囲】 1 中央処理装置20からメモリ21への情報の
書き込み時には、上記中央処理装置20から送ら
れる複数ビツトの情報をパラレル−シリアル変換
し、上記中央処理装置20から送られるアドレス
に外部アドレスを付加したアドレスにより上記メ
モリ21に記憶し、 上記メモリ21から上記中央処理装置20への
情報の読み出し時には、書き込み時に付加した外
部アドレスと上記中央処理装置20から送られる
アドレスを使つて上記メモリ21から情報を読み
出し、シリアル−パラレル変換を行つて、上記中
央処理装置20が必要とする複数ビツトに復元す
るメモリ制御方法であつて、 第1のクロツクのハイレベルの期間にはバスを
上記中央処理装置20に接続し、上記第1のクロ
ツクのローレベルの期間には上記バスを上記中央
処理装置20から切り離し、 上記中央処理装置20が上記メモリ21をアク
セスする時には、上記中央処理装置20に入力す
る第2のクロツクのハイレベルの期間の前端と後
端が上記第1のクロツクの相異なるハイレベルの
期間と重なるように上記第2のクロツクを位相制
御し、 上記央処理装置20から上記メモリ21への情
報の書き込みの場合は、上記第2のクロツクがハ
イレベルの期間の前端の上記第1のクロツクがハ
イレベルの期間に上記中央処理装置20からの情
報をパラレル−シリアル変換器27に転送し、上
記第2のクロツクがハイレベルの期間に情報を上
記メモリ21へ書き込み、 上記メモリ21から上記中央処理装置20への
情報の読み出しの場合は、上記第2のクロツクが
ハイレベルの期間に上記メモリ21から情報を読
み出し、上記第2のクロツクのハイレベルの期間
の後端の上記第1のクロツクがハイレベルの期間
にシリアル−パラレル変換器28から情報を上記
中央処理装置20へ転送し、 上記中央処理装置20以外の上記バスに接続さ
れた他のデバイスは、上記第1のクロツクがロー
レベルの期間に上記バスを一定周期で使用するこ
とを特徴とするメモリ制御方法。
[Scope of Claims] 1. When writing information from the central processing unit 20 to the memory 21, multiple bits of information sent from the central processing unit 20 are converted from parallel to serial, and written to the address sent from the central processing unit 20. The information is stored in the memory 21 using an address to which an external address is added, and when reading information from the memory 21 to the central processing unit 20, the external address added at the time of writing and the address sent from the central processing unit 20 are used. This is a memory control method that reads information from the memory 21, performs serial-parallel conversion, and restores it to multiple bits required by the central processing unit 20. The bus is connected to the central processing unit 20, the bus is disconnected from the central processing unit 20 during the period when the first clock is at a low level, and when the central processing unit 20 accesses the memory 21, the bus is disconnected from the central processing unit 20. The phase of the second clock is controlled so that the leading and trailing ends of the high-level period of the second clock input to the central processing unit 20 overlap with different high-level periods of the first clock. When writing information to the memory 21, the information from the central processing unit 20 is transferred to the parallel-to-serial converter during a period in which the first clock is at a high level at the front end of a period in which the second clock is at a high level. 27 and writes information to the memory 21 while the second clock is at a high level. When reading information from the memory 21 to the central processing unit 20, the second clock is at a high level. Information is read from the memory 21 during the period , and information is read from the serial-to-parallel converter 28 to the central processing unit 20 during the period when the first clock is at the high level at the end of the period when the second clock is at the high level. and other devices connected to the bus other than the central processing unit 20 use the bus at a constant cycle while the first clock is at a low level.
JP15985382A 1982-09-14 1982-09-14 Memory controlling method Granted JPS5949647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15985382A JPS5949647A (en) 1982-09-14 1982-09-14 Memory controlling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15985382A JPS5949647A (en) 1982-09-14 1982-09-14 Memory controlling method

Publications (2)

Publication Number Publication Date
JPS5949647A JPS5949647A (en) 1984-03-22
JPH0381180B2 true JPH0381180B2 (en) 1991-12-27

Family

ID=15702656

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15985382A Granted JPS5949647A (en) 1982-09-14 1982-09-14 Memory controlling method

Country Status (1)

Country Link
JP (1) JPS5949647A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62102343A (en) * 1985-10-29 1987-05-12 Yaskawa Electric Mfg Co Ltd Storage device for digital computer
JP3001892B2 (en) * 1988-03-31 2000-01-24 日本電気ホームエレクトロニクス株式会社 Memory access circuit
JPH02143979A (en) * 1988-11-25 1990-06-01 Matsushita Electric Works Ltd Semiconductor memory

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5226125A (en) * 1975-08-25 1977-02-26 Nippon Telegr & Teleph Corp <Ntt> Buffer memory system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5226125A (en) * 1975-08-25 1977-02-26 Nippon Telegr & Teleph Corp <Ntt> Buffer memory system

Also Published As

Publication number Publication date
JPS5949647A (en) 1984-03-22

Similar Documents

Publication Publication Date Title
JPH059872B2 (en)
JPH058835B2 (en)
JPH0381180B2 (en)
CN114064530A (en) Memory system, memory controller and memory chip
JPS59168983A (en) Semiconductor memory device
JP3102754B2 (en) Information utilization circuit
JPS6048828B2 (en) Memory addressing method
JP3001892B2 (en) Memory access circuit
JP2004087027A (en) Access circuit
JP2849804B2 (en) Memory access interface circuit and memory access method
JPH04360425A (en) Semiconductor storage device
JP3561502B2 (en) Improved memory system and method
JP3561502B6 (en) Improved memory system and method
JPS61220042A (en) Memory access control system
JP3130114B2 (en) Transfer data processing device
JPH05289938A (en) Memory access device
JPS61242388A (en) Memory control circuit
JPH03209544A (en) Memory control circuit
JPH0370052A (en) Address translation circuit, memory controller, information processor, and recorder
JPS63266690A (en) Semiconductor memory device and memory device using it
JPH01171191A (en) Storage element with arithmetic function
JPS62216059A (en) Check system for storage device
JPS6030037B2 (en) Memory addressing method
JPS583171A (en) Memory system
JPH0241058B2 (en)