JP3596730B2 - Memory control device and memory control method - Google Patents

Memory control device and memory control method Download PDF

Info

Publication number
JP3596730B2
JP3596730B2 JP26330998A JP26330998A JP3596730B2 JP 3596730 B2 JP3596730 B2 JP 3596730B2 JP 26330998 A JP26330998 A JP 26330998A JP 26330998 A JP26330998 A JP 26330998A JP 3596730 B2 JP3596730 B2 JP 3596730B2
Authority
JP
Japan
Prior art keywords
bus
cpu
buses
storage means
predetermined
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
JP26330998A
Other languages
Japanese (ja)
Other versions
JP2000099412A (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.)
Fuji Electric FA Components and Systems Co Ltd
Original Assignee
Fuji Electric FA Components and Systems 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 Fuji Electric FA Components and Systems Co Ltd filed Critical Fuji Electric FA Components and Systems Co Ltd
Priority to JP26330998A priority Critical patent/JP3596730B2/en
Publication of JP2000099412A publication Critical patent/JP2000099412A/en
Application granted granted Critical
Publication of JP3596730B2 publication Critical patent/JP3596730B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Bus Control (AREA)
  • Debugging And Monitoring (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、データのリード、ライトを行うプログラマブルコントローラ等のメモリ制御装置およびメモリ制御方法に関する。
【0002】
【従来の技術】
プログラマブルコントローラ(以下、PLCという)に搭載されるCPUにおけるバス接続、および、アクセスの従来の手法について説明する。
【0003】
近年、PLCにおいては、処理速度の高速化が求められている。その処理速度は、PLCに搭載されるCPUの処理速度によるところが大きい。
【0004】
CPUの処理速度を高めるために、いろいろな手法が用いられてきているが、その中の1つに、専用CPUを開発し、マルチバスアクセス方式を用いることによって、バスアクセスタイムの短縮を行う方式がある。
【0005】
図4は、そのマルチバスアクセス方式を用いた従来のPLCの構成例を示す。図4において、2系統のバス6,7を同時にアクセスできるマルチバスCPU1が設けられている。その一方のバス6には、PLCを動作させるためのプログラムが格納されたROM3と、ユーザが記述した実行プログラムが格納されるRAM4とが接続されている。その他方のバス7には、ユーザが記述したプログラムの実行結果データが格納されるRAM5と、PLC外部から内部のデータ領域がアクセス可能なバスマスタとが接続されている。
【0006】
このようにしてマルチバスの接続を行うことにより、マルチバスCPU1は、プログラムを読み込むバス6へのアクセスと、プログラム実行結果データを書き込むバス7へのアクセスとを同時に処理することが可能となり、バスアクセス時間の削減を行っている。
【0007】
【発明が解決しようとする課題】
専用のCPUを開発した場合、汎用のインサーキットエミュレータを接続しようとすると、専用CPUにインサーキットエミュレータ対応の回路追加、外部ピン追加が必要となり、低コスト化、小型化に不利な方向に働く。そこで、近年では、ROM接続部分を使用したROMエミュレータが普及してきている。
【0008】
しかし、ROMエミュレータは、プログラムが格納されるROMの代わりに接続されるため、図4に示したようなマルチバス構成においては、接続されたバス以外のアクセスに関するデータを取得することができない。
【0009】
その結果、プログラマブルコントローラでは、デバッグにおいて使用頻度の高いリアルタイムトレース機能、ハードウェアブレーク機能等が、使用できない状態が発生してしまう。
【0010】
言い替えると、2系統のバスを制御できるCPUと、そのそれぞれのバスに接続されるメモリ素子と、一方のバスに接続される上記CPU以外のバスマスタとしての素子とを有し、データのリード、ライトを行うプログラマブルコントローラにおいて、
(1)CPUが、一方(ROMが接続されていない側)のバスに接続されている素子に対してアクセスをしている場合、上記機能が使用できない状態になったり、
(2)CPU以外のバスマスタとしての素子が動作し、そのバスマスタが一方(ROMが接続されていない側)のバスをアクセスしている場合、使用できない状態になってしまう問題が発生する。
【0011】
そこで、本発明の目的は、処理能力を向上させることが可能なメモリ制御装置およびメモリ制御方法を提供するマルチバス構成において、接続されたバス以外のアクセスに関するデータの取得を可能とすることにある。
【0012】
【課題を解決するための手段】
本発明は、バスを介してデータのリードおよびライトを行う装置であって、2系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタと、前記マルチバスCPU内に設けられ、該マルチバスCPUが前記2系統のバスの一方のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない他方のバスに対して、前記アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力手段とを具えることによって、メモリ制御装置を構成する。
【0013】
本発明は、バスを介してデータのリードおよびライトを行う装置であって、2系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタと、前記マルチバスCPU内に設けられ、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない他方のバスに対して、該アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力手段とを具えることによって、メモリ制御装置を構成する。
【0014】
本発明は、バスを介してデータのリードおよびライトを行う装置であって、多系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタと、前記マルチバスCPU内に設けられ、該マルチバスCPUが前記所定のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない前記所定のバス以外のバスに対して、前記アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力手段とを具えることによって、メモリ制御装置を構成する。
【0015】
本発明は、バスを介してデータのリードおよびライトを行う装置であって、多系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタと、前記マルチバスCPU内に設けられ、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない前記所定のバス以外のバスに対して、該アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力手段とを具えることによって、メモリ制御装置を構成する。
【0016】
前記出力手段からの出力信号が入力され、前記マルチバスCPUがアクセスをしているバスと同じアクセスに関するデータを監視するバス監視手段をさらに具えてもよい。
【0017】
前記出力手段からの出力信号が入力され、前記バスマスタがアクセスをしているバスと同じアクセスに関するデータを監視するバス監視手段をさらに具えてもよい。
【0018】
前記バス監視手段は、ROMエミュレータにより構成することができる。
【0019】
本発明は、2系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、前記マルチバスCPUが前記2系統のバスの一方のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない他方のバスに対して、前記アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力工程を具えることによって、メモリ制御方法を提供する。
【0020】
本発明は、2系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、前記マルチバスCPU内に設けられ、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない他方のバスに対して、該アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力工程を具えることによって、メモリ制御方法を提供する。
【0021】
本発明は、多系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、前記マルチバスCPUが前記所定のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない前記所定のバス以外のバスに対して、前記アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力工程を具えることによって、メモリ制御方法を提供する。
【0022】
本発明は、多系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない前記所定のバス以外のバスに対して、該アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力工程を具えることによって、メモリ制御方法を提供する。
【0023】
前記出力工程により出力された出力信号を用い、前記マルチバスCPUがアクセスをしているバスと同じアクセスに関するデータを監視する工程をさらに具えてもよい。
【0024】
前記出力工程により出力された出力信号を用い、前記バスマスタがアクセスをしているバスと同じアクセスに関するデータを監視する工程をさらに具えてもよい。
【0025】
ROMエミュレータを用いてバスの状態を監視することができる。
【0026】
【発明の実施の形態】
以下、図面を参照して、本発明の実施の形態を詳細に説明する。
【0027】
(概要)
まず、本発明の概要について説明する。
【0028】
本発明は、2系統のバスを制御するCPUと、そのそれぞれのバスに接続されるメモリ素子と、一方のバスに接続される上記CPU以外のバスマスタとなり得る素子とを有し、データのリード、ライトを行うプログラマブルコントローラにおいて、CPUが、一方のバスに接続されている素子に対して、アクセスをし、他方のバスに接続されている素子に対しては、アクセスしていない場合に、アクセスしていない側のバスに、アクセスしている側のバスの状態を出力する手段を備えたことを特徴とする。
【0029】
また、本発明は、2系統のバスを制御するCPUと、そのそれぞれのバスに接続されるメモリ素子と、一方のバスに接続される上記CPU以外のバスマスタとなり得る素子とを有し、データのリード、ライトを行うプログラマブルコントローラにおいて、CPU以外のバスマスタとなり得る素子がバスマスタとなり、一方のバスをアクセスしている場合、CPUがそのバスを監視し他方のバスにその状態を出力する手段を備えたことを特徴とする。
【0030】
以下、具体例を挙げて説明する。
【0031】
(第1の例)
本発明の第1の実施の形態を、図1および図2に基づいて説明する。なお、前述した従来例(図4参照)と同一部分についての説明は省略し、同一符号を付す。
【0032】
図1は、本発明に係るプログラマブルコントローラ(以下、PLCという)におけるマルチバスの概略構成を示す。なお、本例では、2系統のマルチバスの構成について説明する。
【0033】
マルチバスCPU1の一方のバス6には、ROMエミュレータ8と、ユーザが記述した実行プログラムが格納されるユーザプログラムRAM4とが接続されている。また、その他方のバス7には、PLC外部から内部のデータ領域がアクセス可能なバスマスタ2と、ユーザが記述したプログラムの実行結果データが格納されるRAM5とが接続されている。また、マルチバスCPU1内には、後述する図2に示すような制御回路10が設けられている。
【0034】
そして、マルチバスCPU1が、アクセス経路Aに従ってバス7側のユーザデータRAM5にアクセスするような場合において、マルチバスCPU1がそのアクセスするデータおよび制御信号を読み戻し、制御回路10による出力経路Bに従ってそれらの信号をバス6側に出力する。これにより、バス6に接続されたROMエミュレータ8において、アクセスされた側のバス7の状態を監視することが可能となる。
【0035】
図2は、制御回路10の構成例を示す。
【0036】
マルチバスCPU1がバス7をアクセスする際、バス7に接続された出力バッファ15から出力されるデータD2は、バス7に接続された入力バッファ16を通して読み戻される。この入力バッファ16の出力は、バス6をアクセスしていなければ、セレクタ13を通してバス6に接続された出力バッファ14に入力される。また、バス7に接続された出力バッファ15をイネーブルにするコントロール信号C2が、OR回路17を通してバス6に接続された出力バッファ14をイネーブルにする。これにより、アクセスしていない側のバス6には、アクセスしている側のバス7と同じデータが出力されることになる。
【0037】
上述したように、制御回路10をシステム内に設けたことによって、アクセスしていない側のバス6に、アクセスしている側のバス7の状態を出力することができるので、接続されたバス以外のアクセスに関するデータを取得することが可能となる。これにより、デバッグにおいて使用頻度の高いリアルタイムトレース機能、ハードウェアブレーク機能等を使用することができる。
【0038】
(第2の例)
本発明の第2の実施の形態を、図3に基づいて説明する。なお、前述した第1の例と同一部分についての説明は省略し、同一符号を付す。
【0039】
本例は、前述した図2の制御回路10を備えたマルチバスCPU1の制御処理が異なる場合の例である。
【0040】
図3において、バスマスタ2が、バス7のアクセス権を獲得し、ユーザデータRAM5にアクセスする場合において、バス7を使用したアクセス経路Cに従ってデータおよび制御信号のアクセスが行われる。また、そのバス7側でアクセスするデータおよび制御信号は、マルチバスCPU1の制御回路10による出力経路Dに従ってバス6側に出力される。これにより、バス6側に接続されたROMエミュレータ8において、バス7側の状態を監視することが可能となる。
【0041】
ここで、前述した図2の制御回路10を用いて、本システムの制御処理について説明する。
【0042】
バスマスタ2がアクセス権を得てアクセスする場合において、アクセスしているデータD2′(図2において、D2′はD2とは異なる経路C上のデータ、D2はあくまでもCPUがアクセス権をもっている時の出力データ)は、バス7に接続された入力バッファ16を通して読み込まれ、セレクタ13を通してバス6に接続された出力バッファ14に入力される。また、バス7をアクセス中であることがわかるバス7側のリード信号R、ライト信号Wが、入力バッファ16を通して読み込まれ、OR回路17を通してバス6側の出力バッファ14をイネーブルにする。これにより、アクセスしていない側のバス6には、アクセスしている側のバス7と同じデータが出力されることになる。なお、データD1、コントロール信号C1は、バス6側に入力される情報である。
【0043】
上述したように、制御回路10をシステム内に設けたことによって、アクセスしていない側のバス6に、アクセスしている側のバス7の状態を出力することができるので、接続されたバス以外のアクセスに関するデータを取得することが可能となる。これにより、デバッグにおいて使用頻度の高いリアルタイムトレース機能、ハードウェアブレーク機能等を使用することができる。
【0044】
なお、上記各例では、マルチバスCPU1内の制御回路10を論理回路によるハード的な構成としたが、これに限るものではなく、プログラムによるソフト的な構成によっても同様な作用効果を得ることができる。
【0045】
また、上記各例では、システム構成を2系統の場合について説明したが、3系統以上の多系統の場合においても、同様な処理を実行することが可能である。
【0046】
【発明の効果】
以上説明したように、本発明によれば、マルチバス構成のシステムにおいて、マルチバスCPUが、ROMエミュレータが接続されていない側のバスにアクセスしている場合、そのROMエミュレータが接続された側のアクセスしていないバスにおいても出力手段を介して、アクセスしている側のバスの動作状態を監視することができるので、デバッグにおいて使用頻度の高いリアルタイムトレース機能、ハードウェアブレーク機能等を使用することが可能となる。
【0047】
また、本発明によれば、マルチバスCPU以外のマスタとなり得る素子が、バスにアクセスしている場合、その素子がアクセスしていない側のバスにおいても出力手段を介して、アクセスしている側のバスの動作状態を監視することができるので、デバッグにおいて使用頻度の高いリアルタイムトレース機能、ハードウェアブレーク機能等を使用することが可能となる。
【図面の簡単な説明】
【図1】本発明の第1の実施の形態であるシステム構成を示すブロック図である。
【図2】マルチバスCPU内の出力手段の構成例を示すブロック図である。
【図3】本発明の第2の実施の形態であるシステム構成を示すブロック図である。
【図4】従来例のシステム構成を示すブロック図である。
【符号の説明】
1 マルチバスCPU
2 バスマスタ
3〜5 記憶手段
6,7 バス
9 ROMエミュレータ
10 出力手段
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a memory control device such as a programmable controller for reading and writing data and a memory control method.
[0002]
[Prior art]
A conventional bus connection and a conventional access method in a CPU mounted on a programmable controller (hereinafter referred to as a PLC) will be described.
[0003]
In recent years, PLCs have been required to increase the processing speed. The processing speed largely depends on the processing speed of the CPU mounted on the PLC.
[0004]
Various methods have been used to increase the processing speed of the CPU. One of them is a method of shortening the bus access time by developing a dedicated CPU and using a multi-bus access method. There is.
[0005]
FIG. 4 shows a configuration example of a conventional PLC using the multi-bus access method. In FIG. 4, a multi-bus CPU 1 capable of simultaneously accessing two systems of buses 6, 7 is provided. The one bus 6 is connected to a ROM 3 storing a program for operating the PLC and a RAM 4 storing an execution program described by a user. The other bus 7 is connected to a RAM 5 in which execution result data of a program described by a user is stored, and a bus master that can access an internal data area from outside the PLC.
[0006]
By performing the multi-bus connection in this manner, the multi-bus CPU 1 can simultaneously process access to the bus 6 for reading a program and access to the bus 7 for writing program execution result data. We are reducing access time.
[0007]
[Problems to be solved by the invention]
When a dedicated CPU is developed, if a general-purpose in-circuit emulator is to be connected, it is necessary to add a circuit for the in-circuit emulator and an external pin to the dedicated CPU, which is disadvantageous for cost reduction and miniaturization. Therefore, in recent years, ROM emulators using a ROM connection portion have become widespread.
[0008]
However, since the ROM emulator is connected instead of the ROM in which the program is stored, in a multi-bus configuration as shown in FIG. 4, it is not possible to acquire data relating to access other than the connected bus.
[0009]
As a result, in the programmable controller, a state occurs in which the real-time trace function, the hardware break function, and the like, which are frequently used in debugging, cannot be used.
[0010]
In other words, it has a CPU capable of controlling two buses, a memory element connected to each bus, and an element as a bus master other than the CPU connected to one of the buses, and reads and writes data. In a programmable controller that performs
(1) When the CPU is accessing an element connected to one of the buses (the side to which the ROM is not connected), the above function cannot be used,
(2) When an element as a bus master other than the CPU operates and the bus master accesses one of the buses (the side to which the ROM is not connected), a problem occurs that the bus master cannot be used.
[0011]
Therefore, an object of the present invention is to enable acquisition of data related to access other than a connected bus in a multi-bus configuration that provides a memory control device and a memory control method capable of improving processing capacity. .
[0012]
[Means for Solving the Problems]
The present invention relates to an apparatus for reading and writing data via a bus, comprising: a multi-bus CPU for controlling two buses; storage means connected to each bus; and one of the two buses A bus master connected to and controlling the connected bus; and a bus master provided in the multi-bus CPU, wherein the multi-bus CPU accesses storage means connected to one of the two buses. Output means for outputting data relating to the same access as one of the buses to which the multi-bus CPU has not accessed, to the other bus to which the multi-bus CPU has not made access. Configure the device.
[0013]
The present invention relates to an apparatus for reading and writing data via a bus, comprising: a multi-bus CPU for controlling two buses; storage means connected to each bus; and one of the two buses A bus master that is connected to the bus and controls the connected bus; and a bus master that is provided in the multi-bus CPU and accesses the storage unit that is connected to the bus. An output means for outputting data relating to the same access as that of the other bus that has not accessed the other bus does not constitute the memory control device.
[0014]
The present invention relates to an apparatus for reading and writing data via a bus, comprising: a multi-bus CPU for controlling a multi-system bus; storage means connected to each bus; A bus master that is connected to the bus and controls the connected predetermined bus; and a bus master that is provided in the multi-bus CPU and accesses the storage means connected to the predetermined bus. Output means for outputting, to a bus other than the predetermined bus to which the multi-bus CPU is not accessing, data related to the same access as the predetermined bus being accessed, Configure the control device.
[0015]
The present invention relates to an apparatus for reading and writing data via a bus, comprising: a multi-bus CPU for controlling a multi -system bus ; storage means connected to each bus; A bus master that is connected to the bus and controls the connected predetermined bus ; and a bus master that is provided in the multi-bus CPU and accesses the storage unit that is connected to the bus. An output means for outputting data related to the same access as the predetermined bus that has made the access to a bus other than the predetermined bus that does not have the above configuration constitutes a memory control device.
[0016]
The multi-bus CPU may further include a bus monitoring unit that receives an output signal from the output unit and monitors data relating to the same access as the bus being accessed by the multi-bus CPU.
[0017]
A bus monitoring unit to which an output signal from the output unit is input and which monitors data relating to the same access as the bus accessed by the bus master may be further provided.
[0018]
The bus monitoring means can be constituted by a ROM emulator.
[0019]
The present invention relates to a multi-bus CPU for controlling two buses, storage means connected to each bus, and a bus master connected to one of the two buses for controlling the connected bus. A control method for reading and writing data via a bus, wherein the multi-bus CPU accesses storage means connected to one of the two buses. A memory control method is provided by including an output step of outputting data relating to the same access as one of the buses to which the multibus CPU is not accessing, to the other bus to which the multibus CPU is not accessing.
[0020]
The present invention relates to a multi-bus CPU for controlling two buses, storage means connected to each bus, and a bus master connected to one of the two buses for controlling the connected bus. A control method for reading and writing data via a bus, wherein the control method is provided in the multi-bus CPU and the bus master is accessing storage means connected to the bus. A memory control method is provided by including an output step of outputting data related to the same access as the one bus that is accessing the other bus that is not accessing the bus.
[0021]
The present invention provides a multi-bus CPU for controlling multi-system buses, storage means connected to each bus, and a predetermined bus among the multi-system buses for controlling the connected predetermined bus. A control method for reading and writing data via a bus using a bus master to be performed, wherein the multi-bus CPU accesses a storage unit connected to the predetermined bus. The present invention provides a memory control method by providing an output step of outputting data relating to the same access as one of the buses that has been accessed to a bus other than the predetermined bus that has not been accessed.
[0022]
The present invention provides a multi-bus CPU for controlling multi-system buses, storage means connected to each bus, and a predetermined bus among the multi-system buses for controlling the connected predetermined bus. A control method for reading and writing data via a bus using a bus master to be performed, wherein when the bus master is accessing storage means connected to the bus, A memory control method is provided by providing an output step of outputting data relating to the same access as a predetermined bus that is making an access to a bus other than the above bus.
[0023]
The multi-bus CPU may further include a step of monitoring data related to the same access as the bus being accessed by using the output signal output in the output step.
[0024]
The method may further include, using the output signal output in the output step, monitoring data relating to the same access as the bus accessed by the bus master.
[0025]
The status of the bus can be monitored using a ROM emulator.
[0026]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0027]
(Overview)
First, an outline of the present invention will be described.
[0028]
The present invention has a CPU that controls two buses, a memory element connected to each of the buses, and an element that can be a bus master other than the CPU connected to one of the buses. In a programmable controller that performs writing, a CPU accesses an element connected to one bus and accesses an element connected to the other bus when the CPU does not access the element. A means for outputting the status of the bus on the accessing side to the bus on the non-accessing side is provided.
[0029]
The present invention also includes a CPU that controls two buses, a memory element connected to each of the buses, and an element that can be a bus master other than the CPU connected to one of the buses. In a programmable controller that performs reading and writing, a device that can be a bus master other than the CPU is a bus master, and when accessing one bus, the CPU monitors the bus and outputs the status to the other bus. It is characterized by the following.
[0030]
Hereinafter, a specific example will be described.
[0031]
(First example)
A first embodiment of the present invention will be described with reference to FIGS. The description of the same parts as in the above-described conventional example (see FIG. 4) is omitted, and the same reference numerals are given.
[0032]
FIG. 1 shows a schematic configuration of a multi-bus in a programmable controller (hereinafter, referred to as PLC) according to the present invention. In this example, a configuration of two multi-buses will be described.
[0033]
To one bus 6 of the multi-bus CPU 1, a ROM emulator 8 and a user program RAM 4 in which an execution program described by a user is stored are connected. The other bus 7 is connected to a bus master 2 that can access an internal data area from outside the PLC and a RAM 5 that stores execution result data of a program described by a user. The multi-bus CPU 1 is provided with a control circuit 10 as shown in FIG.
[0034]
When the multi-bus CPU 1 accesses the user data RAM 5 on the bus 7 according to the access path A, the multi-bus CPU 1 reads back the data and control signal to be accessed, and reads the data and control signal according to the output path B by the control circuit 10. Is output to the bus 6 side. This allows the ROM emulator 8 connected to the bus 6 to monitor the state of the accessed bus 7.
[0035]
FIG. 2 shows a configuration example of the control circuit 10.
[0036]
When the multi-bus CPU 1 accesses the bus 7, data D 2 output from the output buffer 15 connected to the bus 7 is read back through the input buffer 16 connected to the bus 7. The output of the input buffer 16 is input to the output buffer 14 connected to the bus 6 through the selector 13 unless the bus 6 is accessed. Further, a control signal C2 for enabling the output buffer 15 connected to the bus 7 enables the output buffer 14 connected to the bus 6 through the OR circuit 17. As a result, the same data as the bus 7 on the accessing side is output to the bus 6 on the non-accessing side.
[0037]
As described above, by providing the control circuit 10 in the system, the status of the bus 7 on the accessing side can be output to the bus 6 on the non-accessing side. It is possible to acquire data related to the access of the user. As a result, a real-time trace function, a hardware break function, and the like, which are frequently used in debugging, can be used.
[0038]
(Second example)
A second embodiment of the present invention will be described with reference to FIG. The description of the same parts as those in the first example is omitted, and the same reference numerals are given.
[0039]
This example is an example in which the control processing of the multi-bus CPU 1 including the control circuit 10 of FIG. 2 described above is different.
[0040]
In FIG. 3, when the bus master 2 acquires the access right of the bus 7 and accesses the user data RAM 5, data and control signals are accessed according to the access path C using the bus 7. The data and control signals accessed on the bus 7 side are output to the bus 6 side according to the output path D by the control circuit 10 of the multi-bus CPU 1. This allows the ROM emulator 8 connected to the bus 6 to monitor the state of the bus 7.
[0041]
Here, the control processing of the present system will be described using the control circuit 10 of FIG. 2 described above.
[0042]
In the case where the bus master 2 obtains the access right and accesses the data D2 '(in FIG. 2, D2' is data on a path C different from D2, and D2 is an output when the CPU has the access right). Data) is read through an input buffer 16 connected to the bus 7 and input to an output buffer 14 connected to the bus 6 through a selector 13. The read signal R and the write signal W on the bus 7, which indicate that the bus 7 is being accessed, are read through the input buffer 16, and the output buffer 14 on the bus 6 is enabled through the OR circuit 17. As a result, the same data as the bus 7 on the accessing side is output to the bus 6 on the non-accessing side. The data D1 and the control signal C1 are information input to the bus 6 side.
[0043]
As described above, by providing the control circuit 10 in the system, the status of the bus 7 on the accessing side can be output to the bus 6 on the non-accessing side. It is possible to acquire data related to the access of the user. As a result, a real-time trace function, a hardware break function, and the like, which are frequently used in debugging, can be used.
[0044]
In each of the above examples, the control circuit 10 in the multi-bus CPU 1 has a hardware configuration using a logic circuit. However, the present invention is not limited to this, and a similar effect can be obtained by a software configuration using a program. it can.
[0045]
Further, in each of the above examples, the case where the system configuration includes two systems has been described. However, the same processing can be performed in the case of a multi-system including three or more systems.
[0046]
【The invention's effect】
As described above, according to the present invention, in a system having a multi-bus configuration, when the multi-bus CPU accesses a bus on which the ROM emulator is not connected, the multi-bus CPU accesses the bus on which the ROM emulator is not connected. Since the operating state of the accessing bus can be monitored via the output means even on the bus that has not been accessed, use the real-time trace function and hardware break function that are frequently used in debugging. Becomes possible.
[0047]
Further, according to the present invention, when an element other than the multi-bus CPU that can be a master is accessing the bus, the element that is not accessing that element is also accessed via the output means on the bus that is not accessed by the element. Since the operation state of the bus can be monitored, a real-time trace function, a hardware break function, and the like, which are frequently used in debugging, can be used.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a system configuration according to a first embodiment of the present invention.
FIG. 2 is a block diagram illustrating a configuration example of an output unit in a multibus CPU.
FIG. 3 is a block diagram showing a system configuration according to a second embodiment of the present invention.
FIG. 4 is a block diagram showing a system configuration of a conventional example.
[Explanation of symbols]
1 Multibus CPU
2 Bus masters 3 to 5 Storage means 6, 7 Bus 9 ROM emulator 10 Output means

