JP2903601B2 - Microcomputer with built-in ROM - Google Patents

Microcomputer with built-in ROM

Info

Publication number
JP2903601B2
JP2903601B2 JP2040151A JP4015190A JP2903601B2 JP 2903601 B2 JP2903601 B2 JP 2903601B2 JP 2040151 A JP2040151 A JP 2040151A JP 4015190 A JP4015190 A JP 4015190A JP 2903601 B2 JP2903601 B2 JP 2903601B2
Authority
JP
Japan
Prior art keywords
rom
instruction
execution
signal
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
JP2040151A
Other languages
Japanese (ja)
Other versions
JPH03242735A (en
Inventor
正樹 飯田
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
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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP2040151A priority Critical patent/JP2903601B2/en
Publication of JPH03242735A publication Critical patent/JPH03242735A/en
Application granted granted Critical
Publication of JP2903601B2 publication Critical patent/JP2903601B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)
  • Microcomputers (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はROMを内蔵したマイクロコンピュータに関
し、特にダイナミックBTスクリーニング効果を達成する
ROM内蔵マイクロコンピュータに関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microcomputer having a built-in ROM, and particularly achieves a dynamic BT screening effect.
It relates to a microcomputer with a built-in ROM.

〔従来の技術〕[Conventional technology]

従来、1チップマイクロコンピュータのBTスクリーニ
ング(バイアステンパレィチャー:温度電圧印加スクリ
ーニング)法はスタティックBTスクリーニングと呼びれ
る方法と、ダイナミックBTスクリーニングと呼ばれる方
法がある。スタティックBTスクリーニング法ではデバイ
スは動作させずに、電源電圧のみ供給し、高温状態で放
置するものである。しかし、この方法ではデバイスが非
動作状態のためにほとんどの信号線に電圧が印加され
ず、小さなBTスクリーニング効果しか得られない。一
方、ダイナミックBTスクリーニング法では外部から信号
をデバイスに供給し、デバイスを動作させながら高温状
態に放置し、内部信号線に電圧が時々印加される様にし
てBTスクリーニング効果を高めたものであるが、デバイ
スに供給する信号を発生させるためのBT装置が非常に高
価があった。そのため、BTスクリーニング効果を高める
手段として、外部よりクロック信号を印加し、内蔵ROM
に格納された命令群をCPUで順次実行させ、内部回路を
動作状態にさせてBTスクリーニングを行っている。とこ
ろが、通常はROMに格納された命令群の中には、ジャッ
プ命令が多く存在し、クロック信号だけを印加した内部
ROM動作モードではROMの特定アドレスをループし、限ら
れた命令しか実行しない場合がほとんどである。これを
回避するためにジャンプ命令の実行を制御信号で禁止す
ることにより、ROMに格納された、命令群の全てを実行
させることが可能である。このようにROM内蔵1チップ
マイクロコンピュータを動作状態にし、BTスクリーニン
グを行っていた。
Conventionally, the BT screening (bias temperture: temperature voltage application screening) method of a one-chip microcomputer includes a method called static BT screening and a method called dynamic BT screening. In the static BT screening method, only the power supply voltage is supplied without operating the device, and the device is left at a high temperature. However, in this method, since no voltage is applied to most signal lines because the device is in an inactive state, only a small BT screening effect can be obtained. On the other hand, in the dynamic BT screening method, a signal is externally supplied to a device, the device is left in a high temperature state while operating, and a voltage is sometimes applied to an internal signal line to enhance a BT screening effect. However, the BT device for generating the signal to be supplied to the device was very expensive. Therefore, as a means to enhance the BT screening effect, an external clock
BT screening is performed by causing the CPU to sequentially execute a group of instructions stored in the CPU and to activate the internal circuit. However, usually, there are many jump instructions in the instruction group stored in the ROM, and the internal instruction to which only the clock signal is applied is used.
In most cases, the ROM operation mode loops a specific address of the ROM and executes only a limited instruction. In order to avoid this, by prohibiting the execution of the jump instruction by a control signal, it is possible to execute all of the instruction group stored in the ROM. In this manner, the one-chip microcomputer with a built-in ROM was activated, and BT screening was performed.

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

上述した従来のマイクロコンピュータでは、BTスクリ
ーニングを行うとき、ジャンプ命令の次のアドレス以降
に他の命令群が格納されている場合には有効であるが、
ジャンプ命令後にデータが格納されている場合などは不
都合が生じる。つまり、ジャンプ命令の実行を制御信号
で禁止してしまうと、その次のアドレスにデータが格納
されていてもCPUはそれをデータと判断できず、命令と
みなして引き続き実行してしまうため、以降CPUは正常
に動作せず、効果的なBTスクリーニングを行うことがで
きない。
In the conventional microcomputer described above, when performing BT screening, it is effective when another instruction group is stored after the address following the jump instruction,
An inconvenience occurs when data is stored after the jump instruction. In other words, if the execution of the jump instruction is prohibited by the control signal, even if the data is stored at the next address, the CPU cannot determine that the data is the data, and will continue to execute it as an instruction. The CPU does not work properly and cannot perform effective BT screening.

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

本発明は、命令またはデータが予め格納されたROMを
内蔵しこのROMから読み出された命令の実行に基づいた
内部動作が通常時に行われ、BTスクリーニング時に前記
ROMから読み出された命令が分岐命令であるときこの分
岐命令を実行禁止または無効として次番地の命令を引き
続き実行するROM内蔵マイクロコンピュータにおいて、 前記ROMから読み出される次番地以降の他の各命令の実
行禁止,実行許可を行う第1,第2命令をそれぞれデコー
ド検出する手段と、この手段の各検出信号に対応して前
記第1,第2の命令以外の命令を実行禁止または無効とす
る信号を保持出力する手段とを備えている。
The present invention has a built-in ROM in which instructions or data are stored in advance, an internal operation based on the execution of the instructions read from the ROM is performed normally, and the BT screening during the BT screening
When the instruction read from the ROM is a branch instruction, a microcomputer with a built-in ROM that executes the next address by disabling or disabling the branch instruction is executed. Means for decoding and detecting the first and second instructions for execution prohibition and execution permission respectively, and a signal for prohibiting or invalidating instructions other than the first and second instructions in response to the respective detection signals of the means. And means for holding and outputting.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.

第1図は本発明のROM内蔵マイクロコンピュータの一
実施例の構成図である。第2図はROMのメモリマップの
一例である。ROMアドレス信号20はROMアドレスを内部デ
ータバス18からROMアドレスレジスタ16に入力するため
の信号である。また、ROMアドレス信号20はゲート回路
部13の出力信号である。ゲート回路部13の入力はジャン
プROMアドレス信号12,順次ROMアドレス信号19,制御信号
11である。ROMアドレスレジスタ16の出力はROMアドレス
デコード14に接続され、ROMアドレスデコーダ14の出力
がROMセル部15に供給される。ROMセル部15のアクセスさ
れた出力はROM出力回路17を通して内部データバス18と
インストラクションレジスタ(IR)21に出力される。IR
21の出力はインストラクションデコーダ(ID)22に入力
される。RSフリップフロップ23の入力にはID22から出力
される命令コード検出信号線25,26が接続される。制御
信号出力回路部24にはID22からの制御信号とRSフリップ
フロップ23からの出力線27とが接続されている。
FIG. 1 is a configuration diagram of an embodiment of a microcomputer with a built-in ROM according to the present invention. FIG. 2 is an example of a ROM memory map. The ROM address signal 20 is a signal for inputting a ROM address from the internal data bus 18 to the ROM address register 16. The ROM address signal 20 is an output signal of the gate circuit unit 13. The inputs of the gate circuit section 13 are the jump ROM address signal 12, the sequential ROM address signal 19, and the control signal.
It is 11. The output of the ROM address register 16 is connected to the ROM address decoder 14, and the output of the ROM address decoder 14 is supplied to the ROM cell unit 15. The accessed output of the ROM cell unit 15 is output to an internal data bus 18 and an instruction register (IR) 21 through a ROM output circuit 17. IR
The output of 21 is input to an instruction decoder (ID) 22. Instruction code detection signal lines 25 and 26 output from ID 22 are connected to the input of RS flip-flop 23. The control signal from the ID 22 and the output line 27 from the RS flip-flop 23 are connected to the control signal output circuit 24.

上記ROMセル部15において、第2図に示すように、
(X−1)番地にはジャンプ命令が、X番地には任意の
命令1が、(X+n)番地には任意の命令2が、そして
(x+1)〜(X+n−1)番地間にはデータが格納さ
れているとする。この状態はもともとジャンプ命令とデ
ータ部がROMセル部15内に存在する時に、データ部の前
及び後にそれぞれ任意の命令1及び命令2を付加してRO
Mセル部15内に格納したものである。
In the ROM cell section 15, as shown in FIG.
A jump instruction is at address (X-1), an arbitrary instruction 1 is at address X, an arbitrary instruction 2 is at address (X + n), and data is between addresses (x + 1) to (X + n-1). It is assumed that it is stored. In this state, when the jump instruction and the data part originally exist in the ROM cell part 15, arbitrary instructions 1 and 2 are added before and after the data part, and
It is stored in the M cell unit 15.

上述した構成において、アドレスレジスタ16によりX
番地が指定され、ROMセル部15から命令1が選択される
と、出力回路部17及びIR21を通してID22に取り込まれ
る。ID22は命令1が入力された時に命令を検出して検出
信号を命令コード検出信号線25を通じてRSフリップフロ
ップ23のS(セット)端子に出力する。RSフリップフロ
ップ23はこれを受けて“0"レベル信号を出力し、RSフリ
ップフロップ出力線27を通して制御信号出力回路部24内
のアンド回路に供給される。この結果、制御信号出力回
路部24によって生成される制御信号はすべて“0"出力と
なる。つまり、ROM内蔵1チップマイクロコンピュータ
にとって非実行状態となる。以後、命令2が実行される
まではRSフリップフロップ23によって“0"が保持されて
いるため、ROM内蔵1チップマイクロコンピュータは非
実行状態が続く。
In the configuration described above, X is set by the address register 16.
When the address is specified and the instruction 1 is selected from the ROM cell section 15, the instruction 1 is taken into the ID 22 through the output circuit section 17 and the IR 21. The ID 22 detects the instruction when the instruction 1 is input, and outputs a detection signal to the S (set) terminal of the RS flip-flop 23 through the instruction code detection signal line 25. The RS flip-flop 23 receives this and outputs a “0” level signal, which is supplied to the AND circuit in the control signal output circuit unit 24 through the RS flip-flop output line 27. As a result, all the control signals generated by the control signal output circuit section 24 become “0” outputs. That is, it is in a non-execution state for the one-chip microcomputer with the ROM. Thereafter, since the RS flip-flop 23 holds "0" until the instruction 2 is executed, the non-executed state of the ROM built-in one-chip microcomputer continues.

次に、ROMアドレスが順次インクリメントされ、アド
レスレジスタ16によりY番地が指定され、ROMセル部15
から命令2が選択された場合を考えると、出力回路部17
及びIR21を通してID22に取り込まれる。ID22は命令2が
入力された時には命令2を検出し、検出信号を命令コー
ド検出信号線26を通じてRSフリップフロップ23のR(リ
セット)端子に出力する。RSフリップフロップ23はこれ
を受けて“1"レベル信号を出力し、RSフリップフロップ
出力線27を通して制御信号出力回路24内のアンド回路に
供給される。この結果、制御信号出力回路部24によって
生成される制御信号はアンド回路の他方の入力に供給さ
せるID22からの出力信号によって決定される。つまり、
ROM内蔵1チップマイクロコンピュータにとっては、通
常の実行状態となる。以後はRSフリップフロップ23によ
って“1"が保持されているため、ROM内蔵1チップマイ
クロコンピュータは通常の実行状態となる。
Next, the ROM address is sequentially incremented, the address Y is designated by the address register 16, and the ROM cell section 15 is designated.
Considering the case where instruction 2 is selected from
And taken into ID22 through IR21. The ID 22 detects the instruction 2 when the instruction 2 is input, and outputs a detection signal to the R (reset) terminal of the RS flip-flop 23 through the instruction code detection signal line 26. The RS flip-flop 23 receives this and outputs a “1” level signal, which is supplied to an AND circuit in the control signal output circuit 24 through the RS flip-flop output line 27. As a result, the control signal generated by the control signal output circuit 24 is determined by the output signal from the ID 22 supplied to the other input of the AND circuit. That is,
For a one-chip microcomputer with a built-in ROM, it is in a normal execution state. Thereafter, since “1” is held by the RS flip-flop 23, the one-chip microcomputer with a built-in ROM enters a normal execution state.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明によれば、内蔵ROM内のデ
ータ部を非実行状態とし、命令群のみを実行させてBTス
クリーニングが行えるため、一層信頼性の高いBTスクリ
ーニングを行わせることができる。
As described above, according to the present invention, the BT screening can be performed by setting the data portion in the internal ROM to the non-execution state and executing only the instruction group, so that the BT screening with higher reliability can be performed.

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

第1図は本発明の一実施例を示す構成図、第2図は内蔵
ROMのメモリマップの一例を示す図である。 11……制御信号、12……ジャンプROMアドレス信号、13
……ゲート回路部、14……ROMアドレスデコーダ、15…
…ROMセル部、16……ROMアドレスレジスタ部、17……RO
M出力回路部、18……内部データバス、19……順次ROMア
ドレス信号、20……ROMアドレス入力信号、21……イン
ストラクションレジスタ、22……インストラクションデ
コーダ、23……RSフリップフロップ、24……制御信号出
力回路部。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG.
FIG. 3 is a diagram illustrating an example of a memory map of a ROM. 11: Control signal, 12: Jump ROM address signal, 13
…… Gate circuit, 14… ROM address decoder, 15…
... ROM cell section, 16 ... ROM address register section, 17 ... RO
M output circuit section, 18 internal data bus, 19 sequential ROM address signal, 20 ROM address input signal, 21 instruction register, 22 instruction decoder, 23 RS flip-flop, 24 Control signal output circuit section.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】命令またはデータが予め格納されたROMを
内蔵しこのROMから読み出された命令の実行に基づいた
内部動作が通常時に行われ、BTスクリーニング時に前記
ROMから読み出された命令が分岐命令であるときこの分
岐命令を実行禁止または無効とし次番地の命令を引き続
き実行するROM内蔵マイクロコンピュータにおいて、 前記ROMから読み出される次番地以降の他の各命令の実
行禁止,実行許可を行う第1,第2の命令をそれぞれデコ
ード検出する手段と、 この手段の各検出信号に対応して前記第1,第2の命令以
外の命令を実行禁止または無効とする信号を保持出力す
る手段とを備えることを特徴とするROM内蔵マイクロコ
ンピュータ。
An internal operation based on the execution of an instruction read out from a ROM in which a command or data is stored in advance is performed during a normal time, and the internal operation is performed during a BT screening.
When the instruction read from the ROM is a branch instruction, in a microcomputer with a built-in ROM that disables or disables the execution of the branch instruction and continuously executes the instruction at the next address, Means for decoding and detecting the first and second instructions for prohibiting execution and permission for execution, respectively, and disabling or disabling execution of instructions other than the first and second instructions in accordance with the respective detection signals of the means. Means for holding and outputting a signal.
JP2040151A 1990-02-20 1990-02-20 Microcomputer with built-in ROM Expired - Lifetime JP2903601B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2040151A JP2903601B2 (en) 1990-02-20 1990-02-20 Microcomputer with built-in ROM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2040151A JP2903601B2 (en) 1990-02-20 1990-02-20 Microcomputer with built-in ROM

Publications (2)

Publication Number Publication Date
JPH03242735A JPH03242735A (en) 1991-10-29
JP2903601B2 true JP2903601B2 (en) 1999-06-07

Family

ID=12572767

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2040151A Expired - Lifetime JP2903601B2 (en) 1990-02-20 1990-02-20 Microcomputer with built-in ROM

Country Status (1)

Country Link
JP (1) JP2903601B2 (en)

Also Published As

Publication number Publication date
JPH03242735A (en) 1991-10-29

Similar Documents

Publication Publication Date Title
US5327531A (en) Data processing system including corrupt flash ROM recovery
EP0267613B1 (en) Micro processor capable of being connected with coprocessor
RU96107418A (en) PERFORMING THE DATA PROCESSING INSTRUCTIONS
US6510501B1 (en) Non-volatile memory read/write security protection feature selection through non-volatile memory bits
JP2903601B2 (en) Microcomputer with built-in ROM
JP3462245B2 (en) Central processing unit
JPS6074059A (en) Access control system for storage device
JPH0337897A (en) Microcomputer
JP3119474B2 (en) LSI test method
KR20020054519A (en) Applied Program Bungle Detection Apparatus and Method by Interrupt
JP3278843B2 (en) Microcomputer
JPH08185360A (en) Device for inhibiting read of built-in rom
JP3404354B2 (en) In-circuit emulator and unauthorized access detection method
JPS6355090B2 (en)
JP2859048B2 (en) Microcomputer
JP3028779B2 (en) Semiconductor device
JP3585940B2 (en) calculator
JPH09319592A (en) Microcomputer
JPH11212945A (en) Microcomputer and it memory
JPH02302855A (en) Memory control system
JPS60193046A (en) Detecting system for instruction exception
JP2002157236A (en) Microcomputer with built-in nonvolatile memory and self-rewriting method for nonvolatile memory
JPH0259495B2 (en)
JPH09106359A (en) Semiconductor integrated circuit
JPS6227423B2 (en)