JPS6033634A - Data processing device - Google Patents

Data processing device

Info

Publication number
JPS6033634A
JPS6033634A JP58142912A JP14291283A JPS6033634A JP S6033634 A JPS6033634 A JP S6033634A JP 58142912 A JP58142912 A JP 58142912A JP 14291283 A JP14291283 A JP 14291283A JP S6033634 A JPS6033634 A JP S6033634A
Authority
JP
Japan
Prior art keywords
data
transfer
processing
address information
information
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
JP58142912A
Other languages
Japanese (ja)
Inventor
Mineo Akashi
明石 峰雄
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
Nippon Electric 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 NEC Corp, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP58142912A priority Critical patent/JPS6033634A/en
Publication of JPS6033634A publication Critical patent/JPS6033634A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • G06F1/22Means for limiting or controlling the pin/gate ratio

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To reduce the number of connecting terminals to a memory part of a central processing part without decreasing a data processing speed by switching as to whether a transfer destination is program storage or data storage, in accordance with the kind of an executing instruction. CONSTITUTION:In case when it is shown to be processing data access by a DATA signal, the first AND gate groups A1-An are opened, the second AND gate groups B1-Bn are closed, and address information DA1-DAn of a data memory part is outputted to terminals P1-Pn. Also, in case when it is shown that no processing data access exists by the DATA signal, an output of an inverting circuit I to which its signal is inputted becomes effective, the first AND gate groups A1-An are closed, the second AND gate groups B1-Bn are opened, and address information PA1-PAn of a program memory part is outputted to the terminals P1-Pn. This output is connected to an address information transfer line 31 to both the program and data memory parts 2, 3 from a central processing part 1.

Description

【発明の詳細な説明】 本発明はプログラム制御のデータ処理装置に関し、特に
単一集積回路チップのデータ処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to program controlled data processing devices, and more particularly to single integrated circuit chip data processing devices.

一般にプログラム制御のデータ処理装置は、中央処理部
、メモリ部、入出力部の3要部に分類され、中央処理部
内のプログラムシーケンスを指定するカウンタに基き、
メモリ部をアドレス指定してプログラムの単位要素であ
る命令語を読み出しく以下命令フェッチと呼ぶ)、該命
令語を解読して処理すべきデータのアドレス情報を発生
し、そのアドレスのメモリ部記憶データを読み出して、
演算判断の操作および結果のメモリ部に書き込みなどの
処理を行う(以下処理データアクセスと呼ぶ)。
In general, program-controlled data processing devices are classified into three main parts: a central processing section, a memory section, and an input/output section.Based on a counter that specifies the program sequence in the central processing section,
Addressing the memory section and reading out an instruction word that is a unit element of a program (hereinafter referred to as instruction fetch), decoding the instruction word to generate address information of the data to be processed, and reading out the data stored in the memory section at that address. Read out,
Performs processing such as operation of calculation judgment and writing of the result to the memory section (hereinafter referred to as processing data access).

更に命令によってはデータ処理装置の外部に対して入出
力部を介して処理データの取シ込み処理結果の出力など
を行う。(本発明は入出力部には関与しないので以後の
説明では省略する)データ処理装置は命令語の組み合せ
であるプログラムにより各種の演算判断の処理ができる
ため、計算処理の分野以外にも機械制御など知的機能を
持った制御装置として利用されている。近年利用分野の
拡大に伴いデータ処理装置の処理能方向上が望まれてお
り、装置の回路素子を集積化、高性能化することに加え
、データ処理装置の構造、動作を見直し改良することに
より高速化する試みがなされている。
Further, depending on the command, processing data is fetched to the outside of the data processing device via an input/output section, and processing results are output. (Since the present invention does not involve the input/output section, it will be omitted from the following explanation.) Data processing devices are capable of processing various arithmetic decisions using programs that are combinations of instruction words. It is used as a control device with intellectual functions such as In recent years, as the field of use has expanded, it has become desirable to improve the processing performance of data processing equipment. Attempts are being made to speed it up.

その1つに、中央処理部とメモリ部との間でのデータ転
送に着目しメモリ部をプログラム記憶用と処理データ記
憶用とに分離して、命令フェッチと処理データアクセス
が並列に行える構造とじたものがある。つまり、一般的
な構造では単一の命令語実行のために命令フェッチと処
理データアクセスでメモリ部との間で複数回のデータ転
送する必要があり、そのデータ転送時間のオロが処理速
度を決定している。ところが、前記の構造のものではメ
モリ部が分離されているため、ある命令語実行の処理デ
ータアクセスと同時に、次に実行する命令語の7エツチ
を行うことが可能で、処理速度は命令フェッチ又は処理
データアクセスいずれかのメモリ間データ転送時間が長
いものによυ決定される。従って一般的構造の装置と比
較して並列にメモリ間データ転送する前記構造の装置は
高速でデータ処理することができる。
One of these is a structure that focuses on data transfer between the central processing unit and the memory unit, and separates the memory unit into program storage and processing data storage, allowing instruction fetch and processing data access to be performed in parallel. There is something. In other words, in a typical structure, in order to execute a single instruction word, it is necessary to transfer data to and from the memory unit multiple times during instruction fetch and processing data access, and the processing speed is determined by the data transfer time. are doing. However, in the structure described above, since the memory section is separated, it is possible to simultaneously access the processing data for executing a certain instruction and simultaneously execute the 7 fetches for the next instruction to be executed, and the processing speed is faster than the instruction fetch or Processing data access is determined by whichever memory-to-memory data transfer time is longer. Therefore, compared to a device with a general structure, a device with the above structure that transfers data between memories in parallel can process data at high speed.

