JPH04195527A - Computer system - Google Patents

Computer system

Info

Publication number
JPH04195527A
JPH04195527A JP32743890A JP32743890A JPH04195527A JP H04195527 A JPH04195527 A JP H04195527A JP 32743890 A JP32743890 A JP 32743890A JP 32743890 A JP32743890 A JP 32743890A JP H04195527 A JPH04195527 A JP H04195527A
Authority
JP
Japan
Prior art keywords
version
cpu
program
computer system
group
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
JP32743890A
Other languages
Japanese (ja)
Inventor
Keiji Ozaki
尾崎 圭司
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP32743890A priority Critical patent/JPH04195527A/en
Publication of JPH04195527A publication Critical patent/JPH04195527A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To execute the same program without generating abnormality by forming a version register in a CPU, and at the time of executing a program, finding out a version group based upon a CPU version stored in the version register to control the execution of the program. CONSTITUTION:The CPU 1 is provided with the version register 21 for storing a CPU version and a version extracting part 41 for extracting the CPU version stored in the register 21, a version comparing part 42 for finding out a version group the which the CPU 2 belongs based upon the CPU version extracted by the extracting part 41 and a control changing part 43 are included in the program 4. The control changing part 42 controls the execution of the program 4 based upon the version group found out by the comparing part 42. Consequently the same program can be executed independently of the CPU version without generating abnormality in this computer system 1.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプログラムを実行するCPUを備えた計算機シ
ステムに関し、特に、CPUバージョンにかかわらず同
一プログラムを実行させることができる計算機システム
に間する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a computer system equipped with a CPU that executes a program, and particularly to a computer system that can execute the same program regardless of the CPU version.

〔従来の技術〕[Conventional technology]