Claims (14)

バスを介してデータのリードおよびライトを行う装置であって、
2系統のバスを制御するマルチバスCPUと、
各バスに接続された記憶手段と、
前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタと、
前記マルチバスCPU内に設けられ、該マルチバスCPUが前記2系統のバスの一方のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない他方のバスに対して、前記アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力手段と
を具えたことを特徴とするメモリ制御装置。
An apparatus for reading and writing data via a bus,
A multi-bus CPU for controlling two buses,
Storage means connected to each bus;
A bus master connected to one of the two buses and controlling the connected bus;
The other bus which is provided in the multi-bus CPU and is not accessed by the multi-bus CPU when the multi-bus CPU accesses storage means connected to one of the two buses. An output means for outputting data relating to the same access as one of the buses making the access .
バスを介してデータのリードおよびライトを行う装置であって、
2系統のバスを制御するマルチバスCPUと、
各バスに接続された記憶手段と、
前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタと、
前記マルチバスCPU内に設けられ、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない他方のバスに対して、該アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力手段と
を具えたことを特徴とするメモリ制御装置。
An apparatus for reading and writing data via a bus,
A multi-bus CPU for controlling two buses,
Storage means connected to each bus;
A bus master connected to one of the two buses and controlling the connected bus;
When the bus master is accessing the storage means connected to the bus provided in the multi-bus CPU, one of the buses accessing the other bus is not accessed. Output means for outputting the same access-related data .
バスを介してデータのリードおよびライトを行う装置であって、
多系統のバスを制御するマルチバスCPUと、
各バスに接続された記憶手段と、
前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタと、
前記マルチバスCPU内に設けられ、該マルチバスCPUが前記所定のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない前記所定のバス以外のバスに対して、前記アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力手段と
を具えたことを特徴とするメモリ制御装置。
An apparatus for reading and writing data via a bus,
A multi-bus CPU for controlling a multi-system bus;
Storage means connected to each bus;
A bus master that is connected to a predetermined bus among the multi-system buses and controls the connected predetermined bus ;
The multi-bus CPU is provided in the multi-bus CPU, and when the multi-bus CPU accesses storage means connected to the predetermined bus, the multi-bus CPU accesses a bus other than the predetermined bus that the multi-bus CPU does not access. On the other hand, an output means for outputting data relating to the same access as the predetermined bus making the access is provided.
バスを介してデータのリードおよびライトを行う装置であって、
多系統のバスを制御するマルチバスCPUと、
各バスに接続された記憶手段と、
前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタと、
前記マルチバスCPU内に設けられ、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない前記所定のバス以外のバスに対して、該アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力手段と
を具えたことを特徴とするメモリ制御装置。
An apparatus for reading and writing data via a bus,
A multi-bus CPU for controlling a multi-system bus;
Storage means connected to each bus;
A bus master that is connected to a predetermined bus among the multi-system buses and controls the connected predetermined bus ;
When the bus master is provided in the multi-bus CPU and accesses the storage means connected to the bus, the bus master accesses the storage means other than the predetermined bus which has not been accessed. An output means for outputting data relating to the same access as a predetermined bus .
前記出力手段からの出力信号が入力され、前記マルチバスCPUがアクセスをしているバスと同じアクセスに関するデータを監視するバス監視手段をさらに具えたことを特徴とする請求項1又は3記載のメモリ制御装置。4. The memory according to claim 1, further comprising a bus monitoring unit that receives an output signal from the output unit and monitors data relating to the same access as a bus accessed by the multi-bus CPU. Control device. 前記出力手段からの出力信号が入力され、前記バスマスタがアクセスをしているバスと同じアクセスに関するデータを監視するバス監視手段をさらに具えたことを特徴とする請求項2又は4記載のメモリ制御装置。5. The memory control device according to claim 2, further comprising a bus monitoring unit that receives an output signal from the output unit and monitors data relating to the same access as a bus accessed by the bus master. . 前記バス監視手段は、ROMエミュレータであることを特徴とする請求項5又は6記載のメモリ制御装置。7. The memory control device according to claim 5, wherein the bus monitoring unit is a ROM emulator. 2系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、
前記マルチバスCPUが前記2系統のバスの一方のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない他方のバスに対して、前記アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力工程を具えたことを特徴とするメモリ制御方法。
A multi-bus CPU for controlling two buses, a storage means connected to each bus, and a bus master connected to one of the two buses for controlling the connected bus ; A control method for reading and writing data via a bus,
When the multi-bus CPU accesses storage means connected to one of the two buses, the multi-bus CPU accesses the other bus to which the multi-bus CPU does not access. A memory control method comprising an output step of outputting data relating to the same access as one of the buses .
2系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記2系統のバスのうち一方のバスに接続され、該接続されたバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、
前記マルチバスCPU内に設けられ、前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない他方のバスに対して、該アクセスをしている一方のバスと同じアクセスに関するデータを出力する出力工程を具えたことを特徴とするメモリ制御方法。
A multi-bus CPU for controlling two buses, a storage means connected to each bus, and a bus master connected to one of the two buses for controlling the connected bus ; A control method for reading and writing data via a bus,
When the bus master is accessing the storage means connected to the bus provided in the multi-bus CPU, one of the buses accessing the other bus is not accessed. A memory control method comprising an output step of outputting data relating to the same access as in (1) .
多系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、
前記マルチバスCPUが前記所定のバスに接続された記憶手段にアクセスしている場合において、該マルチバスCPUがアクセスをしていない前記所定のバス以外のバスに対して、前記アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力工程を具えたことを特徴とするメモリ制御方法。
A multi-bus CPU for controlling a multi-system bus, a storage means connected to each bus, and a bus master connected to a predetermined bus among the multi-system buses for controlling the connected predetermined bus. A control method for reading and writing data via a bus, comprising:
When the multi-bus CPU is accessing storage means connected to the predetermined bus, the multi-bus CPU is accessing the bus other than the predetermined bus which the multi-bus CPU is not accessing. A memory control method comprising an output step of outputting data relating to the same access as a predetermined bus .
多系統のバスを制御するマルチバスCPUと、各バスに接続された記憶手段と、前記多系統のバスのうち所定のバスに接続され、該接続された所定のバスの制御を行うバスマスタとを用い、バスを介してデータのリードおよびライトを行う制御方法であって、
前記バスマスタが当該バスに接続された記憶手段にアクセスをしている場合において、アクセスをしていない前記所定のバス以外のバスに対して、該アクセスをしている所定のバスと同じアクセスに関するデータを出力する出力工程を具えたことを特徴とするメモリ制御方法。
A multi-bus CPU for controlling a multi-system bus, a storage means connected to each bus, and a bus master connected to a predetermined bus among the multi-system buses for controlling the connected predetermined bus. A control method for reading and writing data via a bus, comprising:
In the case where the bus master is accessing storage means connected to the bus, data relating to the same access as the predetermined bus that is accessing the bus other than the predetermined bus that has not been accessed. A memory control method, comprising: an output step of outputting data.
前記出力工程により出力された出力信号を用い、前記マルチバスCPUがアクセスをしているバスと同じアクセスに関するデータを監視する工程をさらに具えたことを特徴とする請求項8又は10記載のメモリ制御方法。11. The memory control according to claim 8, further comprising a step of monitoring data relating to the same access as the bus being accessed by the multi-bus CPU using the output signal output in the output step. Method. 前記出力工程により出力された出力信号を用い、前記バスマスタがアクセスをしているバスと同じアクセスに関するデータを監視する工程をさらに具えたことを特徴とする請求項9又は11記載のメモリ制御方法。12. The memory control method according to claim 9, further comprising a step of using the output signal output in the output step to monitor data relating to the same access as the bus accessed by the bus master. ROMエミュレータを用いてバスの状態を監視することを特徴とする請求項12又は13記載のメモリ制御方法。14. The memory control method according to claim 12, wherein the state of the bus is monitored using a ROM emulator.
JP26330998A 1998-09-17 1998-09-17 Memory control device and memory control method Expired - Lifetime JP3596730B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26330998A JP3596730B2 (en) 1998-09-17 1998-09-17 Memory control device and memory control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26330998A JP3596730B2 (en) 1998-09-17 1998-09-17 Memory control device and memory control method