第1図は従来のこのようなデータ処理装置を説明するだ
めのブロック線図で、データを処理する中央処理部lと
、プログラムを記憶するプログラムメモリ部2と、処理
データを記憶するデータメモリ部3から構成される。従
来データ処理装置では中央処理部1がプログラムメモリ
部2に対してプログラムシーケンスを示す情報を転送線
11を介して転送し読み出し制御線12の信号を発生し
て転送線13を介して命令語を読み取る。
FIG. 1 is a block diagram for explaining such a conventional data processing device, which includes a central processing unit l for processing data, a program memory unit 2 for storing programs, and a data memory unit for storing processed data. Consists of 3. In a conventional data processing device, a central processing unit 1 transfers information indicating a program sequence to a program memory unit 2 via a transfer line 11, generates a signal on a read control line 12, and issues a command via a transfer line 13. read.

前記命令フェッチ動作にて取り込まれた命令語を中央処
理部lにて解読して所定のデータ処理がなされる。命令
がデータメモリ部3の記憶情報を処理するものであると
き、中央処理部lがデータメモリ部3に対してアドレス
指定情報を転送線14を介して転送し、読み出し制御信
号線15又は書き込み制硝1信号線16に制御信号を発
生して転送線17を介して処理データの転送を行う。な
お転送#i!xrにおけるデータ転送は読み出しの場合
は中央処理部lに対して、書き込みの場合はデータメモ
リ部3に対してと情報の転送方向が変化する。
The instruction word fetched in the instruction fetch operation is decoded by the central processing unit l, and predetermined data processing is performed. When the instruction is to process information stored in the data memory section 3, the central processing section l transfers addressing information to the data memory section 3 via the transfer line 14, and sends it to the read control signal line 15 or write control signal line 15. A control signal is generated on the first signal line 16, and processing data is transferred via the transfer line 17. Furthermore, transfer #i! In data transfer in xr, the direction of information transfer changes: in the case of reading, the information is transferred to the central processing unit l, and in the case of writing, it is transferred to the data memory unit 3.

このデータメモリに対する処理データアクセスの動作は
前記命令フェッチの動作とは完全に分離されているため
、ある命令実行にて処理データをアクセスしている時に
次に実行すべき命令語の読み出しを行うことができ、メ
モリ間転送が並列化されることによる高速処理が可能で
ある。
The processing data access operation for this data memory is completely separated from the instruction fetch operation, so it is not necessary to read the instruction word to be executed next while accessing the processing data in the execution of a certain instruction. This enables high-speed processing by parallelizing inter-memory transfers.

前記命令フェッチと処理データアクセスが並列になされ
る構造の装置では高速化の長所に対して、メモリ部が分
離されることに起因して中央処理部とメモリ部との間で
のデータ転送線が増加する欠点がある。つまり、前記の
構造のものは命令フェッチのアドレス情報と命令語の転
送線に加え、処理データアクセスのアドレス情報と処理
データの転送線が必要で、一般的なメモリ部のアドレス
情報とデータの転送線から成る装置と比較して約2倍の
信号線が必要とされる。
Although a device having a structure in which instruction fetching and processing data access are performed in parallel has the advantage of high speed, the data transfer line between the central processing section and the memory section is disadvantageous due to the separation of the memory section. There are increasing drawbacks. In other words, in addition to the address information and instruction word transfer line for instruction fetch, the structure described above requires address information and processing data transfer line for processing data access, which is typical for transferring address information and data in a memory section. Approximately twice as many signal lines are required compared to a device consisting of lines.

この信号線増加はマイクロコンピュータ等の単一半導体
チップ上に集積されるデータ処理装置では致命的障害で
あった。つまり集積回路は多数の回路をチップ上に集積
して小型化するものでありそのチップ及びパッケージ寸
法は小さく、チップ外部との情報を入出力する端子数に
は制限がある。
This increase in signal lines has been a fatal hindrance in data processing devices such as microcomputers that are integrated on a single semiconductor chip. In other words, integrated circuits are miniaturized by integrating a large number of circuits onto a chip, the dimensions of the chip and package are small, and there is a limit to the number of terminals for inputting and outputting information to and from the outside of the chip.

従って多数の情報転送線を必要とするものは集積回路に
適さない。
Therefore, those requiring a large number of information transfer lines are not suitable for integrated circuits.

従来メモリ部との接続端子数を減少させるためにアドレ
ス情報とメモリデータとを同一端子を介して時分割で転
送する方法が取られた。そのプロツク構成図を第2図に
示す。第2図中中央処理部1.プログラムメモリ部2.
データメモリ部3及び転送線11〜17は第1図の従来
の装置と同様の動作を行ない同様の情報を転送する。
Conventionally, in order to reduce the number of connection terminals with the memory section, a method has been adopted in which address information and memory data are transferred in a time-division manner through the same terminal. A block diagram of the block diagram is shown in FIG. Central processing section 1 in Figure 2. Program memory section 2.
The data memory section 3 and transfer lines 11-17 operate in the same manner as the conventional device shown in FIG. 1 and transfer the same information.