同一アーキテクチャを有するCPUファミリに属するC
PU0中にもCPUバージョンの異なるCPUが存在し
、CPUバージョンの新しいCPUの命令セント中にC
PUバージョンの古いCPUが実行することができない
新たに追加された命令(追加命令)が存在する場合があ
る。従って、CP[Jバージョンの新しいCPUしか実
行することができない追加命令を含むプログラムをその
ままCPUバージョンの古いCPUに実行させることは
不可能であり、CPUバージョンの古いCPUに上記プ
ログラムによる処理と同一の処理を行なわせるためには
、上記プログラムに含まれている追加命令をCPUバー
ジョンの古いCPUが実行できる命令の組み合わせで置
き換えたプログラムを実行させることが必要になる。但
し、プログラムを実行させる計算機システムの入出力部
のアーキテクチャが異なる場合は入出力命令も変更する
ことが必要になる。
C belonging to a CPU family with the same architecture
There are CPUs with different CPU versions in PU0, and the CPU with a new CPU version has a new CPU version.
There may be newly added instructions (additional instructions) that cannot be executed by a CPU with an older PU version. Therefore, it is impossible to have a CPU with an older CPU version execute a program that includes additional instructions that can only be executed by a CPU with a newer CPU version. In order to perform the processing, it is necessary to execute a program in which the additional instructions included in the above program are replaced with a combination of instructions that can be executed by an older CPU version. However, if the architecture of the input/output section of the computer system on which the program is executed is different, the input/output instructions will also need to be changed.

しかし、これでは、同一処理のために複数のプログラム
が必要になるので、プログラム中にCPUバージョンの
新しいCPUのみが実行できる追加命令と、トラップ命
令と、CPUバージョンの古いCPUでも実行すること
ができる命令によって構成された上記追加命令と同一の
処理を行なう命令列とを並べておき、追加命令の実行後
にトラップ命令を実行して追加命令が正常に実行された
か否かを判定し、正常に実行された場合は上記命令列の
次の命令を実行させ、正常に実行されなかった場合は上
記命令列を実行させることが従来行なわれている。
However, this requires multiple programs for the same processing, so in the program there are additional instructions and trap instructions that can only be executed by a CPU with a newer CPU version, and a trap instruction that can be executed even by a CPU with an older CPU version. The above-mentioned additional instructions made up of instructions are lined up with a sequence of instructions that perform the same process, and after the execution of the additional instructions, a trap instruction is executed to determine whether the additional instructions have been executed normally. Conventionally, if the instruction is not executed normally, the next instruction in the instruction sequence is executed, and if the instruction is not executed normally, the instruction sequence is executed.

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

しかし、CPtJバージョンの新しいCPUでしか実行
することができない命令はCPIJバージョンの古いC
PUに於いては不正命令となるので、上記命令より計算
機システムに予期せぬ異常が発生する慣れがあった。
However, instructions that can only be executed on a newer CPU version of CPtJ are
Since this is an invalid instruction in the PU, it is customary for the above instructions to cause unexpected abnormalities in the computer system.

本発明の目的は、CPUバージョンにかかわらず、同一
プログラムを計算機システムに異常を発生させることな
く、実行させることができる計算機システムを提供する
ことにある。
An object of the present invention is to provide a computer system that can execute the same program without causing any abnormality in the computer system, regardless of the CPU version.

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

本発明は上記目的を達成するため、 プログラムを実行するCPUを備えた計算機システムに
於いて、 前記CPUにCPUバージョンが格納されたバージョン
レジスタを設け、 前記プログラムに、 前記バージョンレジスタに格納されているCPUバージ
ョンを取り出すバージシン取り出し部と、該バージョン
取り出し部が取り出したCPUバージョンに基づいて前
記CPUが属するバージョングループを求めるバージョ
ン比較部と、該バージョン比較部が求めたバージョング
ループに基づいてプログラムの実行を制御する制御変更
部とを設けたものである。
In order to achieve the above object, the present invention provides a computer system equipped with a CPU that executes a program, wherein the CPU is provided with a version register in which a CPU version is stored, and the program is stored in the version register. A versishin extraction unit that extracts a CPU version; a version comparison unit that determines a version group to which the CPU belongs based on the CPU version extracted by the version extraction unit; and a version comparison unit that executes a program based on the version group determined by the version comparison unit. A control change section is provided.

〔作 用〕[For production]

CPU内にはCPUバージョンが格納されたバージョン
レジスタが設けられており、プログラムに組み込まれた
バージコン取り出し部がCPUによって実行されること
によりバージョンレジスタからCPUバージョンが取り
出され、バージョン比較部が実行されることによりバー
ジコン取り出し部が取り出したCPUバージョンに基づ
いてCPUが属するバージョングループ(CPUバージ
ョンにかかわらず、同一処理を行なうCPUは同じバー
ジョングループに属する)が求められ、制御変更部が実
行されることによりバージョン比較部が求めたバージョ
ングループに従ってプログラムの実行がinnされる。
A version register in which the CPU version is stored is provided in the CPU, and when the CPU executes the vergecon retrieval section built into the program, the CPU version is retrieved from the version register and the version comparison section is executed. As a result, the version group to which the CPU belongs is determined based on the CPU version extracted by the vergecon extractor (regardless of the CPU version, CPUs that perform the same processing belong to the same version group), and the control changer is executed. The program is executed according to the version group determined by the version comparison unit.

〔実施例〕〔Example〕

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

第1図は本発明の実施例のブロック図であり、計算機シ
ステム1はCPU2と、メモリ3と、人出力部5とを備
えている。CPU2内にはCPU2のCPUバージョン
が格納されたバージョンレジスタ21が設けられ、メモ
リ3内にはCPU2によって実行されるプログラム4が
格納されている。プログラム4内にはバージョンレジス
タ21からCPUバージョンを取り出すバージョン取り
出し部41と、バージョン取り出し部41が取り出した
CPU2のCPUバージョンに基づいてCPU2が属す
るバージョングループを求めるバージョン比較部42と
、バージョン比較部42が求めたバージョングループに
基づいてプログラムの実行を制御する制御変更部43と
を含んでいる。
FIG. 1 is a block diagram of an embodiment of the present invention, and a computer system 1 includes a CPU 2, a memory 3, and a human output section 5. As shown in FIG. A version register 21 storing the CPU version of the CPU 2 is provided within the CPU 2, and a program 4 executed by the CPU 2 is stored within the memory 3. The program 4 includes a version retrieval unit 41 that retrieves the CPU version from the version register 21, a version comparison unit 42 that determines the version group to which the CPU 2 belongs based on the CPU version of the CPU 2 retrieved by the version retrieval unit 41, and a version comparison unit 42. The control change unit 43 controls the execution of the program based on the version group determined by.

第2図は計算機システム1の処理例を示す流れ図であり
、以下各図を参照して本実施例の動作を説明する。
FIG. 2 is a flowchart showing a processing example of the computer system 1, and the operation of this embodiment will be explained below with reference to each figure.

メモリ3に格納されているプログラム4のバージョン取
り出し部41はCPU2で実行されることによりバージ
ョンレジスタ21からCPU2のCPUバージョンを取
り出す(ステップS21)。
The version retrieval unit 41 of the program 4 stored in the memory 3 is executed by the CPU 2 to retrieve the CPU version of the CPU 2 from the version register 21 (step S21).

バージョン比較部42はCPU2で実行されることによ
りバージョン取り出し部41が取り出したCPUバージ
ョンに基づいてCPU2が属するバージョングループを
求める (ステップ322)。
The version comparison unit 42 is executed by the CPU 2 to determine the version group to which the CPU 2 belongs based on the CPU version extracted by the version extraction unit 41 (step 322).

尚、バージョン比較部42はデータとしてCPUバージ
ョンとバージョングループとの対応関係を有しており、
この対応関係とCPUバージョン取り出し部41が取り
出したCPUバージョンとに基づいてCPU2が属する
バージョングループを求めるものである。例えば、CP
U2が属するCPUファミリに複数のCPUバージョン
Vl、V2、V3.V4が存在し、CPUバージョンV
3゜V4のCPUは命令αを実行でき、CPUバージッ
ンVl、V2のCPUは命令αを実行できない場合、c
puバージョンVl、V2はバージョングループAに対
応させ、CPUバージョンV3゜v4はバージョングル
ープ已に対応させるものである。
Note that the version comparison unit 42 has a correspondence relationship between CPU versions and version groups as data.
Based on this correspondence and the CPU version extracted by the CPU version extraction unit 41, the version group to which the CPU 2 belongs is determined. For example, C.P.
The CPU family to which U2 belongs has multiple CPU versions Vl, V2, V3. V4 exists and CPU version V
3゜V4 CPU can execute instruction α, CPU virgin Vl, V2 CPU cannot execute instruction α, c
PU versions V1 and V2 correspond to version group A, and CPU versions V3 and V4 correspond to version group A.

制御変更部43はCPU2で実行されることによりバー
ジョン比較部42が求めたバージョングループに基づい
て目的とする処理が行なわれるように、プログラム4の
実行を制御する(ステップ523)。即ち、CPUバー
ジョンV1〜■4が前述したようにバージョングループ
A、Bに分けられるとき、制御変更部43に命令αと、
バージジングループAに属するCPUでも実行すること
ができる命令によって構成された上記命令αと同一の処
理を行なう命令列と、バージョン比較部42で求めたバ
ージョングループがバージョングループBである場合は
命令αを実行させ、バージョングループAである場合は
上記命令列を実行させる命令を組み込んでおけば、CP
U2のCPUバージョンに関係なく、同一のプログラム
で目的とする処理を実行することができる。
The control change unit 43 controls the execution of the program 4 so that the CPU 2 executes the program so that the target process is performed based on the version group determined by the version comparison unit 42 (step 523). That is, when CPU versions V1 to ■4 are divided into version groups A and B as described above, the command α is sent to the control change unit 43,
An instruction sequence that performs the same process as the above-mentioned instruction α, which is composed of instructions that can be executed by a CPU belonging to virgin group A, and an instruction α when the version group determined by the version comparison unit 42 is version group B. If it is version group A, if you install an instruction to execute the above instruction sequence, the CP
Regardless of the CPU version of U2, the same program can execute the desired process.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、CPU内にそのCPU
バージョンが格納されたバージョンレジスタを設け、プ
ログラムの実行時、バージョンレジスタに格納されてい
るCPUバージョンに基づいてそのCPUが属するバー
ジジングループを求め、求めたバージョングループに従
ってプログラムの実行を制御するものであるので、計算
機システムが備えているCPUのCPUバージョンにか
かわらず、同一のプログラムを、計算機システムに異常
を発生させることなく、実行させることができる効果が
ある。
As explained above, the present invention has a CPU in the CPU.
A version register storing a version is provided, and when a program is executed, the virgin group to which the CPU belongs is determined based on the CPU version stored in the version register, and program execution is controlled according to the determined version group. Therefore, the same program can be executed without causing any abnormality in the computer system, regardless of the CPU version of the CPU included in the computer system.

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

第1図は本発明の実施例のブロック図及び、第2図は計
算機システムの処理例を示す流れ図である。 図に於いて、1・・・計算機システム、2・・・CPU
、3・・・メモリ、4・・・プログラム、5・・・入出
力部、21・・・バージョンレジスタ、41・・・バー
ジョン取り出し部、42・・・バージョン比較部、43
・・・制御変更部。
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is a flowchart showing an example of processing of a computer system. In the diagram, 1...computer system, 2...CPU
, 3... Memory, 4... Program, 5... Input/output section, 21... Version register, 41... Version retrieval section, 42... Version comparison section, 43
...Control change section.

Claims (2)

【特許請求の範囲】[Claims] (1)プログラムを実行するCPUを備えた計算機シス
テムに於いて、 前記CPUはCPUバージョンが格納されたバージョン
レジスタを含み、 前記プログラムは、 前記バージョンレジスタに格納されているCPUバージ
ョンを取り出すバージョン取り出し部と、該バージョン
取り出し部が取り出したCPUバージョンに基づいて前
記CPUが属するバージョングループを求めるバージョ
ン比較部と、 該バージョン比較部が求めたバージョングループに基づ
いてプログラムの実行を制御する制御変更部とを含むこ
とを特徴とする計算機システム。
(1) In a computer system equipped with a CPU that executes a program, the CPU includes a version register storing a CPU version, and the program includes a version retrieval unit that retrieves the CPU version stored in the version register. a version comparison unit that determines a version group to which the CPU belongs based on the CPU version retrieved by the version extraction unit; and a control change unit that controls program execution based on the version group determined by the version comparison unit. A computer system comprising:
(2)CPUバージョンにかかわらず、同一処理を行な
うCPUは同一バージョングループに属することを特徴
とする請求項1記載の計算機システム。
(2) The computer system according to claim 1, wherein CPUs that perform the same processing belong to the same version group regardless of the CPU version.
JP32743890A 1990-11-28 1990-11-28 Computer system Pending JPH04195527A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32743890A JPH04195527A (en) 1990-11-28 1990-11-28 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32743890A JPH04195527A (en) 1990-11-28 1990-11-28 Computer system

Publications (1)

Publication Number Publication Date
JPH04195527A true JPH04195527A (en) 1992-07-15

Family

ID=18199174

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32743890A Pending JPH04195527A (en) 1990-11-28 1990-11-28 Computer system

Country Status (1)

Country Link
JP (1) JPH04195527A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06124194A (en) * 1992-02-12 1994-05-06 Samsung Electron Co Ltd Automatic switching device for cpu logic

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06124194A (en) * 1992-02-12 1994-05-06 Samsung Electron Co Ltd Automatic switching device for cpu logic

Similar Documents

Publication Publication Date Title
JPH04296937A (en) Hardware-data-string-operatiion controller and method for performing main-storage-string operation
JP2000242484A (en) Change method for control program
JPH04195527A (en) Computer system
US7080204B2 (en) Cache controller computer system and method for program recompilation
JPS5851327A (en) Input and output control system
JPS6393055A (en) Real time type garbage collection back-up device
JPS59114602A (en) Programmable controller
JP2510691B2 (en) Arithmetic processing method
JPS6356728A (en) Execution system for program correction
JP2934060B2 (en) Exception handling method and exception handling device
JPH02214938A (en) Data processor
JP3260788B2 (en) Robot control device and method
JP2768878B2 (en) Data processing device, method for synchronizing instruction execution, method for saving instruction address when exception occurs, and method for invalidating instruction processing when exception occurs
JPS60178539A (en) By-pass control system of information processor
JPH01297728A (en) Microprogram start address generating system
JPS60220468A (en) Vector arithmetic control system
JPH03204744A (en) Address converting mechanism
JPS5971556A (en) Data collection system
JPH08123696A (en) Plural-os simulation method
JPS63132340A (en) Execution control system in logical type language
JPH11238012A (en) Memory access batching method and storage medium
JPH0668728B2 (en) Virtual computer system
JPH01276230A (en) System for loading initial microprogram
JPH02252049A (en) Initializing control system for electronic computer constituted of multiprocessor
JPH0573390A (en) Deadlock handling process system for data base