Publications (2)

Publication Number Publication Date
JP2000099412A JP2000099412A (en) 2000-04-07
JP3596730B2 true JP3596730B2 (en) 2004-12-02

Family

ID=17387697

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26330998A Expired - Lifetime JP3596730B2 (en) 1998-09-17 1998-09-17 Memory control device and memory control method

Country Status (1)

Country Link
JP (1) JP3596730B2 (en)

Also Published As

Publication number Publication date
JP2000099412A (en) 2000-04-07

Similar Documents

Publication Publication Date Title
US6145099A (en) Debugging system
JP3602293B2 (en) Data transfer method and device
US6094730A (en) Hardware-assisted firmware tracing method and apparatus
JP2006507586A (en) Apparatus and method for analyzing embedded system
JPH02224140A (en) Interruption testing device
US5428623A (en) Scannable interface to nonscannable microprocessor
KR20060110359A (en) Method and device for analyzing integrated systems for critical safety computing systems in motor vehicles
US7231568B2 (en) System debugging device and system debugging method
JP3596730B2 (en) Memory control device and memory control method
JP3380827B2 (en) Emulator device
JPH04190430A (en) Emulator for software development
JP2020140380A (en) Semiconductor device and debugging system
JPH1040130A (en) Microcomputer
JP4484417B2 (en) Debug system
JP3479623B2 (en) Microcomputer device
JP2682707B2 (en) Programmable controller
JPH11232134A (en) System evaluation device and emulator
JP2639927B2 (en) Test method for control device in data processing system
JP2584903B2 (en) External device control method
JPH02207363A (en) Data transfer system, device controller, and memory controller
JP3012402B2 (en) Information processing system
JP2002049606A (en) Multi-cpu system
JPH0285934A (en) Emulator
JPH03292540A (en) Diagnostic device for abnormality of computer
Buehring et al. Application of the P8xC592 microcontroller with CAN-interface

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040526

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040601

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040802

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040820

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040902

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070917

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080917

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090917

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100917

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110917

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120917

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120917

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130917

Year of fee payment: 9

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term