アドレス情報が時分割で転送されるため、プログラムメ
モリ部2のアドレス情報を記憶するプログラムアドレス
レジスタ4と、データメモリ部3tvH”vス+W報を
記憶するデータアドレスレジスタ5と、各メモリ部への
アドレス情報転送タイミングを示す識別信号、121.
24と、アドレス情報とデータが時分割多重化転送され
る転送線22゜25と、データと多重化転送されないア
ドレス情報の転送、1.J723 、26とが付加され
ている。
Since address information is transferred in a time-sharing manner, there is a program address register 4 that stores the address information of the program memory section 2, a data address register 5 that stores the address information of the data memory section 3, and a data address register 5 that stores the address information of the program memory section 2. Identification signal indicating address information transfer timing, 121.
24, a transfer line 22 to 25 through which address information and data are transferred in a time-division multiplex manner, and transfer of address information which is not multiplexed with data; 1. J723, 26 are added.

第2図のデータ処理装置の中央処理部Iと各メモリ部2
,3との間での情報転送は同様であるため、データメモ
リ部3との転送動作を例として以下説明する。転送動作
はアドレス情報を多重化された転送線25及び多重化さ
れない転送#1126に転送線25と26の情報を記憶
して、その記憶値をメモリ部3へのアドレス情報として
転送線14に出力する。その後は第1図と同様に読み出
し制御信号15又は書き込み制御信号16に基き転送線
16及び多重化された転送線25を介してデータ転送が
行われる。
Central processing unit I and each memory unit 2 of the data processing device shown in Fig. 2
, 3 are similar, so the transfer operation with the data memory section 3 will be described below as an example. The transfer operation is to store the information of the transfer lines 25 and 26 in the transfer line 25 where the address information is multiplexed and the transfer #1126 which is not multiplexed, and output the stored value to the transfer line 14 as the address information to the memory section 3. do. Thereafter, data transfer is performed via the transfer line 16 and the multiplexed transfer line 25 based on the read control signal 15 or the write control signal 16 as in FIG.

前述の様に第2図のデータ処理装置は時分割多重化転送
することにより中央処理部lのメモリ部2.3との接続
端子数を減少させているが、第2図装置ではアドレス情
報16ビツトに対してデータ8ビツトと情報量の差があ
り全情報を多重化することはできず端子数減少の効果は
小であった。
As mentioned above, the data processing device shown in FIG. 2 reduces the number of connection terminals between the central processing section l and the memory section 2.3 by time-division multiplexing transfer. Since there is a difference in the amount of information between 8 bits of data and 8 bits of data, it is not possible to multiplex all information, and the effect of reducing the number of terminals is small.

更に多重化転送では、1回のメモリ間転送で2種の情報
を転送する必要があシ、転送信号線でのスイッチング速
度等を考えるとメモリ間転送の時間が増し、データ処理
装置の処理速度低下を招く可能性がある。
Furthermore, with multiplexed transfer, it is necessary to transfer two types of information in one memory-to-memory transfer, and considering the switching speed of the transfer signal line, etc., the time for memory-to-memory transfer increases, which reduces the processing speed of the data processing device. This may lead to a decline.

また情報転送の方向が変化するため多重化された端子の
回路は入力と出力のいずれもが出来る複雑な回路が必要
であった。
Furthermore, since the direction of information transfer changes, the multiplexed terminal circuit requires a complex circuit capable of both input and output.

本発明は命令実行に関係するメモリ部との情報転送の動
作に着目し、常に中央処理部からメモリ部に対して転送
されるアドレス情報を多重化し、実行命令の種類に応じ
て転送先がプログラム記憶かデータ記憶かの切替をする
ことにより、転送信号線のスイッチング速度の問題が無
く、中央処理部のメモリ接続端子回路が出力専用の単純
な回路で済み、接続端子を減少させたデータ処理装置を
提供するものである。
The present invention focuses on the operation of information transfer with the memory unit related to instruction execution, and multiplexes the address information that is always transferred from the central processing unit to the memory unit, so that the transfer destination is programmed according to the type of execution instruction. By switching between storage and data storage, there is no problem with the switching speed of the transfer signal line, and the memory connection terminal circuit in the central processing section can be a simple output-only circuit, creating a data processing device with fewer connection terminals. It provides:

一般にデータ処理装置の動作を実行する命令種類の観点
から見直すと、プログラムシーケンスを修飾する分岐命
令の場合には分岐先のアドレス情報をシーケンスカウン
タに書き込む処理がなされメモリ部に対する処理データ
アクセスは発生しない。
Generally speaking, if we look at the types of instructions that execute the operations of a data processing device, in the case of a branch instruction that modifies a program sequence, the address information of the branch destination is written to the sequence counter, and processing data access to the memory section does not occur. .

メモリ部の記憶データを操作する命令の場合にはメモリ
部に対して所定の処理データアクセスを行い、同時にシ
ーケンスカウンタVこ所定のインクリメントして次に実
行する命令語アドレスに修飾スのメモリ部から命令語の
読み出しとなる。
In the case of an instruction that manipulates data stored in the memory section, the predetermined processing data is accessed to the memory section, and at the same time, the sequence counter V is incremented by a predetermined amount and the instruction word address to be executed next is accessed from the memory section of the modified step. This is the command word reading.

前述の分岐による命令アドレスの修飾と処理データアク
セスとは排他的である事と、通常の命令フェッチのアド
レス変化には規則性がある事に着目して本発明はなされ
たものである。
The present invention has been made by focusing on the fact that instruction address modification by branching and processing data access are exclusive, and that there is regularity in address changes during normal instruction fetch.

本発明によるとデータ処理する中央処理部とプログラム
を記憶するプログラムメモリ部と処理データを記憶する
データメモリ部からなり、プログラムメモリ部からの命
令情報読み出しとデータメモリ部との処理データ転送が
並列になされるデータ処理装置において、命令情報転送
手段と、処理データ転送手段と、中央処理部からプログ
ラムメモリ部への命令アドレス情報又はデータメモリ部
への処理アドレス情報を転送するアドレス転送手段を備
え、中央処理部の実行命令に対応して前記アドレス転送
手段の転送情報を選択的に切替え所定のメモリ部に転送
することを特徴とするデータ処理装置が得られる。
According to the present invention, the invention comprises a central processing unit that processes data, a program memory unit that stores programs, and a data memory unit that stores processed data, and reads instruction information from the program memory unit and transfers processed data to and from the data memory unit in parallel. A data processing apparatus comprising: an instruction information transfer means, a processing data transfer means, and an address transfer means for transferring instruction address information from a central processing section to a program memory section or processing address information from a central processing section to a data memory section; There is obtained a data processing device characterized in that the transfer information of the address transfer means is selectively switched and transferred to a predetermined memory section in response to an execution command of a processing section.

本発明のデータ処理装置は、単一のアドレス情tte憶
用の両メモリ部にアドレス情報を転送し、中央処理部が
実行する命令に対応して前記アドレス情報をプログラム
記憶に対するシーケンス情報か処理データ記憶に対する
処理アドレス情報かを選択的に切替える、すなわち処理
データアクセスがある命令の場合アドレス転送手段には
処理データ記憶用のアドレス情報が転送され、処理デー
タアクセスが無い命令の場合にはプログラムシーケンス
情報が転送されるようにしたものである。
The data processing device of the present invention transfers address information to both memory units for storing single address information, and transfers the address information to sequence information for program storage or processing data in response to an instruction executed by the central processing unit. In other words, in the case of an instruction that accesses processing data, address information for processing data storage is transferred to the address transfer means, and in the case of an instruction that does not access processing data, program sequence information is transferred to the address transfer means. is transferred.

以下本発明の実施例を図面について説明する。Embodiments of the present invention will be described below with reference to the drawings.

第3図は本発明の一実施例のデータ処理装置のブロック
線図で、データを処理する中央処理部lと、プログラム
を記憶するプログラムメモリ部2と、処理データを記憶
するデータメモリ部3およびプログラムメモリ部のアド
レス指定値を記憶するアドレスレジスタ6から構成され
る。
FIG. 3 is a block diagram of a data processing device according to an embodiment of the present invention, which includes a central processing unit l for processing data, a program memory unit 2 for storing programs, a data memory unit 3 for storing processed data, and It consists of an address register 6 that stores address designation values for the program memory section.

第3図の実施例の装置では、プログラムメモリ部2のア
ドレス指定情報転送線11.読み出し制御信号線12.
プログラムメモリ部2のデータ転送li3.データメモ
リ部3の読み出し制御信号線15.書き込み制御信号線
16.データメモリ部3の処理データ転送線17に加え
、プログラム及びデータの両メモリ部2,3へのアドレ
ス情報転送線31と、前記アドレス情報の転送先を識別
するための信号転送線32とによって中央処理部lとメ
モリ部2.3との間で情報転送する。なお信号線11か
ら17は第1図の従来の装置と同様な情報を転送するも
のである。
In the device of the embodiment shown in FIG. 3, the addressing information transfer line 11 . Read control signal line 12.
Data transfer of program memory unit 2 li3. Read control signal line 15 of data memory section 3. Write control signal line 16. In addition to the processing data transfer line 17 of the data memory section 3, an address information transfer line 31 for both program and data memory sections 2 and 3, and a signal transfer line 32 for identifying the destination of the address information are connected to the center. Information is transferred between the processing section 1 and the memory section 2.3. Note that signal lines 11 to 17 are for transmitting information similar to that of the conventional device shown in FIG.

第3図の実施例のデータ処理装置では中央処理部lが実
行する命令の種類に応じてアドレス情報転送線31に出
力する情報の種類を切替え、その切替に連動してアドレ
ス情報の種類を識別するための信号を信号線32に出力
する。
In the data processing device of the embodiment shown in FIG. 3, the type of information output to the address information transfer line 31 is switched according to the type of instruction executed by the central processing unit l, and the type of address information is identified in conjunction with the switching. A signal for this purpose is output to the signal line 32.

データメモリ部3の記憶データを処理しない命令の場合
、プログラムシーケンス情報が転送線31に出力され、
信号線32にはプログラムメモリ部2に対する転送であ
ることを示す識別信号が出力をアドレスレジスタ6に記
憶すると同時にグログラムメモリ部2のアドレス情報と
して転送線11に出力する。従って中央処理部1から転
送線31とアドレスレジスタ6と転送線11を介してプ
ログラムシーケンス情報を転送し、読み取9制御信号1
2に基き命令語を読み出し転送線13を介して中央処理
部lに転送する。なお処理データアク生されず、データ
メモリ部3はこの時に何の影響も受けない、 データメモリ部3の記憶データを処理する命令実行の場
合、処理データのアドレス情報が転送線31に出力きれ
、信号線32には処理データアクセスであることを示す
識別信号が出力される。こ線13を介して中央処理部l
に転送する。
In the case of an instruction that does not process data stored in the data memory section 3, program sequence information is output to the transfer line 31,
An identification signal indicating that the transfer is to the program memory section 2 is sent to the signal line 32, and the output is stored in the address register 6 and simultaneously outputted to the transfer line 11 as address information of the program memory section 2. Therefore, the program sequence information is transferred from the central processing unit 1 through the transfer line 31, address register 6, and transfer line 11, and the read 9 control signal 1
2, the instruction word is read out and transferred to the central processing unit l via the transfer line 13. Note that processing data access is not generated and the data memory section 3 is not affected at all at this time.When executing an instruction to process data stored in the data memory section 3, the address information of the processing data is output to the transfer line 31, An identification signal indicating that processing data is being accessed is output to the signal line 32. The central processing unit l is connected via this line 13.
Transfer to.

知すると、記憶シーケンス値に所定のインクリメントを
施し次に命令語を読み出すべきシーケ/ス値に修飾する
。これにより転送線11にはプログラムメモリ部2から
命令語を読み出すべきアドレス情報が常に発生されるこ
とになる。従って処理データアクセスが連続して転送線
31にデータメモリ部へのアドレス情報が転送され続け
て、プログラムシーケンス情報が転送され無い場合であ
っても、プログラムメモリ部2から命令語を読み出すこ
とができ、命令語フェッチと処理データアクセスが並列
になされる。
When this is known, the stored sequence value is incremented by a predetermined value, and then the instruction word is modified to the sequence value to be read. As a result, address information for reading command words from the program memory section 2 is always generated on the transfer line 11. Therefore, even if processing data access continues and address information to the data memory section is transferred to the transfer line 31 and no program sequence information is transferred, the command word can be read from the program memory section 2. , instruction word fetch and processing data access are performed in parallel.

プログラムシーケンスが変更される分岐命令の実行では
、中央処理部1での処理は、分岐すべきシーケンス情報
をシーケンスカウンタに書き込むント4者h 細面# 
xLl イご−AJ工11蛇ワにアクセスすることは無
い。従ってこの時転送線スレジスタロに分岐先のアドレ
ス情報が取り込まれる。
When executing a branch instruction in which the program sequence is changed, the processing in the central processing unit 1 is to write the sequence information to be branched into the sequence counter.
xLl There is no access to Igo-AJ Ko 11 Jawa. Therefore, at this time, the address information of the branch destination is taken into the transfer line register register.

第3図に示すデータ処理装置では中央処理部に転送する
アドレス情報の種類を切替える回路が必要であり、その
論理回路の一例を第5図に示す。
The data processing apparatus shown in FIG. 3 requires a circuit for switching the type of address information to be transferred to the central processing section, and an example of the logic circuit is shown in FIG.

第5図のアドレス情報切替回路は%11ビットのプログ
ラムメモリ部アドレス情報(PA]〜P A n )と
、デーlメモ9部アドレス情報(1)A s −DAI
l)とを命令実行で処理データアクセスすることヲ示す
信号(DATAIC基き、zlloアy トゲ−1(A
 I −A nとB l−B n )及びオアーゲート
((’) 1〜On)により選択的に切替えて端子(P
s−pn)に出力する。なお、端子(PI〜PIl)F
i第3図のアドレス情報転送線31に接続されている。
The address information switching circuit in FIG.
l) is a signal indicating access to processing data by executing an instruction (based on DATAIC, zllo eye toge-1 (A
I-A n and B l-B n ) and the terminal (P
s-pn). In addition, the terminals (PI to PIl) F
i It is connected to the address information transfer line 31 in FIG.

IJATA信号で処理データアクセスであることが示さ
れた場合、第1のアンドゲート群(Al〜An)が開き
、第2のアンドゲート群(Bl−B、)は閉シデータメ
モリ部のアドレス情報f報(DAt〜DA、)が端子(
Pl−P−)に出力される。D A T A信号で処理
データアクセスが無いことが示された場合、その信号が
入力される反転回路(I)の出力が有効となり、第1の
アンドゲート群(A1〜An) は閉じ、第2のアンド
ゲート群(Bz〜B、)が開きプログラムメモリ部のア
ドレス情報(PAt〜PA、)が端子(Pi〜P、)に
出力される。
When the IJATA signal indicates processing data access, the first AND gate group (Al to An) is opened, and the second AND gate group (Bl-B,) is closed to access the address information of the data memory section. The f-report (DAt~DA,) is the terminal (
Pl-P-). When the DATA signal indicates that there is no processing data access, the output of the inverting circuit (I) to which that signal is input becomes valid, the first AND gate group (A1 to An) closes, and the first The two AND gate groups (Bz-B,) are opened and the address information (PAt-PA,) of the program memory section is output to the terminals (Pi-P,).

第5図に示す回路は一般にデータセレクタと呼ばれる回
路で、集積回路装置の場合には1端子当勺数個のトラン
ジスタで構成できる単純な回路である。 □ 従って第3図の実施例の装置によれば、切替える信号が
中央処理部lからメモリ部2,3への単一方向の転送で
あるため、接続端子の回路が出方専用の単純な回路で済
み、第2図の時分割多重化した双方向転送のものと比較
して回路量は少くてすむ。
The circuit shown in FIG. 5 is generally called a data selector, and in the case of an integrated circuit device, it is a simple circuit that can be constructed of several transistors each with one terminal. □ Therefore, according to the device of the embodiment shown in FIG. 3, since the switching signal is transferred in one direction from the central processing unit l to the memory units 2 and 3, the connection terminal circuit is a simple circuit dedicated to output. This requires less circuitry than the time-division multiplexed bidirectional transfer shown in FIG.

以上述べた様に第3図の実施例の装置では命令の種類に
応じて転送するアドレス情報の種類を切替ることにより
並列のメモリ間転送による高速性を損うことなく、メモ
リ部との接続端子数を減少させることができ、さらに接
続端子の回路を単純なものにできる効果がある。
As described above, in the device of the embodiment shown in FIG. 3, by switching the type of address information to be transferred depending on the type of instruction, connection with the memory section can be achieved without impairing the high speed of parallel memory-to-memory transfer. This has the effect of reducing the number of terminals and simplifying the circuit of the connecting terminals.

本発明を第2図に示したアドレス情報とデータを多重化
する装置1;適用すると、更に端子数を減少させる効果
を発揮する。その実施例のブロック構成図を第4図に示
す。
When the present invention is applied to the apparatus 1 for multiplexing address information and data shown in FIG. 2, it is possible to further reduce the number of terminals. A block diagram of this embodiment is shown in FIG.

第4図の装置は中央処理部l、プログラムメモリ部2.
データメモリ部3.プログラムアドレスレジヌタ7.デ
ータアドレスレジスタ8から成シ、プログラムメモリ部
2のアドレス指定情報転送線11、読み出し制御信号線
12.命令データ転送線13.データメモリ部3のアド
レス指定情報転送線14.読み出し制御信号線15.省
き込み制御信号線16.処理データ転送線17に、加え
各メモリ部へのアドレス情報転送タイミングを示す識別
信号線43.44と、アドレス情報と命令語が多重化転
送される転送線41.アドレス情報と処2図の従来装置
と同様な多重化転送をする。
The apparatus shown in FIG. 4 includes a central processing section 1, a program memory section 2.
Data memory section 3. Program address register 7. It consists of a data address register 8, an addressing information transfer line 11 of the program memory section 2, a read control signal line 12. Command data transfer line 13. Addressing information transfer line 14 of data memory section 3. Read control signal line 15. Saving control signal line 16. In addition to the processing data transfer line 17, there are identification signal lines 43, 44 indicating the timing of transferring address information to each memory section, and transfer lines 41, 41, 44, 44, 44, 44, 44, 44, 43, 44, 44, 44, 44, 44, 44, 44, 43, 44, 43, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 50, 44 types or different or different or different or different or different, type or type form type order form type and types type form type form form. Address information and processing are multiplexed and transferred in the same way as the conventional device shown in Figure 2.

第2図の従来装置では各メモリ部2,3に対応して多重
化された転送線があり、メモリのアドレス情報のビット
数とデータのビット数に差があることから、アドレス情
報とデータとを完全に多重化できず、アドレス情報転送
にしか利用されない転送線があり接続端子減少の効果は
小であったが、第4図の実施例の装置ではプログラムお
よびデータ両メモリ部2,3に対してアドレス情報を転
送するのは単一のアドレス転送線でよく、そのアドレス
情報転送線を転送線41と42の2群に分割して、各群
毎に命令語の転送又は処理データの転送に多重化して使
用する。
In the conventional device shown in FIG. 2, there is a multiplexed transfer line corresponding to each memory section 2 and 3, and there is a difference between the number of bits of memory address information and the number of bits of data. The effect of reducing the number of connection terminals was small because there were transfer lines that could not be completely multiplexed and were used only for address information transfer, but in the device of the embodiment shown in FIG. On the other hand, address information can be transferred using a single address transfer line, and the address information transfer line is divided into two groups of transfer lines 41 and 42, and each group transfers command words or processing data. be multiplexed and used.

番 従って第4図装置では制御信号線を除いたメモリ部との
接続端子数は、命令語ビット数と処理データビット数の
和、またはプログラム及びデータメモリのアドレス情報
のビット数のいずれか大きな数で済み、実施例では転送
線41に16ビツトのアドレス情報中上位8ビットと命
令語8ビット報と処理データ8ビツトを転送して、全転
送端子をアドレスとメモリデータの多重化転送に使用し
ている。この場合第1図に示す構成でメモリ部に対しア
ドレス情報とデータを転送するために必要とされた接続
端子数から第4図の装置では3分の1に減少させること
ができた。
Therefore, in the device shown in FIG. 4, the number of connection terminals with the memory section excluding the control signal line is the greater of the sum of the number of instruction word bits and the number of processing data bits, or the number of bits of address information of the program and data memory. In the embodiment, the upper 8 bits of 16-bit address information, 8-bit command information, and 8-bit processing data are transferred to the transfer line 41, and all transfer terminals are used for multiplexed transfer of address and memory data. ing. In this case, with the configuration shown in FIG. 1, the number of connection terminals required to transfer address information and data to the memory section could be reduced to one-third in the device shown in FIG. 4.

以上説明した様に、本発明によればプログラム記憶用と
データ記憶用にメモリ部を分割したデータ処理装置の処
理速度を低下させることなく、効果的に中央処理部のメ
モリ部への接続端子数を減少させることができ、特に接
続端子数が制限6れる集積回路のデータ処理装置で絶大
な効果を発揮する。
As explained above, according to the present invention, the number of connection terminals to the memory section of the central processing section can be effectively increased without reducing the processing speed of a data processing device in which the memory section is divided into program storage and data storage. This is particularly effective in integrated circuit data processing devices where the number of connection terminals is limited to 6.

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

第1図と第2図は従来のデータ処理装置41のブロック
図、第3図と第4図は本発明の実施例のブロック図、第
5図は第3図中のアドレス情報切替回路の論理回路図で
ある。 1・・・・・・中央処理部、2・・・・・・プログラム
メモリ部、3・・・・・・データメモリ部、4〜8・・
・・・・アドレス情報レジスタ、11・・・・・・プロ
グラムメモリ部のアドレス情報転送線、12・・・・・
・プログラムメモリ部の読み出し制御信号線、13・・
・・・・プログラムメモリ部の命令語転送線、14・・
・・・・データメモリ部のアドレス情報転送線、15・
・・・・・データメモリ部の読み出し制御信号線、16
・・・・・・データメモリ部の書き込み制御信号線、1
7・・・・・・データメモリ部の処理データ転送線、2
1・・・・・・プログラムメモリ部のアドレス情報転送
の識別信号線、22・・・・・・プログラムメモリ部の
多重化情報転送線、23・・・・・・プログラムメモリ
部の多重化されないアドレス情報転送線、24・・・・
・・データメモリ部のアドレス情報転送の識別信号線、
25・・・・・・データメモリ部の多重化情報転送線、
26・・・・・・データメモリ部の多重化されないアド
レス情報転送線、31・・・・・・アドレス情報転送線
、32・・・・・・アドレス種類の識別信号線、41.
42・・・・・・多重化情報転送線、43・・・・・・
プログラムメモリ部へのアドレス情報転送の識別信号線
、44・・・・−・データメモリ部へのアドレス情報転
送の識別信号線、At〜An 、 B 1〜lJn・川
・・アンドゲート、01〜On・・・・・・オアーゲー
ト、■・・・・・・反転回路、Pi〜Pn・・・・・・
接続端子、PAt〜PAn・・・・・・プログラムメモ
リ部へのアドレス情報、1)Al〜D A n・・・・
・・データメモリ部へのアドレス情+Id、DATA・
・・・・・処理データアクセスを示す信号。 付 図 謀Z121 宇 3 剖 茅4回
1 and 2 are block diagrams of a conventional data processing device 41, FIGS. 3 and 4 are block diagrams of an embodiment of the present invention, and FIG. 5 is a logic diagram of the address information switching circuit in FIG. 3. It is a circuit diagram. 1...Central processing section, 2...Program memory section, 3...Data memory section, 4-8...
... Address information register, 11 ... Address information transfer line of program memory section, 12 ...
・Read control signal line of program memory section, 13...
...Instruction word transfer line of program memory section, 14...
...Address information transfer line of data memory section, 15.
... Read control signal line of data memory section, 16
...Write control signal line of data memory section, 1
7... Processing data transfer line of data memory section, 2
1... Identification signal line for address information transfer of program memory section, 22... Multiplexed information transfer line of program memory section, 23... Non-multiplexed program memory section Address information transfer line, 24...
・Identification signal line for address information transfer of data memory section,
25...Multiplexed information transfer line of data memory section,
26...Non-multiplexed address information transfer line of data memory section, 31...Address information transfer line, 32...Address type identification signal line, 41.
42... Multiplexed information transfer line, 43...
Identification signal line for address information transfer to the program memory section, 44...--Identification signal line for address information transfer to the data memory section, At~An, B1~lJn・River...AND gate, 01~ On......OR gate, ■...Inversion circuit, Pi~Pn...
Connection terminals, PAt~PAn... Address information to program memory section, 1) Al~D An...
・Address information to data memory section + Id, DATA・
...Signal indicating processing data access. Attached conspiracy Z121 u 3 autopsy 4 times

Claims (1)

【特許請求の範囲】 (]、) データ処理する中央処理部とプログラムを記
憶するプログラムメモリ部と〆処理データを記憶するデ
ータメモリ部からなり、プログラムメモリ部からの命令
情報読み出しとデータメモリ部との処理データ転送が並
列になされるデータ処理装置において、命令情報転送手
段と、処理データ転送手段と、中央処理部からプログラ
ムメモリ部への命令アドレス情報又はデータメモリ部へ
の処理アドレス情報を転送するアドレス転送手段を備え
、中央処理部の実行命令に対応して前記アドレス転送手
段の転送情報を選択的に切替え所定のメモリ部に転送す
ることを特徴とするデータ処理装置。 (2、特許請求の範囲第U)項記載のデータ処理装置に
おいて、中央処理部の2群の情報転送端子によ少時間で
分割して多重化転送し、第1群の情報転送端子を命令情
報転送手段とアドレス情報転送手段とが使用し、第2群
の情報転送端子を処理データ転送手段とアドレス情報転
送手段とが使用することを特徴とするデータ処理装置。
[Claims] (],) Consists of a central processing unit that processes data, a program memory unit that stores programs, and a data memory unit that stores final processing data, and reads instruction information from the program memory unit and functions as a data memory unit. In a data processing device in which processing data transfer is performed in parallel, an instruction information transfer means, a processing data transfer means, and a central processing section transfer instruction address information from a central processing section to a program memory section or processing address information from a data memory section. 1. A data processing device comprising an address transfer means, and selectively switches and transfers transfer information of the address transfer means to a predetermined memory section in response to an execution command from a central processing section. (2) In the data processing device according to claim U, the information transfer terminals of the central processing unit are divided into two groups for multiplex transfer in a short period of time, and the first group of information transfer terminals is instructed. A data processing device characterized in that an information transfer means and an address information transfer means use the second group of information transfer terminals, and the processing data transfer means and the address information transfer means use a second group of information transfer terminals.
JP58142912A 1983-08-04 1983-08-04 Data processing device Pending JPS6033634A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58142912A JPS6033634A (en) 1983-08-04 1983-08-04 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58142912A JPS6033634A (en) 1983-08-04 1983-08-04 Data processing device

Publications (1)

Publication Number Publication Date
JPS6033634A true JPS6033634A (en) 1985-02-21

Family

ID=15326506

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58142912A Pending JPS6033634A (en) 1983-08-04 1983-08-04 Data processing device

Country Status (1)

Country Link
JP (1) JPS6033634A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62210543A (en) * 1986-03-11 1987-09-16 Nec Corp Microcomputer system
JPS63749A (en) * 1986-06-20 1988-01-05 Nec Corp Microcomputer
JPS63253459A (en) * 1987-02-09 1988-10-20 アドバンスト・マイクロ・ディバイシズ・インコーポレーテッド High performance interface and achievement thereof
JPS63285635A (en) * 1987-05-18 1988-11-22 Fanuc Ltd Processor control system
JPH0229988A (en) * 1988-03-28 1990-01-31 Hitachi Ltd Memory device
WO2009125543A1 (en) * 2008-04-07 2009-10-15 パナソニック株式会社 Memory controller

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52122438A (en) * 1976-04-07 1977-10-14 Sanyo Electric Co Ltd Write-in and read-out system
JPS53129547A (en) * 1977-04-18 1978-11-11 Hitachi Ltd Data processing system
JPS5563455A (en) * 1978-11-04 1980-05-13 Sanyo Electric Co Ltd Memory system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52122438A (en) * 1976-04-07 1977-10-14 Sanyo Electric Co Ltd Write-in and read-out system
JPS53129547A (en) * 1977-04-18 1978-11-11 Hitachi Ltd Data processing system
JPS5563455A (en) * 1978-11-04 1980-05-13 Sanyo Electric Co Ltd Memory system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62210543A (en) * 1986-03-11 1987-09-16 Nec Corp Microcomputer system
JPS63749A (en) * 1986-06-20 1988-01-05 Nec Corp Microcomputer
JPS63253459A (en) * 1987-02-09 1988-10-20 アドバンスト・マイクロ・ディバイシズ・インコーポレーテッド High performance interface and achievement thereof
JPS63285635A (en) * 1987-05-18 1988-11-22 Fanuc Ltd Processor control system
WO1988009535A1 (en) * 1987-05-18 1988-12-01 Fanuc Ltd Processor control system
JPH0229988A (en) * 1988-03-28 1990-01-31 Hitachi Ltd Memory device
WO2009125543A1 (en) * 2008-04-07 2009-10-15 パナソニック株式会社 Memory controller

Similar Documents

Publication Publication Date Title
JPH0472255B2 (en)
JPS6033634A (en) Data processing device
EP0385136B1 (en) Microprocessor cooperating with a coprocessor
US5050076A (en) Prefetching queue control system
KR0153537B1 (en) Signal processing structure preselecting memory address data
JPH05250310A (en) Data processor
JPS63165922A (en) Input/output timing generator for subscreen
JP2762537B2 (en) Program table input / output circuit
JPH05334234A (en) High speed dma transferring device
JPS5936838A (en) Controlling method of interface
JPH05316168A (en) Multi-channel multiplex communication controller
JP2003288316A (en) Microcomputer device, input/output device, and semiconductor device
JPS617954A (en) Reading-out system of main memory
JPS63197260A (en) Memory device control system
JPH0218731B2 (en)
JPH0589026A (en) Processor, memory and data processor
JPH01158554A (en) Data processing system providing dma device
JPH03184143A (en) Memory access system
JPH08339680A (en) Memory access device
JPH0438560A (en) Store data transfer system
JPS62241057A (en) Circuit for increasing input/output processing speed
JPH02171949A (en) Dma transfer system
JPH04289937A (en) Processor
JPH1115730A (en) Memory bank switching device
JPS6246353A (en) Memory read system